diff --git a/src/Aks/Aks.Test/Aks.Test.csproj b/src/Aks/Aks.Test/Aks.Test.csproj
index 368de6422ae7..f7eff64f6ccb 100644
--- a/src/Aks/Aks.Test/Aks.Test.csproj
+++ b/src/Aks/Aks.Test/Aks.Test.csproj
@@ -12,7 +12,7 @@
-
+
diff --git a/src/Aks/Aks.Test/ScenarioTests/GetAksVersionTests.ps1 b/src/Aks/Aks.Test/ScenarioTests/GetAksVersionTests.ps1
index f2c7d9eecbcf..0cf4fd8f0c56 100644
--- a/src/Aks/Aks.Test/ScenarioTests/GetAksVersionTests.ps1
+++ b/src/Aks/Aks.Test/ScenarioTests/GetAksVersionTests.ps1
@@ -5,8 +5,8 @@
Assert-AreEqual 8 $version.Count
Assert-AreEqual 0 ($version | Where-Object { $_.OrchestratorType -ne 'Kubernetes'}).Count
- $chosenVersion = $version | Where-Object { $_.OrchestratorVersion -eq '1.15.7'}
- Assert-AreEqual '1.15.7' $chosenVersion.OrchestratorVersion
+ $chosenVersion = $version | Where-Object { $_.OrchestratorVersion -eq '1.15.12'}
+ Assert-AreEqual '1.15.12' $chosenVersion.OrchestratorVersion
Assert-AreEqual 2 $chosenVersion.Upgrades.Count
- Assert-AreEqual '1.15.10' $chosenVersion.Upgrades[0].OrchestratorVersion
+ Assert-AreEqual '1.16.10' $chosenVersion.Upgrades[0].OrchestratorVersion
}
diff --git a/src/Aks/Aks.Test/ScenarioTests/KubernetesTests.ps1 b/src/Aks/Aks.Test/ScenarioTests/KubernetesTests.ps1
index 390ec660995f..d9f580098097 100644
--- a/src/Aks/Aks.Test/ScenarioTests/KubernetesTests.ps1
+++ b/src/Aks/Aks.Test/ScenarioTests/KubernetesTests.ps1
@@ -8,7 +8,7 @@ function Test-NewAzAksSimple
$resourceGroupName = Get-RandomResourceGroupName
$kubeClusterName = Get-RandomClusterName
$location = Get-ProviderLocation "Microsoft.ContainerService/managedClusters"
- $nodeVmSize = "Standard_A2"
+ $nodeVmSize = "Standard_D2_v2"
try
{
@@ -79,8 +79,8 @@ function Test-NewAzAks
$resourceGroupName = Get-RandomResourceGroupName
$kubeClusterName = Get-RandomClusterName
$location = Get-ProviderLocation "Microsoft.ContainerService/managedClusters"
- $kubeVersion = "1.15.10"
- $nodeVmSize = "Standard_A2"
+ $kubeVersion = "1.15.11"
+ $nodeVmSize = "Standard_D2_v2"
$maxPodCount = 25
$nodeName = "defnode"
$nodeCount = 2
@@ -95,7 +95,7 @@ function Test-NewAzAks
$loadBalancerSku = "Standard"
$linuxAdminUser = "linuxuser"
$dnsNamePrefix = "mypre"
- $updatedKubeVersion = "1.15.11"
+ $updatedKubeVersion = "1.15.12"
try
{
@@ -103,7 +103,7 @@ function Test-NewAzAks
if (IsLive) {
$cred = $(createTestCredential "Unicorns" "Puppies")
- New-AzAks -ResourceGroupName $resourceGroupName -Name $kubeClusterName -ClientIdAndSecret $cred -NetworkPlugin $networkPlugin `
+ New-AzAks -ResourceGroupName $resourceGroupName -Name $kubeClusterName -NetworkPlugin $networkPlugin `
-KubernetesVersion $kubeVersion -EnableRbac -LoadBalancerSku $loadBalancerSku -LinuxProfileAdminUserName $linuxAdminUser -DnsNamePrefix $dnsNamePrefix `
-NodeName $nodeName -NodeOsType $nodeOsType -EnableNodeAutoScaling -NodeCount $nodeCount -NodeOsDiskSize $nodeDiskSize -NodeVmSize $nodeVmSize `
-NodeMaxCount $nodeMaxCount -NodeMinCount $nodeMinCount -NodeMaxPodCount $maxPodCount -NodeSetPriority Regular -NodeScaleSetEvictionPolicy Deallocate -NodeVmSetType VirtualMachineScaleSets
diff --git a/src/Aks/Aks.Test/ScenarioTests/NodePoolTests.ps1 b/src/Aks/Aks.Test/ScenarioTests/NodePoolTests.ps1
index c7899098a064..ae756fc82aea 100644
--- a/src/Aks/Aks.Test/ScenarioTests/NodePoolTests.ps1
+++ b/src/Aks/Aks.Test/ScenarioTests/NodePoolTests.ps1
@@ -5,7 +5,7 @@ function Test-NewNodePool
$resourceGroupName = Get-RandomResourceGroupName
$kubeClusterName = Get-RandomClusterName
$location = Get-ProviderLocation "Microsoft.ContainerService/managedClusters"
- $kubeVersion = "1.15.10"
+ $kubeVersion = "1.15.11"
$nodeVmSize = "Standard_A2"
$nodeVmSetType = "VirtualMachineScaleSets"
$nodeOsType = "Linux"
@@ -16,7 +16,7 @@ function Test-NewNodePool
$winNodeName = "windef"
$winNodeOsType = "Windows"
- $poolKubeVersion = "1.15.7"
+ $poolKubeVersion = "1.15.11"
try
{
diff --git a/src/Aks/Aks.Test/SessionRecords/Commands.Aks.Test.ScenarioTests.GetAksVersionTests/TestAksVersion.json b/src/Aks/Aks.Test/SessionRecords/Commands.Aks.Test.ScenarioTests.GetAksVersionTests/TestAksVersion.json
index 40100a3f4038..569d6a81cca9 100644
--- a/src/Aks/Aks.Test/SessionRecords/Commands.Aks.Test.ScenarioTests.GetAksVersionTests/TestAksVersion.json
+++ b/src/Aks/Aks.Test/SessionRecords/Commands.Aks.Test.ScenarioTests.GetAksVersionTests/TestAksVersion.json
@@ -7,16 +7,16 @@
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "5d0e140a-7c99-4c43-9fd2-f5026ab1b111"
+ "709eaade-063c-464c-a659-5009c09b93ad"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29130.01",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.1.0"
]
},
"ResponseHeaders": {
@@ -27,16 +27,16 @@
"no-cache"
],
"x-ms-routing-request-id": [
- "SOUTHEASTASIA:20200323T150409Z:40fbb74c-652a-4dee-8144-59e9e5f65adf"
+ "SOUTHEASTASIA:20200907T161627Z:9a32ca85-970c-446d-aea3-ecd1d35207af"
],
"x-ms-ratelimit-remaining-subscription-reads": [
"11999"
],
"x-ms-correlation-request-id": [
- "40fbb74c-652a-4dee-8144-59e9e5f65adf"
+ "9a32ca85-970c-446d-aea3-ecd1d35207af"
],
"x-ms-request-id": [
- "5efcec5c-7db3-44b5-83a7-370d7ebc6ee5"
+ "1f38e52f-d8a8-456c-92b3-3c5e63b1e065"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -48,10 +48,10 @@
"nginx"
],
"Date": [
- "Mon, 23 Mar 2020 15:04:09 GMT"
+ "Mon, 07 Sep 2020 16:16:26 GMT"
],
"Content-Length": [
- "2599"
+ "2924"
],
"Content-Type": [
"application/json"
@@ -60,7 +60,7 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"id\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/orchestrators\",\r\n \"name\": \"default\",\r\n \"type\": \"Microsoft.ContainerService/locations/orchestrators\",\r\n \"properties\": {\r\n \"orchestrators\": [\r\n {\r\n \"orchestratorType\": \"Kubernetes\",\r\n \"orchestratorVersion\": \"1.13.11\",\r\n \"upgrades\": [\r\n {\r\n \"orchestratorType\": \"Kubernetes\",\r\n \"orchestratorVersion\": \"1.13.12\"\r\n },\r\n {\r\n \"orchestratorType\": \"Kubernetes\",\r\n \"orchestratorVersion\": \"1.14.7\"\r\n },\r\n {\r\n \"orchestratorType\": \"Kubernetes\",\r\n \"orchestratorVersion\": \"1.14.8\"\r\n }\r\n ]\r\n },\r\n {\r\n \"orchestratorType\": \"Kubernetes\",\r\n \"orchestratorVersion\": \"1.13.12\",\r\n \"upgrades\": [\r\n {\r\n \"orchestratorType\": \"Kubernetes\",\r\n \"orchestratorVersion\": \"1.14.7\"\r\n },\r\n {\r\n \"orchestratorType\": \"Kubernetes\",\r\n \"orchestratorVersion\": \"1.14.8\"\r\n }\r\n ]\r\n },\r\n {\r\n \"orchestratorType\": \"Kubernetes\",\r\n \"orchestratorVersion\": \"1.14.7\",\r\n \"upgrades\": [\r\n {\r\n \"orchestratorType\": \"Kubernetes\",\r\n \"orchestratorVersion\": \"1.14.8\"\r\n },\r\n {\r\n \"orchestratorType\": \"Kubernetes\",\r\n \"orchestratorVersion\": \"1.15.7\"\r\n },\r\n {\r\n \"orchestratorType\": \"Kubernetes\",\r\n \"orchestratorVersion\": \"1.15.10\"\r\n }\r\n ]\r\n },\r\n {\r\n \"orchestratorType\": \"Kubernetes\",\r\n \"orchestratorVersion\": \"1.14.8\",\r\n \"upgrades\": [\r\n {\r\n \"orchestratorType\": \"Kubernetes\",\r\n \"orchestratorVersion\": \"1.15.7\"\r\n },\r\n {\r\n \"orchestratorType\": \"Kubernetes\",\r\n \"orchestratorVersion\": \"1.15.10\"\r\n }\r\n ]\r\n },\r\n {\r\n \"orchestratorType\": \"Kubernetes\",\r\n \"orchestratorVersion\": \"1.15.7\",\r\n \"upgrades\": [\r\n {\r\n \"orchestratorType\": \"Kubernetes\",\r\n \"orchestratorVersion\": \"1.15.10\"\r\n },\r\n {\r\n \"orchestratorType\": \"Kubernetes\",\r\n \"orchestratorVersion\": \"1.16.7\"\r\n }\r\n ]\r\n },\r\n {\r\n \"orchestratorType\": \"Kubernetes\",\r\n \"orchestratorVersion\": \"1.15.10\",\r\n \"default\": true,\r\n \"upgrades\": [\r\n {\r\n \"orchestratorType\": \"Kubernetes\",\r\n \"orchestratorVersion\": \"1.16.7\"\r\n }\r\n ]\r\n },\r\n {\r\n \"orchestratorType\": \"Kubernetes\",\r\n \"orchestratorVersion\": \"1.16.7\",\r\n \"upgrades\": [\r\n {\r\n \"orchestratorType\": \"Kubernetes\",\r\n \"orchestratorVersion\": \"1.17.3\",\r\n \"isPreview\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"orchestratorType\": \"Kubernetes\",\r\n \"orchestratorVersion\": \"1.17.3\",\r\n \"isPreview\": true\r\n }\r\n ]\r\n }\r\n}",
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/orchestrators\",\r\n \"name\": \"default\",\r\n \"type\": \"Microsoft.ContainerService/locations/orchestrators\",\r\n \"properties\": {\r\n \"orchestrators\": [\r\n {\r\n \"orchestratorType\": \"Kubernetes\",\r\n \"orchestratorVersion\": \"1.15.11\",\r\n \"upgrades\": [\r\n {\r\n \"orchestratorType\": \"Kubernetes\",\r\n \"orchestratorVersion\": \"1.15.12\"\r\n },\r\n {\r\n \"orchestratorType\": \"Kubernetes\",\r\n \"orchestratorVersion\": \"1.16.10\"\r\n },\r\n {\r\n \"orchestratorType\": \"Kubernetes\",\r\n \"orchestratorVersion\": \"1.16.13\"\r\n }\r\n ]\r\n },\r\n {\r\n \"orchestratorType\": \"Kubernetes\",\r\n \"orchestratorVersion\": \"1.15.12\",\r\n \"upgrades\": [\r\n {\r\n \"orchestratorType\": \"Kubernetes\",\r\n \"orchestratorVersion\": \"1.16.10\"\r\n },\r\n {\r\n \"orchestratorType\": \"Kubernetes\",\r\n \"orchestratorVersion\": \"1.16.13\"\r\n }\r\n ]\r\n },\r\n {\r\n \"orchestratorType\": \"Kubernetes\",\r\n \"orchestratorVersion\": \"1.16.10\",\r\n \"upgrades\": [\r\n {\r\n \"orchestratorType\": \"Kubernetes\",\r\n \"orchestratorVersion\": \"1.16.13\"\r\n },\r\n {\r\n \"orchestratorType\": \"Kubernetes\",\r\n \"orchestratorVersion\": \"1.17.7\"\r\n },\r\n {\r\n \"orchestratorType\": \"Kubernetes\",\r\n \"orchestratorVersion\": \"1.17.9\"\r\n }\r\n ]\r\n },\r\n {\r\n \"orchestratorType\": \"Kubernetes\",\r\n \"orchestratorVersion\": \"1.16.13\",\r\n \"default\": true,\r\n \"upgrades\": [\r\n {\r\n \"orchestratorType\": \"Kubernetes\",\r\n \"orchestratorVersion\": \"1.17.7\"\r\n },\r\n {\r\n \"orchestratorType\": \"Kubernetes\",\r\n \"orchestratorVersion\": \"1.17.9\"\r\n }\r\n ]\r\n },\r\n {\r\n \"orchestratorType\": \"Kubernetes\",\r\n \"orchestratorVersion\": \"1.17.7\",\r\n \"upgrades\": [\r\n {\r\n \"orchestratorType\": \"Kubernetes\",\r\n \"orchestratorVersion\": \"1.17.9\"\r\n },\r\n {\r\n \"orchestratorType\": \"Kubernetes\",\r\n \"orchestratorVersion\": \"1.18.4\",\r\n \"isPreview\": true\r\n },\r\n {\r\n \"orchestratorType\": \"Kubernetes\",\r\n \"orchestratorVersion\": \"1.18.6\",\r\n \"isPreview\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"orchestratorType\": \"Kubernetes\",\r\n \"orchestratorVersion\": \"1.17.9\",\r\n \"upgrades\": [\r\n {\r\n \"orchestratorType\": \"Kubernetes\",\r\n \"orchestratorVersion\": \"1.18.4\",\r\n \"isPreview\": true\r\n },\r\n {\r\n \"orchestratorType\": \"Kubernetes\",\r\n \"orchestratorVersion\": \"1.18.6\",\r\n \"isPreview\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"orchestratorType\": \"Kubernetes\",\r\n \"orchestratorVersion\": \"1.18.4\",\r\n \"isPreview\": true,\r\n \"upgrades\": [\r\n {\r\n \"orchestratorType\": \"Kubernetes\",\r\n \"orchestratorVersion\": \"1.18.6\",\r\n \"isPreview\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"orchestratorType\": \"Kubernetes\",\r\n \"orchestratorVersion\": \"1.18.6\",\r\n \"isPreview\": true\r\n }\r\n ]\r\n }\r\n}",
"StatusCode": 200
}
],
diff --git a/src/Aks/Aks.Test/SessionRecords/Commands.Aks.Test.ScenarioTests.KubernetesTests/TestAzureKubernetes.json b/src/Aks/Aks.Test/SessionRecords/Commands.Aks.Test.ScenarioTests.KubernetesTests/TestAzureKubernetes.json
index 3c24b47c6b77..5831e0074a49 100644
--- a/src/Aks/Aks.Test/SessionRecords/Commands.Aks.Test.ScenarioTests.KubernetesTests/TestAzureKubernetes.json
+++ b/src/Aks/Aks.Test/SessionRecords/Commands.Aks.Test.ScenarioTests.KubernetesTests/TestAzureKubernetes.json
@@ -7,16 +7,16 @@
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "93499524-3dcc-4b36-84d5-37f5cfd7b4f0"
+ "7be7666f-3eed-4ccf-a965-b0eea6a66e35"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29130.01",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.14"
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.23"
]
},
"ResponseHeaders": {
@@ -30,13 +30,13 @@
"11999"
],
"x-ms-request-id": [
- "7ca3304b-b478-42f5-a708-37f2ce728983"
+ "082892d1-d900-4083-9904-ec11ae140192"
],
"x-ms-correlation-request-id": [
- "7ca3304b-b478-42f5-a708-37f2ce728983"
+ "082892d1-d900-4083-9904-ec11ae140192"
],
"x-ms-routing-request-id": [
- "SOUTHEASTASIA:20200602T053213Z:7ca3304b-b478-42f5-a708-37f2ce728983"
+ "SOUTHEASTASIA:20200908T041342Z:082892d1-d900-4083-9904-ec11ae140192"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -45,7 +45,7 @@
"nosniff"
],
"Date": [
- "Tue, 02 Jun 2020 05:32:13 GMT"
+ "Tue, 08 Sep 2020 04:13:41 GMT"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -54,10 +54,10 @@
"-1"
],
"Content-Length": [
- "4981"
+ "5360"
]
},
- "ResponseBody": "{\r\n \"id\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService\",\r\n \"namespace\": \"Microsoft.ContainerService\",\r\n \"authorization\": {\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 \"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 ],\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 \"East US\",\r\n \"West Europe\",\r\n \"France Central\",\r\n \"Central US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"Australia East\",\r\n \"North Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"East US 2\",\r\n \"South Central US\",\r\n \"North Central US\",\r\n \"Southeast Asia\",\r\n \"Australia Southeast\",\r\n \"UK West\",\r\n \"South India\",\r\n \"Central India\",\r\n \"East Asia\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"Brazil South\",\r\n \"Germany North\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Germany West Central\",\r\n \"UAE North\",\r\n \"Norway East\",\r\n \"Norway West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-02-01\",\r\n \"2020-01-01\",\r\n \"2019-11-01\",\r\n \"2019-10-01\",\r\n \"2019-08-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-08-01-preview\",\r\n \"2018-03-31\",\r\n \"2017-08-31\"\r\n ],\r\n \"capabilities\": \"SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"openShiftManagedClusters\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"France Central\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"Central India\",\r\n \"South Africa North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-09-30-preview\",\r\n \"2019-04-30\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations/openShiftClusters\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"France Central\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"Central India\",\r\n \"South Africa North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-09-30-preview\",\r\n \"2019-04-30\",\r\n \"2018-09-30-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-08-31\",\r\n \"2017-01-31\",\r\n \"2016-09-30\",\r\n \"2016-03-30\",\r\n \"2015-11-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West Europe\",\r\n \"France Central\",\r\n \"Central US\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"UK South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"North Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"East US 2\",\r\n \"South Central US\",\r\n \"North Central US\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"South Africa North\",\r\n \"Brazil South\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"UAE North\",\r\n \"Norway East\",\r\n \"Norway West\"\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 \"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 \"France Central\",\r\n \"North Europe\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"UAE North\",\r\n \"Norway East\",\r\n \"Norway West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-03-30\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-10-31\",\r\n \"2018-03-31\",\r\n \"2017-08-31\",\r\n \"2017-07-01\",\r\n \"2017-01-31\",\r\n \"2016-09-30\",\r\n \"2016-03-30\",\r\n \"2015-11-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/orchestrators\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West Europe\",\r\n \"France Central\",\r\n \"Central US\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"North Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"East US 2\",\r\n \"South Central US\",\r\n \"North Central US\",\r\n \"Southeast Asia\",\r\n \"South India\",\r\n \"Central India\",\r\n \"East Asia\",\r\n \"South Africa North\",\r\n \"Brazil South\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"UAE North\",\r\n \"Norway East\",\r\n \"Norway West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-02-01\",\r\n \"2020-01-01\",\r\n \"2019-11-01\",\r\n \"2019-10-01\",\r\n \"2019-08-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2017-09-30\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}",
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService\",\r\n \"namespace\": \"Microsoft.ContainerService\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"7319c514-987d-4e9b-ac3d-d38c4f427f4c\",\r\n \"roleDefinitionId\": \"1b4a0c7f-2217-416f-acfa-cf73452fdc1c\",\r\n \"managedByRoleDefinitionId\": \"9e3af657-a8ff-583c-a75c-2fe7c4bcb635\",\r\n \"managedByAuthorization\": {\r\n \"allowManagedByInheritance\": true\r\n }\r\n },\r\n {\r\n \"applicationId\": \"6dae42f8-4368-4678-94ff-3960e28e3630\",\r\n \"roleDefinitionId\": \"831388fc-33b1-4dd1-b64c-40fdcaf96654\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"containerServices\",\r\n \"locations\": [\r\n \"Japan East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan West\",\r\n \"East Asia\",\r\n \"South Central US\",\r\n \"North Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Southeast Asia\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East US\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-07-01\",\r\n \"2017-01-31\",\r\n \"2016-09-30\",\r\n \"2016-03-30\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"managedClusters\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"East US\",\r\n \"West Europe\",\r\n \"France Central\",\r\n \"Central US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"Australia East\",\r\n \"North Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"East US 2\",\r\n \"South Central US\",\r\n \"North Central US\",\r\n \"Southeast Asia\",\r\n \"Australia Southeast\",\r\n \"UK West\",\r\n \"South India\",\r\n \"Central India\",\r\n \"East Asia\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"Brazil South\",\r\n \"Germany North\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Germany West Central\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-07-01\",\r\n \"2020-06-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-02-01\",\r\n \"2020-01-01\",\r\n \"2019-11-01\",\r\n \"2019-10-01\",\r\n \"2019-08-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-08-01-preview\",\r\n \"2018-03-31\",\r\n \"2017-08-31\"\r\n ],\r\n \"capabilities\": \"SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"openShiftManagedClusters\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"France Central\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Central India\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-09-30-preview\",\r\n \"2019-04-30\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations/openShiftClusters\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"France Central\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Central India\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-09-30-preview\",\r\n \"2019-04-30\",\r\n \"2018-09-30-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-08-31\",\r\n \"2017-01-31\",\r\n \"2016-09-30\",\r\n \"2016-03-30\",\r\n \"2015-11-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West Europe\",\r\n \"France Central\",\r\n \"Central US\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"UK South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"North Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"East US 2\",\r\n \"South Central US\",\r\n \"North Central US\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"South Africa North\",\r\n \"Brazil South\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-08-31\",\r\n \"2016-03-30\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operations\",\r\n \"locations\": [\r\n \"France Central\",\r\n \"East US\",\r\n \"West Europe\",\r\n \"Central US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"West US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"North Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"East US 2\",\r\n \"South Central US\",\r\n \"North Central US\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"South Africa North\",\r\n \"Brazil South\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-03-30\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-10-31\",\r\n \"2018-03-31\",\r\n \"2017-08-31\",\r\n \"2017-07-01\",\r\n \"2017-01-31\",\r\n \"2016-09-30\",\r\n \"2016-03-30\",\r\n \"2015-11-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/orchestrators\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West Europe\",\r\n \"France Central\",\r\n \"Central US\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"North Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"East US 2\",\r\n \"South Central US\",\r\n \"North Central US\",\r\n \"Southeast Asia\",\r\n \"South India\",\r\n \"Central India\",\r\n \"East Asia\",\r\n \"South Africa North\",\r\n \"Brazil South\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-07-01\",\r\n \"2020-06-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-02-01\",\r\n \"2020-01-01\",\r\n \"2019-11-01\",\r\n \"2019-10-01\",\r\n \"2019-08-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2017-09-30\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}",
"StatusCode": 200
},
{
@@ -67,16 +67,16 @@
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "512065ab-c74a-4514-8cc0-a1d2c753e9b1"
+ "5f249f5e-5676-476d-ab1e-7e18013983d2"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29130.01",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.14"
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.23"
]
},
"ResponseHeaders": {
@@ -90,13 +90,13 @@
"11997"
],
"x-ms-request-id": [
- "423372a2-22be-4feb-ae23-5a15255866e7"
+ "e3e6495c-a0cc-40d4-8bcc-b26e7106eb03"
],
"x-ms-correlation-request-id": [
- "423372a2-22be-4feb-ae23-5a15255866e7"
+ "e3e6495c-a0cc-40d4-8bcc-b26e7106eb03"
],
"x-ms-routing-request-id": [
- "SOUTHEASTASIA:20200602T053214Z:423372a2-22be-4feb-ae23-5a15255866e7"
+ "SOUTHEASTASIA:20200908T041345Z:e3e6495c-a0cc-40d4-8bcc-b26e7106eb03"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -105,7 +105,7 @@
"nosniff"
],
"Date": [
- "Tue, 02 Jun 2020 05:32:14 GMT"
+ "Tue, 08 Sep 2020 04:13:44 GMT"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -114,29 +114,29 @@
"-1"
],
"Content-Length": [
- "4981"
+ "5360"
]
},
- "ResponseBody": "{\r\n \"id\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService\",\r\n \"namespace\": \"Microsoft.ContainerService\",\r\n \"authorization\": {\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 \"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 ],\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 \"East US\",\r\n \"West Europe\",\r\n \"France Central\",\r\n \"Central US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"Australia East\",\r\n \"North Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"East US 2\",\r\n \"South Central US\",\r\n \"North Central US\",\r\n \"Southeast Asia\",\r\n \"Australia Southeast\",\r\n \"UK West\",\r\n \"South India\",\r\n \"Central India\",\r\n \"East Asia\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"Brazil South\",\r\n \"Germany North\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Germany West Central\",\r\n \"UAE North\",\r\n \"Norway East\",\r\n \"Norway West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-02-01\",\r\n \"2020-01-01\",\r\n \"2019-11-01\",\r\n \"2019-10-01\",\r\n \"2019-08-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-08-01-preview\",\r\n \"2018-03-31\",\r\n \"2017-08-31\"\r\n ],\r\n \"capabilities\": \"SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"openShiftManagedClusters\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"France Central\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"Central India\",\r\n \"South Africa North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-09-30-preview\",\r\n \"2019-04-30\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations/openShiftClusters\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"France Central\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"Central India\",\r\n \"South Africa North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-09-30-preview\",\r\n \"2019-04-30\",\r\n \"2018-09-30-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-08-31\",\r\n \"2017-01-31\",\r\n \"2016-09-30\",\r\n \"2016-03-30\",\r\n \"2015-11-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West Europe\",\r\n \"France Central\",\r\n \"Central US\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"UK South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"North Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"East US 2\",\r\n \"South Central US\",\r\n \"North Central US\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"South Africa North\",\r\n \"Brazil South\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"UAE North\",\r\n \"Norway East\",\r\n \"Norway West\"\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 \"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 \"France Central\",\r\n \"North Europe\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"UAE North\",\r\n \"Norway East\",\r\n \"Norway West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-03-30\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-10-31\",\r\n \"2018-03-31\",\r\n \"2017-08-31\",\r\n \"2017-07-01\",\r\n \"2017-01-31\",\r\n \"2016-09-30\",\r\n \"2016-03-30\",\r\n \"2015-11-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/orchestrators\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West Europe\",\r\n \"France Central\",\r\n \"Central US\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"North Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"East US 2\",\r\n \"South Central US\",\r\n \"North Central US\",\r\n \"Southeast Asia\",\r\n \"South India\",\r\n \"Central India\",\r\n \"East Asia\",\r\n \"South Africa North\",\r\n \"Brazil South\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"UAE North\",\r\n \"Norway East\",\r\n \"Norway West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-02-01\",\r\n \"2020-01-01\",\r\n \"2019-11-01\",\r\n \"2019-10-01\",\r\n \"2019-08-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2017-09-30\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}",
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService\",\r\n \"namespace\": \"Microsoft.ContainerService\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"7319c514-987d-4e9b-ac3d-d38c4f427f4c\",\r\n \"roleDefinitionId\": \"1b4a0c7f-2217-416f-acfa-cf73452fdc1c\",\r\n \"managedByRoleDefinitionId\": \"9e3af657-a8ff-583c-a75c-2fe7c4bcb635\",\r\n \"managedByAuthorization\": {\r\n \"allowManagedByInheritance\": true\r\n }\r\n },\r\n {\r\n \"applicationId\": \"6dae42f8-4368-4678-94ff-3960e28e3630\",\r\n \"roleDefinitionId\": \"831388fc-33b1-4dd1-b64c-40fdcaf96654\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"containerServices\",\r\n \"locations\": [\r\n \"Japan East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan West\",\r\n \"East Asia\",\r\n \"South Central US\",\r\n \"North Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Southeast Asia\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East US\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-07-01\",\r\n \"2017-01-31\",\r\n \"2016-09-30\",\r\n \"2016-03-30\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"managedClusters\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"East US\",\r\n \"West Europe\",\r\n \"France Central\",\r\n \"Central US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"Australia East\",\r\n \"North Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"East US 2\",\r\n \"South Central US\",\r\n \"North Central US\",\r\n \"Southeast Asia\",\r\n \"Australia Southeast\",\r\n \"UK West\",\r\n \"South India\",\r\n \"Central India\",\r\n \"East Asia\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"Brazil South\",\r\n \"Germany North\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Germany West Central\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-07-01\",\r\n \"2020-06-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-02-01\",\r\n \"2020-01-01\",\r\n \"2019-11-01\",\r\n \"2019-10-01\",\r\n \"2019-08-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-08-01-preview\",\r\n \"2018-03-31\",\r\n \"2017-08-31\"\r\n ],\r\n \"capabilities\": \"SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"openShiftManagedClusters\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"France Central\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Central India\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-09-30-preview\",\r\n \"2019-04-30\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations/openShiftClusters\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"France Central\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Central India\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-09-30-preview\",\r\n \"2019-04-30\",\r\n \"2018-09-30-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-08-31\",\r\n \"2017-01-31\",\r\n \"2016-09-30\",\r\n \"2016-03-30\",\r\n \"2015-11-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West Europe\",\r\n \"France Central\",\r\n \"Central US\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"UK South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"North Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"East US 2\",\r\n \"South Central US\",\r\n \"North Central US\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"South Africa North\",\r\n \"Brazil South\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-08-31\",\r\n \"2016-03-30\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operations\",\r\n \"locations\": [\r\n \"France Central\",\r\n \"East US\",\r\n \"West Europe\",\r\n \"Central US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"West US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"North Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"East US 2\",\r\n \"South Central US\",\r\n \"North Central US\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"South Africa North\",\r\n \"Brazil South\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-03-30\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-10-31\",\r\n \"2018-03-31\",\r\n \"2017-08-31\",\r\n \"2017-07-01\",\r\n \"2017-01-31\",\r\n \"2016-09-30\",\r\n \"2016-03-30\",\r\n \"2015-11-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/orchestrators\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West Europe\",\r\n \"France Central\",\r\n \"Central US\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"North Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"East US 2\",\r\n \"South Central US\",\r\n \"North Central US\",\r\n \"Southeast Asia\",\r\n \"South India\",\r\n \"Central India\",\r\n \"East Asia\",\r\n \"South Africa North\",\r\n \"Brazil South\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-07-01\",\r\n \"2020-06-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-02-01\",\r\n \"2020-01-01\",\r\n \"2019-11-01\",\r\n \"2019-10-01\",\r\n \"2019-08-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2017-09-30\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourcegroups/rgps836?api-version=2016-09-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Jlc291cmNlZ3JvdXBzL3JncHM4MzY/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==",
+ "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourcegroups/rgps2528?api-version=2016-09-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Jlc291cmNlZ3JvdXBzL3JncHMyNTI4P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=",
"RequestMethod": "PUT",
"RequestBody": "{\r\n \"location\": \"West US\"\r\n}",
"RequestHeaders": {
"x-ms-client-request-id": [
- "46ea547b-9fe1-48de-845a-8206673add12"
+ "b2d9da51-4e0b-4716-bc1f-fdbdbe7e760c"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29130.01",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.14"
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.23"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -156,13 +156,13 @@
"1199"
],
"x-ms-request-id": [
- "fd85eb33-7d71-4574-8094-2c979c206101"
+ "8362ee36-4c12-4a11-b65d-22b56b388da6"
],
"x-ms-correlation-request-id": [
- "fd85eb33-7d71-4574-8094-2c979c206101"
+ "8362ee36-4c12-4a11-b65d-22b56b388da6"
],
"x-ms-routing-request-id": [
- "SOUTHEASTASIA:20200602T053214Z:fd85eb33-7d71-4574-8094-2c979c206101"
+ "SOUTHEASTASIA:20200908T041344Z:8362ee36-4c12-4a11-b65d-22b56b388da6"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -171,10 +171,10 @@
"nosniff"
],
"Date": [
- "Tue, 02 Jun 2020 05:32:14 GMT"
+ "Tue, 08 Sep 2020 04:13:43 GMT"
],
"Content-Length": [
- "167"
+ "169"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -183,26 +183,26 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"id\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/rgps836\",\r\n \"name\": \"rgps836\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}",
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/rgps2528\",\r\n \"name\": \"rgps2528\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}",
"StatusCode": 201
},
{
- "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/rgps836/providers/Microsoft.ContainerService/managedClusters/kubeps530?api-version=2019-10-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Jlc291cmNlR3JvdXBzL3JncHM4MzYvcHJvdmlkZXJzL01pY3Jvc29mdC5Db250YWluZXJTZXJ2aWNlL21hbmFnZWRDbHVzdGVycy9rdWJlcHM1MzA/YXBpLXZlcnNpb249MjAxOS0xMC0wMQ==",
+ "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/rgps2528/providers/Microsoft.ContainerService/managedClusters/kubeps5640?api-version=2020-07-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Jlc291cmNlR3JvdXBzL3JncHMyNTI4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9tYW5hZ2VkQ2x1c3RlcnMva3ViZXBzNTY0MD9hcGktdmVyc2lvbj0yMDIwLTA3LTAx",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "73eb13ad-8fb8-4d93-8218-742645111c5e"
+ "c9b3098e-6fc8-4fbe-8616-73d26e83648c"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29130.01",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.1.0"
]
},
"ResponseHeaders": {
@@ -216,13 +216,13 @@
"gateway"
],
"x-ms-request-id": [
- "648cc1d6-b1f7-403e-a5d0-e16af13f2b84"
+ "8432e5bc-e325-4e96-81c0-8fe9d9e34268"
],
"x-ms-correlation-request-id": [
- "648cc1d6-b1f7-403e-a5d0-e16af13f2b84"
+ "8432e5bc-e325-4e96-81c0-8fe9d9e34268"
],
"x-ms-routing-request-id": [
- "SOUTHEASTASIA:20200602T053214Z:648cc1d6-b1f7-403e-a5d0-e16af13f2b84"
+ "SOUTHEASTASIA:20200908T041345Z:8432e5bc-e325-4e96-81c0-8fe9d9e34268"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -231,7 +231,7 @@
"nosniff"
],
"Date": [
- "Tue, 02 Jun 2020 05:32:14 GMT"
+ "Tue, 08 Sep 2020 04:13:44 GMT"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -240,23 +240,23 @@
"-1"
],
"Content-Length": [
- "163"
+ "233"
]
},
- "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.ContainerService/managedClusters/kubeps530' under resource group 'rgps836' was not found.\"\r\n }\r\n}",
+ "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.ContainerService/managedClusters/kubeps5640' under resource group 'rgps2528' was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix\"\r\n }\r\n}",
"StatusCode": 404
},
{
- "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/rgps836/providers/Microsoft.ContainerService/managedClusters/kubeps530?api-version=2019-10-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Jlc291cmNlR3JvdXBzL3JncHM4MzYvcHJvdmlkZXJzL01pY3Jvc29mdC5Db250YWluZXJTZXJ2aWNlL21hbmFnZWRDbHVzdGVycy9rdWJlcHM1MzA/YXBpLXZlcnNpb249MjAxOS0xMC0wMQ==",
+ "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/rgps2528/providers/Microsoft.ContainerService/managedClusters/kubeps5640?api-version=2020-07-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Jlc291cmNlR3JvdXBzL3JncHMyNTI4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9tYW5hZ2VkQ2x1c3RlcnMva3ViZXBzNTY0MD9hcGktdmVyc2lvbj0yMDIwLTA3LTAx",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29130.01",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.1.0"
]
},
"ResponseHeaders": {
@@ -267,16 +267,16 @@
"no-cache"
],
"x-ms-routing-request-id": [
- "SOUTHEASTASIA:20200602T053803Z:cd2249dc-97ef-4825-b551-921e95782110"
+ "SOUTHEASTASIA:20200908T041730Z:97cc7bd2-9081-437e-bc11-7b313a9edd8f"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11987"
+ "11988"
],
"x-ms-correlation-request-id": [
- "cd2249dc-97ef-4825-b551-921e95782110"
+ "97cc7bd2-9081-437e-bc11-7b313a9edd8f"
],
"x-ms-request-id": [
- "fb03974a-5207-4df5-aecb-bba54fb7afc0"
+ "3d2c1c13-20d9-4b42-9eac-b62c345872c3"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -288,10 +288,10 @@
"nginx"
],
"Date": [
- "Tue, 02 Jun 2020 05:38:03 GMT"
+ "Tue, 08 Sep 2020 04:17:29 GMT"
],
"Content-Length": [
- "2493"
+ "3155"
],
"Content-Type": [
"application/json"
@@ -300,26 +300,26 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"id\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourcegroups/rgps836/providers/Microsoft.ContainerService/managedClusters/kubeps530\",\r\n \"location\": \"westus\",\r\n \"name\": \"kubeps530\",\r\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"kubernetesVersion\": \"1.15.10\",\r\n \"dnsPrefix\": \"mypre\",\r\n \"fqdn\": \"mypre-f0e90af2.hcp.westus.azmk8s.io\",\r\n \"agentPoolProfiles\": [\r\n {\r\n \"name\": \"defnode\",\r\n \"count\": 2,\r\n \"vmSize\": \"Standard_A2\",\r\n \"osDiskSizeGB\": 100,\r\n \"maxPods\": 25,\r\n \"type\": \"VirtualMachineScaleSets\",\r\n \"maxCount\": 30,\r\n \"minCount\": 1,\r\n \"enableAutoScaling\": true,\r\n \"provisioningState\": \"Succeeded\",\r\n \"orchestratorVersion\": \"1.15.10\",\r\n \"osType\": \"Linux\"\r\n }\r\n ],\r\n \"linuxProfile\": {\r\n \"adminUsername\": \"linuxuser\",\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\": \"07c45e59-b0dd-4955-918e-b8a9fc7f5d27\"\r\n },\r\n \"nodeResourceGroup\": \"MC_rgps836_kubeps530_westus\",\r\n \"enableRBAC\": true,\r\n \"networkProfile\": {\r\n \"networkPlugin\": \"kubenet\",\r\n \"loadBalancerSku\": \"Standard\",\r\n \"loadBalancerProfile\": {\r\n \"managedOutboundIPs\": {\r\n \"count\": 1\r\n },\r\n \"effectiveOutboundIPs\": [\r\n {\r\n \"id\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/MC_rgps836_kubeps530_westus/providers/Microsoft.Network/publicIPAddresses/a0d07254-50d1-43a9-a3c4-cddb4560e244\"\r\n }\r\n ]\r\n },\r\n \"podCidr\": \"10.244.0.0/16\",\r\n \"serviceCidr\": \"10.0.0.0/16\",\r\n \"dnsServiceIP\": \"10.0.0.10\",\r\n \"dockerBridgeCidr\": \"172.17.0.1/16\",\r\n \"outboundType\": \"loadBalancer\"\r\n },\r\n \"maxAgentPools\": 10\r\n }\r\n}",
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourcegroups/rgps2528/providers/Microsoft.ContainerService/managedClusters/kubeps5640\",\r\n \"location\": \"westus\",\r\n \"name\": \"kubeps5640\",\r\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"kubernetesVersion\": \"1.15.11\",\r\n \"dnsPrefix\": \"mypre\",\r\n \"fqdn\": \"mypre-d6a43c74.hcp.westus.azmk8s.io\",\r\n \"agentPoolProfiles\": [\r\n {\r\n \"name\": \"defnode\",\r\n \"count\": 2,\r\n \"vmSize\": \"Standard_D2_v2\",\r\n \"osDiskSizeGB\": 100,\r\n \"maxPods\": 25,\r\n \"type\": \"VirtualMachineScaleSets\",\r\n \"maxCount\": 30,\r\n \"minCount\": 1,\r\n \"enableAutoScaling\": true,\r\n \"provisioningState\": \"Succeeded\",\r\n \"orchestratorVersion\": \"1.15.11\",\r\n \"nodeLabels\": {},\r\n \"mode\": \"System\",\r\n \"osType\": \"Linux\",\r\n \"nodeImageVersion\": \"AKSUbuntu-1604-2020.08.19\"\r\n }\r\n ],\r\n \"linuxProfile\": {\r\n \"adminUsername\": \"linuxuser\",\r\n \"ssh\": {\r\n \"publicKeys\": [\r\n {\r\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQChy6cYuI2+AoUycYdObeb45hTY5N46KTuCyy7Ln6Sg+xOoC0RyEAOmLzAWUjYCgbgCuJyOWR7HUz8vGz9guxpeb6kKroXVU20/ZA7fdE8OLU/86aCWZJkBuDJpbmPZsuVwjBJ2sQClmyR+UESLmi+pHLF/QGC55sNh00kdLOpzJLFnkb7nkTWQZ25sWqzr/gmrAx5Pvn6fb6PzTgFKNjKyU2XvJQUpy0iXY1jCJd+0fMzbFDR44izuR+Y9FZ8H2abyARd/ujVYTY8S90ICW7J2eZFQPe8uCfhAjaMlHcQpAjQn/1+h21hJM51UckW1z1XptJZAYWr1IJHTp5B9KfKI/C+4EkcILlPGeqvoZlOCWPYiu6LetiWAf7I9TMfVbBmdl6tPt37Dene7rmHAOIcviskzSmFs7ajjLnOMLDp1GDDfBUntu+VOMHZo09AqOdXva5Qij+YMU1T/xd8cMPvEK7NPmp9E4T5kl+jy+zQxcP3w+niPEtI6w8uYM+vznq5g5nu1WGFT8hG+CprOnB/OzrZsJPMkWzg6cCiQ2nkBM1tjNxA0XHm665fg3OjqRhnXRMorEHri6T+0huUis6CY7Kbu5r1S4yll/eXhBLB6MNvqmeEHpwuGbEksSwjCCNBi812vOaYJ3ZIcSmgiafTDok9bsIEGj9xhNhiCV0Gklw== devigned@msft.com\\r\\n\"\r\n }\r\n ]\r\n }\r\n },\r\n \"servicePrincipalProfile\": {\r\n \"clientId\": \"6f277dd3-e481-4518-8aab-35c31662bad9\"\r\n },\r\n \"addonProfiles\": {\r\n \"kubedashboard\": {\r\n \"enabled\": true,\r\n \"config\": null\r\n }\r\n },\r\n \"nodeResourceGroup\": \"MC_rgps2528_kubeps5640_westus\",\r\n \"enableRBAC\": true,\r\n \"networkProfile\": {\r\n \"networkPlugin\": \"kubenet\",\r\n \"loadBalancerSku\": \"Standard\",\r\n \"loadBalancerProfile\": {\r\n \"managedOutboundIPs\": {\r\n \"count\": 1\r\n },\r\n \"effectiveOutboundIPs\": [\r\n {\r\n \"id\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/MC_rgps2528_kubeps5640_westus/providers/Microsoft.Network/publicIPAddresses/a6f6b464-684b-4a93-9036-52d660985ae6\"\r\n }\r\n ]\r\n },\r\n \"podCidr\": \"10.244.0.0/16\",\r\n \"serviceCidr\": \"10.0.0.0/16\",\r\n \"dnsServiceIP\": \"10.0.0.10\",\r\n \"dockerBridgeCidr\": \"172.17.0.1/16\",\r\n \"outboundType\": \"loadBalancer\"\r\n },\r\n \"maxAgentPools\": 10,\r\n \"autoScalerProfile\": {\r\n \"balance-similar-node-groups\": \"false\",\r\n \"max-graceful-termination-sec\": \"600\",\r\n \"scale-down-delay-after-add\": \"10m\",\r\n \"scale-down-delay-after-delete\": \"10s\",\r\n \"scale-down-delay-after-failure\": \"3m\",\r\n \"scale-down-unneeded-time\": \"10m\",\r\n \"scale-down-unready-time\": \"20m\",\r\n \"scale-down-utilization-threshold\": \"0.5\",\r\n \"scan-interval\": \"10s\"\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\",\r\n \"tier\": \"Free\"\r\n }\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/rgps836/providers/Microsoft.ContainerService/managedClusters/kubeps530?api-version=2019-10-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Jlc291cmNlR3JvdXBzL3JncHM4MzYvcHJvdmlkZXJzL01pY3Jvc29mdC5Db250YWluZXJTZXJ2aWNlL21hbmFnZWRDbHVzdGVycy9rdWJlcHM1MzA/YXBpLXZlcnNpb249MjAxOS0xMC0wMQ==",
+ "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/rgps2528/providers/Microsoft.ContainerService/managedClusters/kubeps5640?api-version=2020-07-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Jlc291cmNlR3JvdXBzL3JncHMyNTI4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9tYW5hZ2VkQ2x1c3RlcnMva3ViZXBzNTY0MD9hcGktdmVyc2lvbj0yMDIwLTA3LTAx",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "b5b33103-01e9-417a-9c0b-338150dc22b8"
+ "34efe4c2-d833-457b-9b5d-2a402e48d825"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29130.01",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.1.0"
]
},
"ResponseHeaders": {
@@ -330,16 +330,16 @@
"no-cache"
],
"x-ms-routing-request-id": [
- "SOUTHEASTASIA:20200602T053805Z:71f2e48f-86d2-4b03-adb4-68744ba47dd2"
+ "SOUTHEASTASIA:20200908T041731Z:dc1c1cd7-9a0d-41af-9f4e-b8535f9140ae"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11986"
+ "11987"
],
"x-ms-correlation-request-id": [
- "71f2e48f-86d2-4b03-adb4-68744ba47dd2"
+ "dc1c1cd7-9a0d-41af-9f4e-b8535f9140ae"
],
"x-ms-request-id": [
- "52b82a10-217c-48db-b642-029aefa9a39d"
+ "696571dd-234b-4a59-9a4d-f8521bf8dc9e"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -351,10 +351,10 @@
"nginx"
],
"Date": [
- "Tue, 02 Jun 2020 05:38:04 GMT"
+ "Tue, 08 Sep 2020 04:17:30 GMT"
],
"Content-Length": [
- "2493"
+ "3155"
],
"Content-Type": [
"application/json"
@@ -363,26 +363,26 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"id\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourcegroups/rgps836/providers/Microsoft.ContainerService/managedClusters/kubeps530\",\r\n \"location\": \"westus\",\r\n \"name\": \"kubeps530\",\r\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"kubernetesVersion\": \"1.15.10\",\r\n \"dnsPrefix\": \"mypre\",\r\n \"fqdn\": \"mypre-f0e90af2.hcp.westus.azmk8s.io\",\r\n \"agentPoolProfiles\": [\r\n {\r\n \"name\": \"defnode\",\r\n \"count\": 2,\r\n \"vmSize\": \"Standard_A2\",\r\n \"osDiskSizeGB\": 100,\r\n \"maxPods\": 25,\r\n \"type\": \"VirtualMachineScaleSets\",\r\n \"maxCount\": 30,\r\n \"minCount\": 1,\r\n \"enableAutoScaling\": true,\r\n \"provisioningState\": \"Succeeded\",\r\n \"orchestratorVersion\": \"1.15.10\",\r\n \"osType\": \"Linux\"\r\n }\r\n ],\r\n \"linuxProfile\": {\r\n \"adminUsername\": \"linuxuser\",\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\": \"07c45e59-b0dd-4955-918e-b8a9fc7f5d27\"\r\n },\r\n \"nodeResourceGroup\": \"MC_rgps836_kubeps530_westus\",\r\n \"enableRBAC\": true,\r\n \"networkProfile\": {\r\n \"networkPlugin\": \"kubenet\",\r\n \"loadBalancerSku\": \"Standard\",\r\n \"loadBalancerProfile\": {\r\n \"managedOutboundIPs\": {\r\n \"count\": 1\r\n },\r\n \"effectiveOutboundIPs\": [\r\n {\r\n \"id\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/MC_rgps836_kubeps530_westus/providers/Microsoft.Network/publicIPAddresses/a0d07254-50d1-43a9-a3c4-cddb4560e244\"\r\n }\r\n ]\r\n },\r\n \"podCidr\": \"10.244.0.0/16\",\r\n \"serviceCidr\": \"10.0.0.0/16\",\r\n \"dnsServiceIP\": \"10.0.0.10\",\r\n \"dockerBridgeCidr\": \"172.17.0.1/16\",\r\n \"outboundType\": \"loadBalancer\"\r\n },\r\n \"maxAgentPools\": 10\r\n }\r\n}",
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourcegroups/rgps2528/providers/Microsoft.ContainerService/managedClusters/kubeps5640\",\r\n \"location\": \"westus\",\r\n \"name\": \"kubeps5640\",\r\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"kubernetesVersion\": \"1.15.11\",\r\n \"dnsPrefix\": \"mypre\",\r\n \"fqdn\": \"mypre-d6a43c74.hcp.westus.azmk8s.io\",\r\n \"agentPoolProfiles\": [\r\n {\r\n \"name\": \"defnode\",\r\n \"count\": 2,\r\n \"vmSize\": \"Standard_D2_v2\",\r\n \"osDiskSizeGB\": 100,\r\n \"maxPods\": 25,\r\n \"type\": \"VirtualMachineScaleSets\",\r\n \"maxCount\": 30,\r\n \"minCount\": 1,\r\n \"enableAutoScaling\": true,\r\n \"provisioningState\": \"Succeeded\",\r\n \"orchestratorVersion\": \"1.15.11\",\r\n \"nodeLabels\": {},\r\n \"mode\": \"System\",\r\n \"osType\": \"Linux\",\r\n \"nodeImageVersion\": \"AKSUbuntu-1604-2020.08.19\"\r\n }\r\n ],\r\n \"linuxProfile\": {\r\n \"adminUsername\": \"linuxuser\",\r\n \"ssh\": {\r\n \"publicKeys\": [\r\n {\r\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQChy6cYuI2+AoUycYdObeb45hTY5N46KTuCyy7Ln6Sg+xOoC0RyEAOmLzAWUjYCgbgCuJyOWR7HUz8vGz9guxpeb6kKroXVU20/ZA7fdE8OLU/86aCWZJkBuDJpbmPZsuVwjBJ2sQClmyR+UESLmi+pHLF/QGC55sNh00kdLOpzJLFnkb7nkTWQZ25sWqzr/gmrAx5Pvn6fb6PzTgFKNjKyU2XvJQUpy0iXY1jCJd+0fMzbFDR44izuR+Y9FZ8H2abyARd/ujVYTY8S90ICW7J2eZFQPe8uCfhAjaMlHcQpAjQn/1+h21hJM51UckW1z1XptJZAYWr1IJHTp5B9KfKI/C+4EkcILlPGeqvoZlOCWPYiu6LetiWAf7I9TMfVbBmdl6tPt37Dene7rmHAOIcviskzSmFs7ajjLnOMLDp1GDDfBUntu+VOMHZo09AqOdXva5Qij+YMU1T/xd8cMPvEK7NPmp9E4T5kl+jy+zQxcP3w+niPEtI6w8uYM+vznq5g5nu1WGFT8hG+CprOnB/OzrZsJPMkWzg6cCiQ2nkBM1tjNxA0XHm665fg3OjqRhnXRMorEHri6T+0huUis6CY7Kbu5r1S4yll/eXhBLB6MNvqmeEHpwuGbEksSwjCCNBi812vOaYJ3ZIcSmgiafTDok9bsIEGj9xhNhiCV0Gklw== devigned@msft.com\\r\\n\"\r\n }\r\n ]\r\n }\r\n },\r\n \"servicePrincipalProfile\": {\r\n \"clientId\": \"6f277dd3-e481-4518-8aab-35c31662bad9\"\r\n },\r\n \"addonProfiles\": {\r\n \"kubedashboard\": {\r\n \"enabled\": true,\r\n \"config\": null\r\n }\r\n },\r\n \"nodeResourceGroup\": \"MC_rgps2528_kubeps5640_westus\",\r\n \"enableRBAC\": true,\r\n \"networkProfile\": {\r\n \"networkPlugin\": \"kubenet\",\r\n \"loadBalancerSku\": \"Standard\",\r\n \"loadBalancerProfile\": {\r\n \"managedOutboundIPs\": {\r\n \"count\": 1\r\n },\r\n \"effectiveOutboundIPs\": [\r\n {\r\n \"id\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/MC_rgps2528_kubeps5640_westus/providers/Microsoft.Network/publicIPAddresses/a6f6b464-684b-4a93-9036-52d660985ae6\"\r\n }\r\n ]\r\n },\r\n \"podCidr\": \"10.244.0.0/16\",\r\n \"serviceCidr\": \"10.0.0.0/16\",\r\n \"dnsServiceIP\": \"10.0.0.10\",\r\n \"dockerBridgeCidr\": \"172.17.0.1/16\",\r\n \"outboundType\": \"loadBalancer\"\r\n },\r\n \"maxAgentPools\": 10,\r\n \"autoScalerProfile\": {\r\n \"balance-similar-node-groups\": \"false\",\r\n \"max-graceful-termination-sec\": \"600\",\r\n \"scale-down-delay-after-add\": \"10m\",\r\n \"scale-down-delay-after-delete\": \"10s\",\r\n \"scale-down-delay-after-failure\": \"3m\",\r\n \"scale-down-unneeded-time\": \"10m\",\r\n \"scale-down-unready-time\": \"20m\",\r\n \"scale-down-utilization-threshold\": \"0.5\",\r\n \"scan-interval\": \"10s\"\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\",\r\n \"tier\": \"Free\"\r\n }\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/rgps836/providers/Microsoft.ContainerService/managedClusters/kubeps530?api-version=2019-10-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Jlc291cmNlR3JvdXBzL3JncHM4MzYvcHJvdmlkZXJzL01pY3Jvc29mdC5Db250YWluZXJTZXJ2aWNlL21hbmFnZWRDbHVzdGVycy9rdWJlcHM1MzA/YXBpLXZlcnNpb249MjAxOS0xMC0wMQ==",
+ "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/rgps2528/providers/Microsoft.ContainerService/managedClusters/kubeps5640?api-version=2020-07-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Jlc291cmNlR3JvdXBzL3JncHMyNTI4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9tYW5hZ2VkQ2x1c3RlcnMva3ViZXBzNTY0MD9hcGktdmVyc2lvbj0yMDIwLTA3LTAx",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "11a17efc-6be0-4e55-be34-77a7d7d79982"
+ "076fcbce-dd56-4b3f-bee6-ceb5ce7f27f5"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29130.01",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.1.0"
]
},
"ResponseHeaders": {
@@ -393,16 +393,16 @@
"no-cache"
],
"x-ms-routing-request-id": [
- "SOUTHEASTASIA:20200602T053807Z:7524b5ed-3a06-4773-b92d-0b9b3e0d2b0c"
+ "SOUTHEASTASIA:20200908T041731Z:da3af044-376c-4704-a795-904bd1be1e3d"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11985"
+ "11986"
],
"x-ms-correlation-request-id": [
- "7524b5ed-3a06-4773-b92d-0b9b3e0d2b0c"
+ "da3af044-376c-4704-a795-904bd1be1e3d"
],
"x-ms-request-id": [
- "85bd5200-fbf6-4a10-8335-ac28c44f2e6f"
+ "d53295e8-fd81-47c5-aa04-9bf924f8b20e"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -414,10 +414,10 @@
"nginx"
],
"Date": [
- "Tue, 02 Jun 2020 05:38:06 GMT"
+ "Tue, 08 Sep 2020 04:17:30 GMT"
],
"Content-Length": [
- "2493"
+ "3155"
],
"Content-Type": [
"application/json"
@@ -426,20 +426,20 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"id\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourcegroups/rgps836/providers/Microsoft.ContainerService/managedClusters/kubeps530\",\r\n \"location\": \"westus\",\r\n \"name\": \"kubeps530\",\r\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"kubernetesVersion\": \"1.15.10\",\r\n \"dnsPrefix\": \"mypre\",\r\n \"fqdn\": \"mypre-f0e90af2.hcp.westus.azmk8s.io\",\r\n \"agentPoolProfiles\": [\r\n {\r\n \"name\": \"defnode\",\r\n \"count\": 2,\r\n \"vmSize\": \"Standard_A2\",\r\n \"osDiskSizeGB\": 100,\r\n \"maxPods\": 25,\r\n \"type\": \"VirtualMachineScaleSets\",\r\n \"maxCount\": 30,\r\n \"minCount\": 1,\r\n \"enableAutoScaling\": true,\r\n \"provisioningState\": \"Succeeded\",\r\n \"orchestratorVersion\": \"1.15.10\",\r\n \"osType\": \"Linux\"\r\n }\r\n ],\r\n \"linuxProfile\": {\r\n \"adminUsername\": \"linuxuser\",\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\": \"07c45e59-b0dd-4955-918e-b8a9fc7f5d27\"\r\n },\r\n \"nodeResourceGroup\": \"MC_rgps836_kubeps530_westus\",\r\n \"enableRBAC\": true,\r\n \"networkProfile\": {\r\n \"networkPlugin\": \"kubenet\",\r\n \"loadBalancerSku\": \"Standard\",\r\n \"loadBalancerProfile\": {\r\n \"managedOutboundIPs\": {\r\n \"count\": 1\r\n },\r\n \"effectiveOutboundIPs\": [\r\n {\r\n \"id\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/MC_rgps836_kubeps530_westus/providers/Microsoft.Network/publicIPAddresses/a0d07254-50d1-43a9-a3c4-cddb4560e244\"\r\n }\r\n ]\r\n },\r\n \"podCidr\": \"10.244.0.0/16\",\r\n \"serviceCidr\": \"10.0.0.0/16\",\r\n \"dnsServiceIP\": \"10.0.0.10\",\r\n \"dockerBridgeCidr\": \"172.17.0.1/16\",\r\n \"outboundType\": \"loadBalancer\"\r\n },\r\n \"maxAgentPools\": 10\r\n }\r\n}",
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourcegroups/rgps2528/providers/Microsoft.ContainerService/managedClusters/kubeps5640\",\r\n \"location\": \"westus\",\r\n \"name\": \"kubeps5640\",\r\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"kubernetesVersion\": \"1.15.11\",\r\n \"dnsPrefix\": \"mypre\",\r\n \"fqdn\": \"mypre-d6a43c74.hcp.westus.azmk8s.io\",\r\n \"agentPoolProfiles\": [\r\n {\r\n \"name\": \"defnode\",\r\n \"count\": 2,\r\n \"vmSize\": \"Standard_D2_v2\",\r\n \"osDiskSizeGB\": 100,\r\n \"maxPods\": 25,\r\n \"type\": \"VirtualMachineScaleSets\",\r\n \"maxCount\": 30,\r\n \"minCount\": 1,\r\n \"enableAutoScaling\": true,\r\n \"provisioningState\": \"Succeeded\",\r\n \"orchestratorVersion\": \"1.15.11\",\r\n \"nodeLabels\": {},\r\n \"mode\": \"System\",\r\n \"osType\": \"Linux\",\r\n \"nodeImageVersion\": \"AKSUbuntu-1604-2020.08.19\"\r\n }\r\n ],\r\n \"linuxProfile\": {\r\n \"adminUsername\": \"linuxuser\",\r\n \"ssh\": {\r\n \"publicKeys\": [\r\n {\r\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQChy6cYuI2+AoUycYdObeb45hTY5N46KTuCyy7Ln6Sg+xOoC0RyEAOmLzAWUjYCgbgCuJyOWR7HUz8vGz9guxpeb6kKroXVU20/ZA7fdE8OLU/86aCWZJkBuDJpbmPZsuVwjBJ2sQClmyR+UESLmi+pHLF/QGC55sNh00kdLOpzJLFnkb7nkTWQZ25sWqzr/gmrAx5Pvn6fb6PzTgFKNjKyU2XvJQUpy0iXY1jCJd+0fMzbFDR44izuR+Y9FZ8H2abyARd/ujVYTY8S90ICW7J2eZFQPe8uCfhAjaMlHcQpAjQn/1+h21hJM51UckW1z1XptJZAYWr1IJHTp5B9KfKI/C+4EkcILlPGeqvoZlOCWPYiu6LetiWAf7I9TMfVbBmdl6tPt37Dene7rmHAOIcviskzSmFs7ajjLnOMLDp1GDDfBUntu+VOMHZo09AqOdXva5Qij+YMU1T/xd8cMPvEK7NPmp9E4T5kl+jy+zQxcP3w+niPEtI6w8uYM+vznq5g5nu1WGFT8hG+CprOnB/OzrZsJPMkWzg6cCiQ2nkBM1tjNxA0XHm665fg3OjqRhnXRMorEHri6T+0huUis6CY7Kbu5r1S4yll/eXhBLB6MNvqmeEHpwuGbEksSwjCCNBi812vOaYJ3ZIcSmgiafTDok9bsIEGj9xhNhiCV0Gklw== devigned@msft.com\\r\\n\"\r\n }\r\n ]\r\n }\r\n },\r\n \"servicePrincipalProfile\": {\r\n \"clientId\": \"6f277dd3-e481-4518-8aab-35c31662bad9\"\r\n },\r\n \"addonProfiles\": {\r\n \"kubedashboard\": {\r\n \"enabled\": true,\r\n \"config\": null\r\n }\r\n },\r\n \"nodeResourceGroup\": \"MC_rgps2528_kubeps5640_westus\",\r\n \"enableRBAC\": true,\r\n \"networkProfile\": {\r\n \"networkPlugin\": \"kubenet\",\r\n \"loadBalancerSku\": \"Standard\",\r\n \"loadBalancerProfile\": {\r\n \"managedOutboundIPs\": {\r\n \"count\": 1\r\n },\r\n \"effectiveOutboundIPs\": [\r\n {\r\n \"id\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/MC_rgps2528_kubeps5640_westus/providers/Microsoft.Network/publicIPAddresses/a6f6b464-684b-4a93-9036-52d660985ae6\"\r\n }\r\n ]\r\n },\r\n \"podCidr\": \"10.244.0.0/16\",\r\n \"serviceCidr\": \"10.0.0.0/16\",\r\n \"dnsServiceIP\": \"10.0.0.10\",\r\n \"dockerBridgeCidr\": \"172.17.0.1/16\",\r\n \"outboundType\": \"loadBalancer\"\r\n },\r\n \"maxAgentPools\": 10,\r\n \"autoScalerProfile\": {\r\n \"balance-similar-node-groups\": \"false\",\r\n \"max-graceful-termination-sec\": \"600\",\r\n \"scale-down-delay-after-add\": \"10m\",\r\n \"scale-down-delay-after-delete\": \"10s\",\r\n \"scale-down-delay-after-failure\": \"3m\",\r\n \"scale-down-unneeded-time\": \"10m\",\r\n \"scale-down-unready-time\": \"20m\",\r\n \"scale-down-utilization-threshold\": \"0.5\",\r\n \"scan-interval\": \"10s\"\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\",\r\n \"tier\": \"Free\"\r\n }\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/rgps836/providers/Microsoft.ContainerService/managedClusters/kubeps530?api-version=2019-10-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Jlc291cmNlR3JvdXBzL3JncHM4MzYvcHJvdmlkZXJzL01pY3Jvc29mdC5Db250YWluZXJTZXJ2aWNlL21hbmFnZWRDbHVzdGVycy9rdWJlcHM1MzA/YXBpLXZlcnNpb249MjAxOS0xMC0wMQ==",
+ "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/rgps2528/providers/Microsoft.ContainerService/managedClusters/kubeps5640?api-version=2020-07-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Jlc291cmNlR3JvdXBzL3JncHMyNTI4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9tYW5hZ2VkQ2x1c3RlcnMva3ViZXBzNTY0MD9hcGktdmVyc2lvbj0yMDIwLTA3LTAx",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29130.01",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.1.0"
]
},
"ResponseHeaders": {
@@ -450,16 +450,16 @@
"no-cache"
],
"x-ms-routing-request-id": [
- "SOUTHEASTASIA:20200602T054103Z:f730d961-96b0-45e3-b5f8-64b2c5035d4d"
+ "SOUTHEASTASIA:20200908T041840Z:438f964a-1a18-47e7-a253-fff35e5d5782"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11980"
+ "11983"
],
"x-ms-correlation-request-id": [
- "f730d961-96b0-45e3-b5f8-64b2c5035d4d"
+ "438f964a-1a18-47e7-a253-fff35e5d5782"
],
"x-ms-request-id": [
- "863844a2-d494-48c2-95dc-b9f8df83f709"
+ "ef8718d3-b9ea-44a0-8aa2-4d414c81d343"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -471,10 +471,10 @@
"nginx"
],
"Date": [
- "Tue, 02 Jun 2020 05:41:03 GMT"
+ "Tue, 08 Sep 2020 04:18:39 GMT"
],
"Content-Length": [
- "2493"
+ "3153"
],
"Content-Type": [
"application/json"
@@ -483,26 +483,26 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"id\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourcegroups/rgps836/providers/Microsoft.ContainerService/managedClusters/kubeps530\",\r\n \"location\": \"westus\",\r\n \"name\": \"kubeps530\",\r\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"kubernetesVersion\": \"1.15.11\",\r\n \"dnsPrefix\": \"mypre\",\r\n \"fqdn\": \"mypre-f0e90af2.hcp.westus.azmk8s.io\",\r\n \"agentPoolProfiles\": [\r\n {\r\n \"name\": \"defnode\",\r\n \"count\": 2,\r\n \"vmSize\": \"Standard_A2\",\r\n \"osDiskSizeGB\": 100,\r\n \"maxPods\": 25,\r\n \"type\": \"VirtualMachineScaleSets\",\r\n \"maxCount\": 28,\r\n \"minCount\": 2,\r\n \"enableAutoScaling\": true,\r\n \"provisioningState\": \"Succeeded\",\r\n \"orchestratorVersion\": \"1.15.10\",\r\n \"osType\": \"Linux\"\r\n }\r\n ],\r\n \"linuxProfile\": {\r\n \"adminUsername\": \"linuxuser\",\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\": \"07c45e59-b0dd-4955-918e-b8a9fc7f5d27\"\r\n },\r\n \"nodeResourceGroup\": \"MC_rgps836_kubeps530_westus\",\r\n \"enableRBAC\": true,\r\n \"networkProfile\": {\r\n \"networkPlugin\": \"kubenet\",\r\n \"loadBalancerSku\": \"Standard\",\r\n \"loadBalancerProfile\": {\r\n \"managedOutboundIPs\": {\r\n \"count\": 1\r\n },\r\n \"effectiveOutboundIPs\": [\r\n {\r\n \"id\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/MC_rgps836_kubeps530_westus/providers/Microsoft.Network/publicIPAddresses/a0d07254-50d1-43a9-a3c4-cddb4560e244\"\r\n }\r\n ]\r\n },\r\n \"podCidr\": \"10.244.0.0/16\",\r\n \"serviceCidr\": \"10.0.0.0/16\",\r\n \"dnsServiceIP\": \"10.0.0.10\",\r\n \"dockerBridgeCidr\": \"172.17.0.1/16\",\r\n \"outboundType\": \"loadBalancer\"\r\n },\r\n \"maxAgentPools\": 10\r\n }\r\n}",
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourcegroups/rgps2528/providers/Microsoft.ContainerService/managedClusters/kubeps5640\",\r\n \"location\": \"westus\",\r\n \"name\": \"kubeps5640\",\r\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"kubernetesVersion\": \"1.15.12\",\r\n \"dnsPrefix\": \"mypre\",\r\n \"fqdn\": \"mypre-d6a43c74.hcp.westus.azmk8s.io\",\r\n \"agentPoolProfiles\": [\r\n {\r\n \"name\": \"defnode\",\r\n \"count\": 2,\r\n \"vmSize\": \"Standard_D2_v2\",\r\n \"osDiskSizeGB\": 100,\r\n \"maxPods\": 25,\r\n \"type\": \"VirtualMachineScaleSets\",\r\n \"maxCount\": 28,\r\n \"minCount\": 2,\r\n \"enableAutoScaling\": true,\r\n \"provisioningState\": \"Succeeded\",\r\n \"orchestratorVersion\": \"1.15.11\",\r\n \"nodeLabels\": {},\r\n \"mode\": \"System\",\r\n \"osType\": \"Linux\",\r\n \"nodeImageVersion\": \"AKSUbuntu-1604-2020.08.19\"\r\n }\r\n ],\r\n \"linuxProfile\": {\r\n \"adminUsername\": \"linuxuser\",\r\n \"ssh\": {\r\n \"publicKeys\": [\r\n {\r\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQChy6cYuI2+AoUycYdObeb45hTY5N46KTuCyy7Ln6Sg+xOoC0RyEAOmLzAWUjYCgbgCuJyOWR7HUz8vGz9guxpeb6kKroXVU20/ZA7fdE8OLU/86aCWZJkBuDJpbmPZsuVwjBJ2sQClmyR+UESLmi+pHLF/QGC55sNh00kdLOpzJLFnkb7nkTWQZ25sWqzr/gmrAx5Pvn6fb6PzTgFKNjKyU2XvJQUpy0iXY1jCJd+0fMzbFDR44izuR+Y9FZ8H2abyARd/ujVYTY8S90ICW7J2eZFQPe8uCfhAjaMlHcQpAjQn/1+h21hJM51UckW1z1XptJZAYWr1IJHTp5B9KfKI/C+4EkcILlPGeqvoZlOCWPYiu6LetiWAf7I9TMfVbBmdl6tPt37Dene7rmHAOIcviskzSmFs7ajjLnOMLDp1GDDfBUntu+VOMHZo09AqOdXva5Qij+YMU1T/xd8cMPvEK7NPmp9E4T5kl+jy+zQxcP3w+niPEtI6w8uYM+vznq5g5nu1WGFT8hG+CprOnB/OzrZsJPMkWzg6cCiQ2nkBM1tjNxA0XHm665fg3OjqRhnXRMorEHri6T+0huUis6CY7Kbu5r1S4yll/eXhBLB6MNvqmeEHpwuGbEksSwjCCNBi812vOaYJ3ZIcSmgiafTDok9bsIEGj9xhNhiCV0Gklw== devigned@msft.com\\r\\n\"\r\n }\r\n ]\r\n }\r\n },\r\n \"servicePrincipalProfile\": {\r\n \"clientId\": \"6f277dd3-e481-4518-8aab-35c31662bad9\"\r\n },\r\n \"addonProfiles\": {\r\n \"kubedashboard\": {\r\n \"enabled\": true,\r\n \"config\": {}\r\n }\r\n },\r\n \"nodeResourceGroup\": \"MC_rgps2528_kubeps5640_westus\",\r\n \"enableRBAC\": true,\r\n \"networkProfile\": {\r\n \"networkPlugin\": \"kubenet\",\r\n \"loadBalancerSku\": \"Standard\",\r\n \"loadBalancerProfile\": {\r\n \"managedOutboundIPs\": {\r\n \"count\": 1\r\n },\r\n \"effectiveOutboundIPs\": [\r\n {\r\n \"id\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/MC_rgps2528_kubeps5640_westus/providers/Microsoft.Network/publicIPAddresses/a6f6b464-684b-4a93-9036-52d660985ae6\"\r\n }\r\n ]\r\n },\r\n \"podCidr\": \"10.244.0.0/16\",\r\n \"serviceCidr\": \"10.0.0.0/16\",\r\n \"dnsServiceIP\": \"10.0.0.10\",\r\n \"dockerBridgeCidr\": \"172.17.0.1/16\",\r\n \"outboundType\": \"loadBalancer\"\r\n },\r\n \"maxAgentPools\": 10,\r\n \"autoScalerProfile\": {\r\n \"balance-similar-node-groups\": \"false\",\r\n \"max-graceful-termination-sec\": \"600\",\r\n \"scale-down-delay-after-add\": \"10m\",\r\n \"scale-down-delay-after-delete\": \"10s\",\r\n \"scale-down-delay-after-failure\": \"3m\",\r\n \"scale-down-unneeded-time\": \"10m\",\r\n \"scale-down-unready-time\": \"20m\",\r\n \"scale-down-utilization-threshold\": \"0.5\",\r\n \"scan-interval\": \"10s\"\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\",\r\n \"tier\": \"Free\"\r\n }\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourcegroups/rgps836?api-version=2016-09-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Jlc291cmNlZ3JvdXBzL3JncHM4MzY/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==",
+ "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourcegroups/rgps2528?api-version=2016-09-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Jlc291cmNlZ3JvdXBzL3JncHMyNTI4P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "fa79941f-ee44-49c5-b0ca-0dac987cf12d"
+ "2b295603-34aa-4f75-9b51-416614d3e3a5"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29130.01",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.14"
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.23"
]
},
"ResponseHeaders": {
@@ -516,13 +516,13 @@
"11998"
],
"x-ms-request-id": [
- "43663e93-397e-4979-b774-361627343c58"
+ "e8f48b96-ed4f-47b2-92a5-736726c30860"
],
"x-ms-correlation-request-id": [
- "43663e93-397e-4979-b774-361627343c58"
+ "e8f48b96-ed4f-47b2-92a5-736726c30860"
],
"x-ms-routing-request-id": [
- "SOUTHEASTASIA:20200602T053214Z:43663e93-397e-4979-b774-361627343c58"
+ "SOUTHEASTASIA:20200908T041345Z:e8f48b96-ed4f-47b2-92a5-736726c30860"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -531,7 +531,7 @@
"nosniff"
],
"Date": [
- "Tue, 02 Jun 2020 05:32:14 GMT"
+ "Tue, 08 Sep 2020 04:13:44 GMT"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -540,35 +540,35 @@
"-1"
],
"Content-Length": [
- "167"
+ "169"
]
},
- "ResponseBody": "{\r\n \"id\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/rgps836\",\r\n \"name\": \"rgps836\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}",
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/rgps2528\",\r\n \"name\": \"rgps2528\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/rgps836/providers/Microsoft.ContainerService/managedClusters/kubeps530?api-version=2019-10-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Jlc291cmNlR3JvdXBzL3JncHM4MzYvcHJvdmlkZXJzL01pY3Jvc29mdC5Db250YWluZXJTZXJ2aWNlL21hbmFnZWRDbHVzdGVycy9rdWJlcHM1MzA/YXBpLXZlcnNpb249MjAxOS0xMC0wMQ==",
+ "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/rgps2528/providers/Microsoft.ContainerService/managedClusters/kubeps5640?api-version=2020-07-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Jlc291cmNlR3JvdXBzL3JncHMyNTI4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9tYW5hZ2VkQ2x1c3RlcnMva3ViZXBzNTY0MD9hcGktdmVyc2lvbj0yMDIwLTA3LTAx",
"RequestMethod": "PUT",
- "RequestBody": "{\r\n \"properties\": {\r\n \"kubernetesVersion\": \"1.15.10\",\r\n \"dnsPrefix\": \"mypre\",\r\n \"agentPoolProfiles\": [\r\n {\r\n \"name\": \"defnode\",\r\n \"count\": 2,\r\n \"vmSize\": \"Standard_A2\",\r\n \"osDiskSizeGB\": 100,\r\n \"maxPods\": 25,\r\n \"osType\": \"Linux\",\r\n \"maxCount\": 30,\r\n \"minCount\": 1,\r\n \"enableAutoScaling\": true,\r\n \"type\": \"VirtualMachineScaleSets\",\r\n \"scaleSetPriority\": \"Regular\",\r\n \"scaleSetEvictionPolicy\": \"Deallocate\"\r\n }\r\n ],\r\n \"linuxProfile\": {\r\n \"adminUsername\": \"linuxuser\",\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\": \"07c45e59-b0dd-4955-918e-b8a9fc7f5d27\",\r\n \"secret\": \"CHN_86-9bVESn8iI-D4zSp7_~~5Z5knJ0G\"\r\n },\r\n \"enableRBAC\": true,\r\n \"networkProfile\": {\r\n \"networkPlugin\": \"kubenet\",\r\n \"loadBalancerSku\": \"Standard\"\r\n }\r\n },\r\n \"location\": \"westus\"\r\n}",
+ "RequestBody": "{\r\n \"properties\": {\r\n \"kubernetesVersion\": \"1.15.11\",\r\n \"dnsPrefix\": \"mypre\",\r\n \"agentPoolProfiles\": [\r\n {\r\n \"name\": \"defnode\",\r\n \"count\": 2,\r\n \"vmSize\": \"Standard_D2_v2\",\r\n \"osDiskSizeGB\": 100,\r\n \"maxPods\": 25,\r\n \"osType\": \"Linux\",\r\n \"maxCount\": 30,\r\n \"minCount\": 1,\r\n \"enableAutoScaling\": true,\r\n \"type\": \"VirtualMachineScaleSets\",\r\n \"mode\": \"System\",\r\n \"scaleSetPriority\": \"Regular\",\r\n \"scaleSetEvictionPolicy\": \"Deallocate\"\r\n }\r\n ],\r\n \"linuxProfile\": {\r\n \"adminUsername\": \"linuxuser\",\r\n \"ssh\": {\r\n \"publicKeys\": [\r\n {\r\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQChy6cYuI2+AoUycYdObeb45hTY5N46KTuCyy7Ln6Sg+xOoC0RyEAOmLzAWUjYCgbgCuJyOWR7HUz8vGz9guxpeb6kKroXVU20/ZA7fdE8OLU/86aCWZJkBuDJpbmPZsuVwjBJ2sQClmyR+UESLmi+pHLF/QGC55sNh00kdLOpzJLFnkb7nkTWQZ25sWqzr/gmrAx5Pvn6fb6PzTgFKNjKyU2XvJQUpy0iXY1jCJd+0fMzbFDR44izuR+Y9FZ8H2abyARd/ujVYTY8S90ICW7J2eZFQPe8uCfhAjaMlHcQpAjQn/1+h21hJM51UckW1z1XptJZAYWr1IJHTp5B9KfKI/C+4EkcILlPGeqvoZlOCWPYiu6LetiWAf7I9TMfVbBmdl6tPt37Dene7rmHAOIcviskzSmFs7ajjLnOMLDp1GDDfBUntu+VOMHZo09AqOdXva5Qij+YMU1T/xd8cMPvEK7NPmp9E4T5kl+jy+zQxcP3w+niPEtI6w8uYM+vznq5g5nu1WGFT8hG+CprOnB/OzrZsJPMkWzg6cCiQ2nkBM1tjNxA0XHm665fg3OjqRhnXRMorEHri6T+0huUis6CY7Kbu5r1S4yll/eXhBLB6MNvqmeEHpwuGbEksSwjCCNBi812vOaYJ3ZIcSmgiafTDok9bsIEGj9xhNhiCV0Gklw== devigned@msft.com\\r\\n\"\r\n }\r\n ]\r\n }\r\n },\r\n \"servicePrincipalProfile\": {\r\n \"clientId\": \"6f277dd3-e481-4518-8aab-35c31662bad9\",\r\n \"secret\": \"5-hP4FZ_R-A4mdmrryEwshd-S2K5a3j0d9\"\r\n },\r\n \"enableRBAC\": true,\r\n \"networkProfile\": {\r\n \"networkPlugin\": \"kubenet\",\r\n \"loadBalancerSku\": \"Standard\"\r\n }\r\n },\r\n \"location\": \"westus\"\r\n}",
"RequestHeaders": {
"x-ms-client-request-id": [
- "fa6e5891-4975-4c53-b876-7308487b47f4"
+ "c093b1fb-5e96-4fb0-98fc-9c1e1a54a0c1"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29130.01",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.1.0"
],
"Content-Type": [
"application/json; charset=utf-8"
],
"Content-Length": [
- "1765"
+ "1795"
]
},
"ResponseHeaders": {
@@ -579,19 +579,19 @@
"no-cache"
],
"x-ms-routing-request-id": [
- "SOUTHEASTASIA:20200602T053225Z:25707268-e19f-4e84-99d1-2350b53f0520"
+ "SOUTHEASTASIA:20200908T041356Z:9b4f8628-8fb5-4dec-a52b-ac8212f0de31"
],
"x-ms-ratelimit-remaining-subscription-writes": [
- "1199"
+ "1197"
],
"Azure-AsyncOperation": [
- "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/4729c469-4e1a-4571-87b0-dcfdda0ef28a?api-version=2017-08-31"
+ "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/35a1cf85-2a3e-48fa-9eb0-305e7f53bd50?api-version=2017-08-31"
],
"x-ms-correlation-request-id": [
- "25707268-e19f-4e84-99d1-2350b53f0520"
+ "9b4f8628-8fb5-4dec-a52b-ac8212f0de31"
],
"x-ms-request-id": [
- "4729c469-4e1a-4571-87b0-dcfdda0ef28a"
+ "35a1cf85-2a3e-48fa-9eb0-305e7f53bd50"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -603,10 +603,10 @@
"nginx"
],
"Date": [
- "Tue, 02 Jun 2020 05:32:24 GMT"
+ "Tue, 08 Sep 2020 04:13:56 GMT"
],
"Content-Length": [
- "2243"
+ "2504"
],
"Content-Type": [
"application/json"
@@ -615,32 +615,32 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"id\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourcegroups/rgps836/providers/Microsoft.ContainerService/managedClusters/kubeps530\",\r\n \"location\": \"westus\",\r\n \"name\": \"kubeps530\",\r\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"kubernetesVersion\": \"1.15.10\",\r\n \"dnsPrefix\": \"mypre\",\r\n \"fqdn\": \"mypre-f0e90af2.hcp.westus.azmk8s.io\",\r\n \"agentPoolProfiles\": [\r\n {\r\n \"name\": \"defnode\",\r\n \"count\": 2,\r\n \"vmSize\": \"Standard_A2\",\r\n \"osDiskSizeGB\": 100,\r\n \"maxPods\": 25,\r\n \"type\": \"VirtualMachineScaleSets\",\r\n \"maxCount\": 30,\r\n \"minCount\": 1,\r\n \"enableAutoScaling\": true,\r\n \"provisioningState\": \"Creating\",\r\n \"orchestratorVersion\": \"1.15.10\",\r\n \"osType\": \"Linux\"\r\n }\r\n ],\r\n \"linuxProfile\": {\r\n \"adminUsername\": \"linuxuser\",\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\": \"07c45e59-b0dd-4955-918e-b8a9fc7f5d27\"\r\n },\r\n \"nodeResourceGroup\": \"MC_rgps836_kubeps530_westus\",\r\n \"enableRBAC\": true,\r\n \"networkProfile\": {\r\n \"networkPlugin\": \"kubenet\",\r\n \"loadBalancerSku\": \"Standard\",\r\n \"loadBalancerProfile\": {\r\n \"managedOutboundIPs\": {\r\n \"count\": 1\r\n }\r\n },\r\n \"podCidr\": \"10.244.0.0/16\",\r\n \"serviceCidr\": \"10.0.0.0/16\",\r\n \"dnsServiceIP\": \"10.0.0.10\",\r\n \"dockerBridgeCidr\": \"172.17.0.1/16\",\r\n \"outboundType\": \"loadBalancer\"\r\n },\r\n \"maxAgentPools\": 10\r\n }\r\n}",
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourcegroups/rgps2528/providers/Microsoft.ContainerService/managedClusters/kubeps5640\",\r\n \"location\": \"westus\",\r\n \"name\": \"kubeps5640\",\r\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"kubernetesVersion\": \"1.15.11\",\r\n \"dnsPrefix\": \"mypre\",\r\n \"fqdn\": \"mypre-d6a43c74.hcp.westus.azmk8s.io\",\r\n \"agentPoolProfiles\": [\r\n {\r\n \"name\": \"defnode\",\r\n \"count\": 2,\r\n \"vmSize\": \"Standard_D2_v2\",\r\n \"osDiskSizeGB\": 100,\r\n \"maxPods\": 25,\r\n \"type\": \"VirtualMachineScaleSets\",\r\n \"maxCount\": 30,\r\n \"minCount\": 1,\r\n \"enableAutoScaling\": true,\r\n \"provisioningState\": \"Creating\",\r\n \"orchestratorVersion\": \"1.15.11\",\r\n \"nodeLabels\": {},\r\n \"mode\": \"System\",\r\n \"osType\": \"Linux\",\r\n \"nodeImageVersion\": \"AKSUbuntu-1604-2020.08.19\"\r\n }\r\n ],\r\n \"linuxProfile\": {\r\n \"adminUsername\": \"linuxuser\",\r\n \"ssh\": {\r\n \"publicKeys\": [\r\n {\r\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQChy6cYuI2+AoUycYdObeb45hTY5N46KTuCyy7Ln6Sg+xOoC0RyEAOmLzAWUjYCgbgCuJyOWR7HUz8vGz9guxpeb6kKroXVU20/ZA7fdE8OLU/86aCWZJkBuDJpbmPZsuVwjBJ2sQClmyR+UESLmi+pHLF/QGC55sNh00kdLOpzJLFnkb7nkTWQZ25sWqzr/gmrAx5Pvn6fb6PzTgFKNjKyU2XvJQUpy0iXY1jCJd+0fMzbFDR44izuR+Y9FZ8H2abyARd/ujVYTY8S90ICW7J2eZFQPe8uCfhAjaMlHcQpAjQn/1+h21hJM51UckW1z1XptJZAYWr1IJHTp5B9KfKI/C+4EkcILlPGeqvoZlOCWPYiu6LetiWAf7I9TMfVbBmdl6tPt37Dene7rmHAOIcviskzSmFs7ajjLnOMLDp1GDDfBUntu+VOMHZo09AqOdXva5Qij+YMU1T/xd8cMPvEK7NPmp9E4T5kl+jy+zQxcP3w+niPEtI6w8uYM+vznq5g5nu1WGFT8hG+CprOnB/OzrZsJPMkWzg6cCiQ2nkBM1tjNxA0XHm665fg3OjqRhnXRMorEHri6T+0huUis6CY7Kbu5r1S4yll/eXhBLB6MNvqmeEHpwuGbEksSwjCCNBi812vOaYJ3ZIcSmgiafTDok9bsIEGj9xhNhiCV0Gklw== devigned@msft.com\\r\\n\"\r\n }\r\n ]\r\n }\r\n },\r\n \"servicePrincipalProfile\": {\r\n \"clientId\": \"6f277dd3-e481-4518-8aab-35c31662bad9\"\r\n },\r\n \"addonProfiles\": {\r\n \"kubedashboard\": {\r\n \"enabled\": true,\r\n \"config\": null\r\n }\r\n },\r\n \"nodeResourceGroup\": \"MC_rgps2528_kubeps5640_westus\",\r\n \"enableRBAC\": true,\r\n \"networkProfile\": {\r\n \"networkPlugin\": \"kubenet\",\r\n \"loadBalancerSku\": \"Standard\",\r\n \"loadBalancerProfile\": {\r\n \"managedOutboundIPs\": {\r\n \"count\": 1\r\n }\r\n },\r\n \"podCidr\": \"10.244.0.0/16\",\r\n \"serviceCidr\": \"10.0.0.0/16\",\r\n \"dnsServiceIP\": \"10.0.0.10\",\r\n \"dockerBridgeCidr\": \"172.17.0.1/16\",\r\n \"outboundType\": \"loadBalancer\"\r\n },\r\n \"maxAgentPools\": 10\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\",\r\n \"tier\": \"Free\"\r\n }\r\n}",
"StatusCode": 201
},
{
- "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/rgps836/providers/Microsoft.ContainerService/managedClusters/kubeps530?api-version=2019-10-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Jlc291cmNlR3JvdXBzL3JncHM4MzYvcHJvdmlkZXJzL01pY3Jvc29mdC5Db250YWluZXJTZXJ2aWNlL21hbmFnZWRDbHVzdGVycy9rdWJlcHM1MzA/YXBpLXZlcnNpb249MjAxOS0xMC0wMQ==",
+ "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/rgps2528/providers/Microsoft.ContainerService/managedClusters/kubeps5640?api-version=2020-07-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Jlc291cmNlR3JvdXBzL3JncHMyNTI4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9tYW5hZ2VkQ2x1c3RlcnMva3ViZXBzNTY0MD9hcGktdmVyc2lvbj0yMDIwLTA3LTAx",
"RequestMethod": "PUT",
- "RequestBody": "{\r\n \"properties\": {\r\n \"kubernetesVersion\": \"1.15.11\",\r\n \"dnsPrefix\": \"mypre\",\r\n \"agentPoolProfiles\": [\r\n {\r\n \"name\": \"defnode\",\r\n \"count\": 2,\r\n \"vmSize\": \"Standard_A2\",\r\n \"osDiskSizeGB\": 100,\r\n \"maxPods\": 25,\r\n \"osType\": \"Linux\",\r\n \"maxCount\": 28,\r\n \"minCount\": 2,\r\n \"enableAutoScaling\": true,\r\n \"type\": \"VirtualMachineScaleSets\",\r\n \"orchestratorVersion\": \"1.15.10\",\r\n \"nodeTaints\": []\r\n }\r\n ],\r\n \"linuxProfile\": {\r\n \"adminUsername\": \"linuxuser\",\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\": \"07c45e59-b0dd-4955-918e-b8a9fc7f5d27\"\r\n },\r\n \"addonProfiles\": {},\r\n \"nodeResourceGroup\": \"MC_rgps836_kubeps530_westus\",\r\n \"enableRBAC\": true,\r\n \"networkProfile\": {\r\n \"networkPlugin\": \"kubenet\",\r\n \"podCidr\": \"10.244.0.0/16\",\r\n \"serviceCidr\": \"10.0.0.0/16\",\r\n \"dnsServiceIP\": \"10.0.0.10\",\r\n \"dockerBridgeCidr\": \"172.17.0.1/16\",\r\n \"loadBalancerSku\": \"Standard\",\r\n \"loadBalancerProfile\": {\r\n \"managedOutboundIPs\": {\r\n \"count\": 1\r\n },\r\n \"effectiveOutboundIPs\": [\r\n {\r\n \"id\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/MC_rgps836_kubeps530_westus/providers/Microsoft.Network/publicIPAddresses/a0d07254-50d1-43a9-a3c4-cddb4560e244\"\r\n }\r\n ]\r\n }\r\n }\r\n },\r\n \"location\": \"westus\",\r\n \"tags\": {}\r\n}",
+ "RequestBody": "{\r\n \"properties\": {\r\n \"kubernetesVersion\": \"1.15.12\",\r\n \"dnsPrefix\": \"mypre\",\r\n \"agentPoolProfiles\": [\r\n {\r\n \"name\": \"defnode\",\r\n \"count\": 2,\r\n \"vmSize\": \"Standard_D2_v2\",\r\n \"osDiskSizeGB\": 100,\r\n \"maxPods\": 25,\r\n \"osType\": \"Linux\",\r\n \"maxCount\": 28,\r\n \"minCount\": 2,\r\n \"enableAutoScaling\": true,\r\n \"type\": \"VirtualMachineScaleSets\",\r\n \"mode\": \"System\",\r\n \"orchestratorVersion\": \"1.15.11\",\r\n \"tags\": {},\r\n \"nodeLabels\": {},\r\n \"nodeTaints\": []\r\n }\r\n ],\r\n \"linuxProfile\": {\r\n \"adminUsername\": \"linuxuser\",\r\n \"ssh\": {\r\n \"publicKeys\": [\r\n {\r\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQChy6cYuI2+AoUycYdObeb45hTY5N46KTuCyy7Ln6Sg+xOoC0RyEAOmLzAWUjYCgbgCuJyOWR7HUz8vGz9guxpeb6kKroXVU20/ZA7fdE8OLU/86aCWZJkBuDJpbmPZsuVwjBJ2sQClmyR+UESLmi+pHLF/QGC55sNh00kdLOpzJLFnkb7nkTWQZ25sWqzr/gmrAx5Pvn6fb6PzTgFKNjKyU2XvJQUpy0iXY1jCJd+0fMzbFDR44izuR+Y9FZ8H2abyARd/ujVYTY8S90ICW7J2eZFQPe8uCfhAjaMlHcQpAjQn/1+h21hJM51UckW1z1XptJZAYWr1IJHTp5B9KfKI/C+4EkcILlPGeqvoZlOCWPYiu6LetiWAf7I9TMfVbBmdl6tPt37Dene7rmHAOIcviskzSmFs7ajjLnOMLDp1GDDfBUntu+VOMHZo09AqOdXva5Qij+YMU1T/xd8cMPvEK7NPmp9E4T5kl+jy+zQxcP3w+niPEtI6w8uYM+vznq5g5nu1WGFT8hG+CprOnB/OzrZsJPMkWzg6cCiQ2nkBM1tjNxA0XHm665fg3OjqRhnXRMorEHri6T+0huUis6CY7Kbu5r1S4yll/eXhBLB6MNvqmeEHpwuGbEksSwjCCNBi812vOaYJ3ZIcSmgiafTDok9bsIEGj9xhNhiCV0Gklw== devigned@msft.com\\r\\n\"\r\n }\r\n ]\r\n }\r\n },\r\n \"servicePrincipalProfile\": {\r\n \"clientId\": \"6f277dd3-e481-4518-8aab-35c31662bad9\"\r\n },\r\n \"addonProfiles\": {\r\n \"kubedashboard\": {\r\n \"enabled\": true,\r\n \"config\": {}\r\n }\r\n },\r\n \"nodeResourceGroup\": \"MC_rgps2528_kubeps5640_westus\",\r\n \"enableRBAC\": true,\r\n \"networkProfile\": {\r\n \"networkPlugin\": \"kubenet\",\r\n \"podCidr\": \"10.244.0.0/16\",\r\n \"serviceCidr\": \"10.0.0.0/16\",\r\n \"dnsServiceIP\": \"10.0.0.10\",\r\n \"dockerBridgeCidr\": \"172.17.0.1/16\",\r\n \"loadBalancerSku\": \"Standard\",\r\n \"loadBalancerProfile\": {\r\n \"managedOutboundIPs\": {\r\n \"count\": 1\r\n },\r\n \"effectiveOutboundIPs\": [\r\n {\r\n \"id\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/MC_rgps2528_kubeps5640_westus/providers/Microsoft.Network/publicIPAddresses/a6f6b464-684b-4a93-9036-52d660985ae6\"\r\n }\r\n ]\r\n }\r\n },\r\n \"identityProfile\": {}\r\n },\r\n \"location\": \"westus\",\r\n \"tags\": {}\r\n}",
"RequestHeaders": {
"x-ms-client-request-id": [
- "0a370ab1-ef40-413f-afd3-cf2a346486df"
+ "b47dedd6-88f4-445e-a3c1-976f2497d47e"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29130.01",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.1.0"
],
"Content-Type": [
"application/json; charset=utf-8"
],
"Content-Length": [
- "2321"
+ "2520"
]
},
"ResponseHeaders": {
@@ -651,19 +651,19 @@
"no-cache"
],
"x-ms-routing-request-id": [
- "SOUTHEASTASIA:20200602T053859Z:13022a74-97e3-4630-8220-0c6bb2fdf528"
+ "SOUTHEASTASIA:20200908T041738Z:51b5db03-e77e-4d8f-a2b3-0dd446afd88a"
],
"x-ms-ratelimit-remaining-subscription-writes": [
- "1198"
+ "1197"
],
"Azure-AsyncOperation": [
- "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/34940df6-0de5-4473-a0b4-b96709486fde?api-version=2017-08-31"
+ "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/d0110f9d-7c37-4d81-8f7c-397ae97cf47b?api-version=2017-08-31"
],
"x-ms-correlation-request-id": [
- "13022a74-97e3-4630-8220-0c6bb2fdf528"
+ "51b5db03-e77e-4d8f-a2b3-0dd446afd88a"
],
"x-ms-request-id": [
- "34940df6-0de5-4473-a0b4-b96709486fde"
+ "d0110f9d-7c37-4d81-8f7c-397ae97cf47b"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -675,10 +675,10 @@
"nginx"
],
"Date": [
- "Tue, 02 Jun 2020 05:38:59 GMT"
+ "Tue, 08 Sep 2020 04:17:37 GMT"
],
"Content-Length": [
- "2493"
+ "2754"
],
"Content-Type": [
"application/json"
@@ -687,191 +687,20 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"id\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourcegroups/rgps836/providers/Microsoft.ContainerService/managedClusters/kubeps530\",\r\n \"location\": \"westus\",\r\n \"name\": \"kubeps530\",\r\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\r\n \"properties\": {\r\n \"provisioningState\": \"Upgrading\",\r\n \"kubernetesVersion\": \"1.15.11\",\r\n \"dnsPrefix\": \"mypre\",\r\n \"fqdn\": \"mypre-f0e90af2.hcp.westus.azmk8s.io\",\r\n \"agentPoolProfiles\": [\r\n {\r\n \"name\": \"defnode\",\r\n \"count\": 2,\r\n \"vmSize\": \"Standard_A2\",\r\n \"osDiskSizeGB\": 100,\r\n \"maxPods\": 25,\r\n \"type\": \"VirtualMachineScaleSets\",\r\n \"maxCount\": 28,\r\n \"minCount\": 2,\r\n \"enableAutoScaling\": true,\r\n \"provisioningState\": \"Upgrading\",\r\n \"orchestratorVersion\": \"1.15.10\",\r\n \"osType\": \"Linux\"\r\n }\r\n ],\r\n \"linuxProfile\": {\r\n \"adminUsername\": \"linuxuser\",\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\": \"07c45e59-b0dd-4955-918e-b8a9fc7f5d27\"\r\n },\r\n \"nodeResourceGroup\": \"MC_rgps836_kubeps530_westus\",\r\n \"enableRBAC\": true,\r\n \"networkProfile\": {\r\n \"networkPlugin\": \"kubenet\",\r\n \"loadBalancerSku\": \"Standard\",\r\n \"loadBalancerProfile\": {\r\n \"managedOutboundIPs\": {\r\n \"count\": 1\r\n },\r\n \"effectiveOutboundIPs\": [\r\n {\r\n \"id\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/MC_rgps836_kubeps530_westus/providers/Microsoft.Network/publicIPAddresses/a0d07254-50d1-43a9-a3c4-cddb4560e244\"\r\n }\r\n ]\r\n },\r\n \"podCidr\": \"10.244.0.0/16\",\r\n \"serviceCidr\": \"10.0.0.0/16\",\r\n \"dnsServiceIP\": \"10.0.0.10\",\r\n \"dockerBridgeCidr\": \"172.17.0.1/16\",\r\n \"outboundType\": \"loadBalancer\"\r\n },\r\n \"maxAgentPools\": 10\r\n }\r\n}",
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourcegroups/rgps2528/providers/Microsoft.ContainerService/managedClusters/kubeps5640\",\r\n \"location\": \"westus\",\r\n \"name\": \"kubeps5640\",\r\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\r\n \"properties\": {\r\n \"provisioningState\": \"Upgrading\",\r\n \"kubernetesVersion\": \"1.15.12\",\r\n \"dnsPrefix\": \"mypre\",\r\n \"fqdn\": \"mypre-d6a43c74.hcp.westus.azmk8s.io\",\r\n \"agentPoolProfiles\": [\r\n {\r\n \"name\": \"defnode\",\r\n \"count\": 2,\r\n \"vmSize\": \"Standard_D2_v2\",\r\n \"osDiskSizeGB\": 100,\r\n \"maxPods\": 25,\r\n \"type\": \"VirtualMachineScaleSets\",\r\n \"maxCount\": 28,\r\n \"minCount\": 2,\r\n \"enableAutoScaling\": true,\r\n \"provisioningState\": \"Upgrading\",\r\n \"orchestratorVersion\": \"1.15.11\",\r\n \"nodeLabels\": {},\r\n \"mode\": \"System\",\r\n \"osType\": \"Linux\",\r\n \"nodeImageVersion\": \"AKSUbuntu-1604-2020.08.19\"\r\n }\r\n ],\r\n \"linuxProfile\": {\r\n \"adminUsername\": \"linuxuser\",\r\n \"ssh\": {\r\n \"publicKeys\": [\r\n {\r\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQChy6cYuI2+AoUycYdObeb45hTY5N46KTuCyy7Ln6Sg+xOoC0RyEAOmLzAWUjYCgbgCuJyOWR7HUz8vGz9guxpeb6kKroXVU20/ZA7fdE8OLU/86aCWZJkBuDJpbmPZsuVwjBJ2sQClmyR+UESLmi+pHLF/QGC55sNh00kdLOpzJLFnkb7nkTWQZ25sWqzr/gmrAx5Pvn6fb6PzTgFKNjKyU2XvJQUpy0iXY1jCJd+0fMzbFDR44izuR+Y9FZ8H2abyARd/ujVYTY8S90ICW7J2eZFQPe8uCfhAjaMlHcQpAjQn/1+h21hJM51UckW1z1XptJZAYWr1IJHTp5B9KfKI/C+4EkcILlPGeqvoZlOCWPYiu6LetiWAf7I9TMfVbBmdl6tPt37Dene7rmHAOIcviskzSmFs7ajjLnOMLDp1GDDfBUntu+VOMHZo09AqOdXva5Qij+YMU1T/xd8cMPvEK7NPmp9E4T5kl+jy+zQxcP3w+niPEtI6w8uYM+vznq5g5nu1WGFT8hG+CprOnB/OzrZsJPMkWzg6cCiQ2nkBM1tjNxA0XHm665fg3OjqRhnXRMorEHri6T+0huUis6CY7Kbu5r1S4yll/eXhBLB6MNvqmeEHpwuGbEksSwjCCNBi812vOaYJ3ZIcSmgiafTDok9bsIEGj9xhNhiCV0Gklw== devigned@msft.com\\r\\n\"\r\n }\r\n ]\r\n }\r\n },\r\n \"servicePrincipalProfile\": {\r\n \"clientId\": \"6f277dd3-e481-4518-8aab-35c31662bad9\"\r\n },\r\n \"addonProfiles\": {\r\n \"kubedashboard\": {\r\n \"enabled\": true,\r\n \"config\": {}\r\n }\r\n },\r\n \"nodeResourceGroup\": \"MC_rgps2528_kubeps5640_westus\",\r\n \"enableRBAC\": true,\r\n \"networkProfile\": {\r\n \"networkPlugin\": \"kubenet\",\r\n \"loadBalancerSku\": \"Standard\",\r\n \"loadBalancerProfile\": {\r\n \"managedOutboundIPs\": {\r\n \"count\": 1\r\n },\r\n \"effectiveOutboundIPs\": [\r\n {\r\n \"id\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/MC_rgps2528_kubeps5640_westus/providers/Microsoft.Network/publicIPAddresses/a6f6b464-684b-4a93-9036-52d660985ae6\"\r\n }\r\n ]\r\n },\r\n \"podCidr\": \"10.244.0.0/16\",\r\n \"serviceCidr\": \"10.0.0.0/16\",\r\n \"dnsServiceIP\": \"10.0.0.10\",\r\n \"dockerBridgeCidr\": \"172.17.0.1/16\",\r\n \"outboundType\": \"loadBalancer\"\r\n },\r\n \"maxAgentPools\": 10\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\",\r\n \"tier\": \"Free\"\r\n }\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/4729c469-4e1a-4571-87b0-dcfdda0ef28a?api-version=2017-08-31",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvNDcyOWM0NjktNGUxYS00NTcxLTg3YjAtZGNmZGRhMGVmMjhhP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
+ "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/35a1cf85-2a3e-48fa-9eb0-305e7f53bd50?api-version=2017-08-31",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvMzVhMWNmODUtMmEzZS00OGZhLTllYjAtMzA1ZTdmNTNiZDUwP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29130.01",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.0.0"
- ]
- },
- "ResponseHeaders": {
- "Cache-Control": [
- "no-cache"
- ],
- "Pragma": [
- "no-cache"
- ],
- "x-ms-ratelimit-remaining-subscription-reads": [
- "11998"
- ],
- "x-ms-correlation-request-id": [
- "465d1c85-f5dc-472b-93ca-ab96172a11c2"
- ],
- "x-ms-request-id": [
- "f64edfba-d0cd-4cb9-97fe-0c5c816988c9"
- ],
- "Strict-Transport-Security": [
- "max-age=31536000; includeSubDomains"
- ],
- "X-Content-Type-Options": [
- "nosniff"
- ],
- "Server": [
- "nginx"
- ],
- "x-ms-routing-request-id": [
- "SOUTHEASTASIA:20200602T053256Z:465d1c85-f5dc-472b-93ca-ab96172a11c2"
- ],
- "Date": [
- "Tue, 02 Jun 2020 05:32:55 GMT"
- ],
- "Content-Length": [
- "125"
- ],
- "Content-Type": [
- "application/json"
- ],
- "Expires": [
- "-1"
- ]
- },
- "ResponseBody": "{\r\n \"name\": \"69c42947-1a4e-7145-87b0-dcfdda0ef28a\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-06-02T05:32:24.208205Z\"\r\n}",
- "StatusCode": 200
- },
- {
- "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/4729c469-4e1a-4571-87b0-dcfdda0ef28a?api-version=2017-08-31",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvNDcyOWM0NjktNGUxYS00NTcxLTg3YjAtZGNmZGRhMGVmMjhhP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
- "RequestMethod": "GET",
- "RequestBody": "",
- "RequestHeaders": {
- "User-Agent": [
- "FxVersion/4.6.28207.03",
- "OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.0.0"
- ]
- },
- "ResponseHeaders": {
- "Cache-Control": [
- "no-cache"
- ],
- "Pragma": [
- "no-cache"
- ],
- "x-ms-ratelimit-remaining-subscription-reads": [
- "11997"
- ],
- "x-ms-correlation-request-id": [
- "2c4626f6-ea39-4908-b662-beb2472ec013"
- ],
- "x-ms-request-id": [
- "fba9b55f-8751-4a57-baea-acdcf17938e2"
- ],
- "Strict-Transport-Security": [
- "max-age=31536000; includeSubDomains"
- ],
- "X-Content-Type-Options": [
- "nosniff"
- ],
- "Server": [
- "nginx"
- ],
- "x-ms-routing-request-id": [
- "SOUTHEASTASIA:20200602T053326Z:2c4626f6-ea39-4908-b662-beb2472ec013"
- ],
- "Date": [
- "Tue, 02 Jun 2020 05:33:26 GMT"
- ],
- "Content-Length": [
- "125"
- ],
- "Content-Type": [
- "application/json"
- ],
- "Expires": [
- "-1"
- ]
- },
- "ResponseBody": "{\r\n \"name\": \"69c42947-1a4e-7145-87b0-dcfdda0ef28a\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-06-02T05:32:24.208205Z\"\r\n}",
- "StatusCode": 200
- },
- {
- "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/4729c469-4e1a-4571-87b0-dcfdda0ef28a?api-version=2017-08-31",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvNDcyOWM0NjktNGUxYS00NTcxLTg3YjAtZGNmZGRhMGVmMjhhP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
- "RequestMethod": "GET",
- "RequestBody": "",
- "RequestHeaders": {
- "User-Agent": [
- "FxVersion/4.6.28207.03",
- "OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.0.0"
- ]
- },
- "ResponseHeaders": {
- "Cache-Control": [
- "no-cache"
- ],
- "Pragma": [
- "no-cache"
- ],
- "x-ms-ratelimit-remaining-subscription-reads": [
- "11996"
- ],
- "x-ms-correlation-request-id": [
- "8549a199-e38c-470c-9764-dfbdb2768ee7"
- ],
- "x-ms-request-id": [
- "be833e73-eec5-4137-ac30-026e35027c2a"
- ],
- "Strict-Transport-Security": [
- "max-age=31536000; includeSubDomains"
- ],
- "X-Content-Type-Options": [
- "nosniff"
- ],
- "Server": [
- "nginx"
- ],
- "x-ms-routing-request-id": [
- "SOUTHEASTASIA:20200602T053357Z:8549a199-e38c-470c-9764-dfbdb2768ee7"
- ],
- "Date": [
- "Tue, 02 Jun 2020 05:33:56 GMT"
- ],
- "Content-Length": [
- "125"
- ],
- "Content-Type": [
- "application/json"
- ],
- "Expires": [
- "-1"
- ]
- },
- "ResponseBody": "{\r\n \"name\": \"69c42947-1a4e-7145-87b0-dcfdda0ef28a\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-06-02T05:32:24.208205Z\"\r\n}",
- "StatusCode": 200
- },
- {
- "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/4729c469-4e1a-4571-87b0-dcfdda0ef28a?api-version=2017-08-31",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvNDcyOWM0NjktNGUxYS00NTcxLTg3YjAtZGNmZGRhMGVmMjhhP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
- "RequestMethod": "GET",
- "RequestBody": "",
- "RequestHeaders": {
- "User-Agent": [
- "FxVersion/4.6.28207.03",
- "OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.1.0"
]
},
"ResponseHeaders": {
@@ -885,10 +714,10 @@
"11995"
],
"x-ms-correlation-request-id": [
- "f2ec1313-566f-41a6-ab81-f3ac791956a9"
+ "f0d1b3c9-3e6d-40ae-9dbd-0822fa4c4838"
],
"x-ms-request-id": [
- "39f366e7-f054-4f34-a8a5-337deae8c18b"
+ "c555c8c2-2f67-4f61-91ed-abaff8a6ec29"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -900,13 +729,13 @@
"nginx"
],
"x-ms-routing-request-id": [
- "SOUTHEASTASIA:20200602T053427Z:f2ec1313-566f-41a6-ab81-f3ac791956a9"
+ "SOUTHEASTASIA:20200908T041426Z:f0d1b3c9-3e6d-40ae-9dbd-0822fa4c4838"
],
"Date": [
- "Tue, 02 Jun 2020 05:34:27 GMT"
+ "Tue, 08 Sep 2020 04:14:26 GMT"
],
"Content-Length": [
- "125"
+ "126"
],
"Content-Type": [
"application/json"
@@ -915,20 +744,20 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"name\": \"69c42947-1a4e-7145-87b0-dcfdda0ef28a\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-06-02T05:32:24.208205Z\"\r\n}",
+ "ResponseBody": "{\r\n \"name\": \"85cfa135-3e2a-fa48-9eb0-305e7f53bd50\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-09-08T04:13:54.9213281Z\"\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/4729c469-4e1a-4571-87b0-dcfdda0ef28a?api-version=2017-08-31",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvNDcyOWM0NjktNGUxYS00NTcxLTg3YjAtZGNmZGRhMGVmMjhhP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
+ "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/35a1cf85-2a3e-48fa-9eb0-305e7f53bd50?api-version=2017-08-31",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvMzVhMWNmODUtMmEzZS00OGZhLTllYjAtMzA1ZTdmNTNiZDUwP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29130.01",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.1.0"
]
},
"ResponseHeaders": {
@@ -942,10 +771,10 @@
"11994"
],
"x-ms-correlation-request-id": [
- "697edf78-0dc7-478d-bbba-a04286960545"
+ "b2015863-24a8-409d-9428-d429f10933e1"
],
"x-ms-request-id": [
- "2d8141d4-2f20-4b53-b70b-495944242bbe"
+ "eacab9c0-6f42-4d8e-bb44-6d7b89294da3"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -957,13 +786,13 @@
"nginx"
],
"x-ms-routing-request-id": [
- "SOUTHEASTASIA:20200602T053458Z:697edf78-0dc7-478d-bbba-a04286960545"
+ "SOUTHEASTASIA:20200908T041457Z:b2015863-24a8-409d-9428-d429f10933e1"
],
"Date": [
- "Tue, 02 Jun 2020 05:34:57 GMT"
+ "Tue, 08 Sep 2020 04:14:57 GMT"
],
"Content-Length": [
- "125"
+ "126"
],
"Content-Type": [
"application/json"
@@ -972,20 +801,20 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"name\": \"69c42947-1a4e-7145-87b0-dcfdda0ef28a\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-06-02T05:32:24.208205Z\"\r\n}",
+ "ResponseBody": "{\r\n \"name\": \"85cfa135-3e2a-fa48-9eb0-305e7f53bd50\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-09-08T04:13:54.9213281Z\"\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/4729c469-4e1a-4571-87b0-dcfdda0ef28a?api-version=2017-08-31",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvNDcyOWM0NjktNGUxYS00NTcxLTg3YjAtZGNmZGRhMGVmMjhhP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
+ "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/35a1cf85-2a3e-48fa-9eb0-305e7f53bd50?api-version=2017-08-31",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvMzVhMWNmODUtMmEzZS00OGZhLTllYjAtMzA1ZTdmNTNiZDUwP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29130.01",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.1.0"
]
},
"ResponseHeaders": {
@@ -999,10 +828,10 @@
"11993"
],
"x-ms-correlation-request-id": [
- "8f41d31c-df77-471b-b58f-e178563c5496"
+ "09703d4c-b29f-4479-92d7-e10c981dd763"
],
"x-ms-request-id": [
- "ab549570-4fc6-4552-ac28-dcc9485453f4"
+ "7db28ca1-1981-4d46-8da5-6fdb986bcc76"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -1014,13 +843,13 @@
"nginx"
],
"x-ms-routing-request-id": [
- "SOUTHEASTASIA:20200602T053528Z:8f41d31c-df77-471b-b58f-e178563c5496"
+ "SOUTHEASTASIA:20200908T041527Z:09703d4c-b29f-4479-92d7-e10c981dd763"
],
"Date": [
- "Tue, 02 Jun 2020 05:35:28 GMT"
+ "Tue, 08 Sep 2020 04:15:27 GMT"
],
"Content-Length": [
- "125"
+ "126"
],
"Content-Type": [
"application/json"
@@ -1029,20 +858,20 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"name\": \"69c42947-1a4e-7145-87b0-dcfdda0ef28a\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-06-02T05:32:24.208205Z\"\r\n}",
+ "ResponseBody": "{\r\n \"name\": \"85cfa135-3e2a-fa48-9eb0-305e7f53bd50\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-09-08T04:13:54.9213281Z\"\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/4729c469-4e1a-4571-87b0-dcfdda0ef28a?api-version=2017-08-31",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvNDcyOWM0NjktNGUxYS00NTcxLTg3YjAtZGNmZGRhMGVmMjhhP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
+ "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/35a1cf85-2a3e-48fa-9eb0-305e7f53bd50?api-version=2017-08-31",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvMzVhMWNmODUtMmEzZS00OGZhLTllYjAtMzA1ZTdmNTNiZDUwP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29130.01",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.1.0"
]
},
"ResponseHeaders": {
@@ -1056,10 +885,10 @@
"11992"
],
"x-ms-correlation-request-id": [
- "cceb1ae5-2add-4121-8850-bed1bc1a1972"
+ "8f8b9fdc-3070-4479-a71b-986f26e7611f"
],
"x-ms-request-id": [
- "8f08f9b8-32e7-4b58-8a0a-8b3e3fe59c3d"
+ "d89fcc92-c5c1-45de-b9bd-f1911f892720"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -1071,13 +900,13 @@
"nginx"
],
"x-ms-routing-request-id": [
- "SOUTHEASTASIA:20200602T053559Z:cceb1ae5-2add-4121-8850-bed1bc1a1972"
+ "SOUTHEASTASIA:20200908T041558Z:8f8b9fdc-3070-4479-a71b-986f26e7611f"
],
"Date": [
- "Tue, 02 Jun 2020 05:35:59 GMT"
+ "Tue, 08 Sep 2020 04:15:58 GMT"
],
"Content-Length": [
- "125"
+ "126"
],
"Content-Type": [
"application/json"
@@ -1086,20 +915,20 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"name\": \"69c42947-1a4e-7145-87b0-dcfdda0ef28a\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-06-02T05:32:24.208205Z\"\r\n}",
+ "ResponseBody": "{\r\n \"name\": \"85cfa135-3e2a-fa48-9eb0-305e7f53bd50\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-09-08T04:13:54.9213281Z\"\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/4729c469-4e1a-4571-87b0-dcfdda0ef28a?api-version=2017-08-31",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvNDcyOWM0NjktNGUxYS00NTcxLTg3YjAtZGNmZGRhMGVmMjhhP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
+ "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/35a1cf85-2a3e-48fa-9eb0-305e7f53bd50?api-version=2017-08-31",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvMzVhMWNmODUtMmEzZS00OGZhLTllYjAtMzA1ZTdmNTNiZDUwP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29130.01",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.1.0"
]
},
"ResponseHeaders": {
@@ -1113,10 +942,10 @@
"11991"
],
"x-ms-correlation-request-id": [
- "03e16e24-e404-4731-afa7-9e3e419057c7"
+ "099b5292-3d1a-41b1-89ce-2f9a10a9aff5"
],
"x-ms-request-id": [
- "9a89c0ca-10c9-4840-998f-34d977d3df1b"
+ "c91a0904-12f2-46c8-8803-f1e389adb6fe"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -1128,13 +957,13 @@
"nginx"
],
"x-ms-routing-request-id": [
- "SOUTHEASTASIA:20200602T053630Z:03e16e24-e404-4731-afa7-9e3e419057c7"
+ "SOUTHEASTASIA:20200908T041628Z:099b5292-3d1a-41b1-89ce-2f9a10a9aff5"
],
"Date": [
- "Tue, 02 Jun 2020 05:36:29 GMT"
+ "Tue, 08 Sep 2020 04:16:28 GMT"
],
"Content-Length": [
- "125"
+ "126"
],
"Content-Type": [
"application/json"
@@ -1143,20 +972,20 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"name\": \"69c42947-1a4e-7145-87b0-dcfdda0ef28a\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-06-02T05:32:24.208205Z\"\r\n}",
+ "ResponseBody": "{\r\n \"name\": \"85cfa135-3e2a-fa48-9eb0-305e7f53bd50\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-09-08T04:13:54.9213281Z\"\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/4729c469-4e1a-4571-87b0-dcfdda0ef28a?api-version=2017-08-31",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvNDcyOWM0NjktNGUxYS00NTcxLTg3YjAtZGNmZGRhMGVmMjhhP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
+ "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/35a1cf85-2a3e-48fa-9eb0-305e7f53bd50?api-version=2017-08-31",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvMzVhMWNmODUtMmEzZS00OGZhLTllYjAtMzA1ZTdmNTNiZDUwP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29130.01",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.1.0"
]
},
"ResponseHeaders": {
@@ -1170,67 +999,10 @@
"11990"
],
"x-ms-correlation-request-id": [
- "5848ccd2-df3f-4fe8-bed4-db0dae8d7cb8"
- ],
- "x-ms-request-id": [
- "0f39eee2-a570-49b8-a0ed-00b09aeb793b"
- ],
- "Strict-Transport-Security": [
- "max-age=31536000; includeSubDomains"
- ],
- "X-Content-Type-Options": [
- "nosniff"
- ],
- "Server": [
- "nginx"
- ],
- "x-ms-routing-request-id": [
- "SOUTHEASTASIA:20200602T053701Z:5848ccd2-df3f-4fe8-bed4-db0dae8d7cb8"
- ],
- "Date": [
- "Tue, 02 Jun 2020 05:37:01 GMT"
- ],
- "Content-Length": [
- "125"
- ],
- "Content-Type": [
- "application/json"
- ],
- "Expires": [
- "-1"
- ]
- },
- "ResponseBody": "{\r\n \"name\": \"69c42947-1a4e-7145-87b0-dcfdda0ef28a\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-06-02T05:32:24.208205Z\"\r\n}",
- "StatusCode": 200
- },
- {
- "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/4729c469-4e1a-4571-87b0-dcfdda0ef28a?api-version=2017-08-31",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvNDcyOWM0NjktNGUxYS00NTcxLTg3YjAtZGNmZGRhMGVmMjhhP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
- "RequestMethod": "GET",
- "RequestBody": "",
- "RequestHeaders": {
- "User-Agent": [
- "FxVersion/4.6.28207.03",
- "OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.0.0"
- ]
- },
- "ResponseHeaders": {
- "Cache-Control": [
- "no-cache"
- ],
- "Pragma": [
- "no-cache"
- ],
- "x-ms-ratelimit-remaining-subscription-reads": [
- "11989"
- ],
- "x-ms-correlation-request-id": [
- "161921f4-bedf-4e75-ae55-1ea1340263cd"
+ "3dd67301-099a-4a29-a306-2b817244c6bc"
],
"x-ms-request-id": [
- "0edfc2e6-4444-43a6-840d-77009128331d"
+ "33948c6c-f3ef-4b9a-9fcf-33cb137a0b7e"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -1242,124 +1014,10 @@
"nginx"
],
"x-ms-routing-request-id": [
- "SOUTHEASTASIA:20200602T053731Z:161921f4-bedf-4e75-ae55-1ea1340263cd"
+ "SOUTHEASTASIA:20200908T041659Z:3dd67301-099a-4a29-a306-2b817244c6bc"
],
"Date": [
- "Tue, 02 Jun 2020 05:37:31 GMT"
- ],
- "Content-Length": [
- "125"
- ],
- "Content-Type": [
- "application/json"
- ],
- "Expires": [
- "-1"
- ]
- },
- "ResponseBody": "{\r\n \"name\": \"69c42947-1a4e-7145-87b0-dcfdda0ef28a\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-06-02T05:32:24.208205Z\"\r\n}",
- "StatusCode": 200
- },
- {
- "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/4729c469-4e1a-4571-87b0-dcfdda0ef28a?api-version=2017-08-31",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvNDcyOWM0NjktNGUxYS00NTcxLTg3YjAtZGNmZGRhMGVmMjhhP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
- "RequestMethod": "GET",
- "RequestBody": "",
- "RequestHeaders": {
- "User-Agent": [
- "FxVersion/4.6.28207.03",
- "OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.0.0"
- ]
- },
- "ResponseHeaders": {
- "Cache-Control": [
- "no-cache"
- ],
- "Pragma": [
- "no-cache"
- ],
- "x-ms-ratelimit-remaining-subscription-reads": [
- "11988"
- ],
- "x-ms-correlation-request-id": [
- "4adab111-e070-4b49-9d38-a1fe24d8789d"
- ],
- "x-ms-request-id": [
- "d6c616fd-e360-46a3-8d79-e4272a1a51ea"
- ],
- "Strict-Transport-Security": [
- "max-age=31536000; includeSubDomains"
- ],
- "X-Content-Type-Options": [
- "nosniff"
- ],
- "Server": [
- "nginx"
- ],
- "x-ms-routing-request-id": [
- "SOUTHEASTASIA:20200602T053802Z:4adab111-e070-4b49-9d38-a1fe24d8789d"
- ],
- "Date": [
- "Tue, 02 Jun 2020 05:38:01 GMT"
- ],
- "Content-Length": [
- "169"
- ],
- "Content-Type": [
- "application/json"
- ],
- "Expires": [
- "-1"
- ]
- },
- "ResponseBody": "{\r\n \"name\": \"69c42947-1a4e-7145-87b0-dcfdda0ef28a\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-02T05:32:24.208205Z\",\r\n \"endTime\": \"2020-06-02T05:37:35.4976748Z\"\r\n}",
- "StatusCode": 200
- },
- {
- "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/34940df6-0de5-4473-a0b4-b96709486fde?api-version=2017-08-31",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvMzQ5NDBkZjYtMGRlNS00NDczLWEwYjQtYjk2NzA5NDg2ZmRlP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
- "RequestMethod": "GET",
- "RequestBody": "",
- "RequestHeaders": {
- "User-Agent": [
- "FxVersion/4.6.28207.03",
- "OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.0.0"
- ]
- },
- "ResponseHeaders": {
- "Cache-Control": [
- "no-cache"
- ],
- "Pragma": [
- "no-cache"
- ],
- "x-ms-ratelimit-remaining-subscription-reads": [
- "11984"
- ],
- "x-ms-correlation-request-id": [
- "eaece288-9fae-49fe-93b3-4259a74dba6d"
- ],
- "x-ms-request-id": [
- "03646051-8056-4d8c-87f4-11cde4d45eab"
- ],
- "Strict-Transport-Security": [
- "max-age=31536000; includeSubDomains"
- ],
- "X-Content-Type-Options": [
- "nosniff"
- ],
- "Server": [
- "nginx"
- ],
- "x-ms-routing-request-id": [
- "SOUTHEASTASIA:20200602T053930Z:eaece288-9fae-49fe-93b3-4259a74dba6d"
- ],
- "Date": [
- "Tue, 02 Jun 2020 05:39:29 GMT"
+ "Tue, 08 Sep 2020 04:16:58 GMT"
],
"Content-Length": [
"126"
@@ -1371,20 +1029,20 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"name\": \"f60d9434-e50d-7344-a0b4-b96709486fde\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-06-02T05:38:57.1309531Z\"\r\n}",
+ "ResponseBody": "{\r\n \"name\": \"85cfa135-3e2a-fa48-9eb0-305e7f53bd50\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-09-08T04:13:54.9213281Z\"\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/34940df6-0de5-4473-a0b4-b96709486fde?api-version=2017-08-31",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvMzQ5NDBkZjYtMGRlNS00NDczLWEwYjQtYjk2NzA5NDg2ZmRlP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
+ "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/35a1cf85-2a3e-48fa-9eb0-305e7f53bd50?api-version=2017-08-31",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvMzVhMWNmODUtMmEzZS00OGZhLTllYjAtMzA1ZTdmNTNiZDUwP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29130.01",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.1.0"
]
},
"ResponseHeaders": {
@@ -1395,13 +1053,13 @@
"no-cache"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11983"
+ "11989"
],
"x-ms-correlation-request-id": [
- "d53d0337-98bb-4fee-8d38-d59beef33e32"
+ "485aca54-d671-4481-88bc-415ce34fdac9"
],
"x-ms-request-id": [
- "0a2df70c-983e-4e68-960c-b709fb8e5267"
+ "3a35f96e-be7a-4336-8aa5-35dc05008f7e"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -1413,13 +1071,13 @@
"nginx"
],
"x-ms-routing-request-id": [
- "SOUTHEASTASIA:20200602T054000Z:d53d0337-98bb-4fee-8d38-d59beef33e32"
+ "SOUTHEASTASIA:20200908T041729Z:485aca54-d671-4481-88bc-415ce34fdac9"
],
"Date": [
- "Tue, 02 Jun 2020 05:40:00 GMT"
+ "Tue, 08 Sep 2020 04:17:28 GMT"
],
"Content-Length": [
- "126"
+ "170"
],
"Content-Type": [
"application/json"
@@ -1428,20 +1086,20 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"name\": \"f60d9434-e50d-7344-a0b4-b96709486fde\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-06-02T05:38:57.1309531Z\"\r\n}",
+ "ResponseBody": "{\r\n \"name\": \"85cfa135-3e2a-fa48-9eb0-305e7f53bd50\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-09-08T04:13:54.9213281Z\",\r\n \"endTime\": \"2020-09-08T04:17:01.8399877Z\"\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/34940df6-0de5-4473-a0b4-b96709486fde?api-version=2017-08-31",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvMzQ5NDBkZjYtMGRlNS00NDczLWEwYjQtYjk2NzA5NDg2ZmRlP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
+ "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/d0110f9d-7c37-4d81-8f7c-397ae97cf47b?api-version=2017-08-31",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvZDAxMTBmOWQtN2MzNy00ZDgxLThmN2MtMzk3YWU5N2NmNDdiP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29130.01",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.1.0"
]
},
"ResponseHeaders": {
@@ -1452,13 +1110,13 @@
"no-cache"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11982"
+ "11985"
],
"x-ms-correlation-request-id": [
- "039d408f-f644-4749-a8ca-59fc46d2d04f"
+ "3cde880a-2d9c-430d-abff-5129039dabf4"
],
"x-ms-request-id": [
- "dc7e1c4b-3566-491d-92e9-b12ce1385811"
+ "748a03d4-cd14-42c3-8701-3716daea4c50"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -1470,10 +1128,10 @@
"nginx"
],
"x-ms-routing-request-id": [
- "SOUTHEASTASIA:20200602T054031Z:039d408f-f644-4749-a8ca-59fc46d2d04f"
+ "SOUTHEASTASIA:20200908T041808Z:3cde880a-2d9c-430d-abff-5129039dabf4"
],
"Date": [
- "Tue, 02 Jun 2020 05:40:31 GMT"
+ "Tue, 08 Sep 2020 04:18:08 GMT"
],
"Content-Length": [
"126"
@@ -1485,20 +1143,20 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"name\": \"f60d9434-e50d-7344-a0b4-b96709486fde\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-06-02T05:38:57.1309531Z\"\r\n}",
+ "ResponseBody": "{\r\n \"name\": \"9d0f11d0-377c-814d-8f7c-397ae97cf47b\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-09-08T04:17:35.6317622Z\"\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/34940df6-0de5-4473-a0b4-b96709486fde?api-version=2017-08-31",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvMzQ5NDBkZjYtMGRlNS00NDczLWEwYjQtYjk2NzA5NDg2ZmRlP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
+ "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/d0110f9d-7c37-4d81-8f7c-397ae97cf47b?api-version=2017-08-31",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvZDAxMTBmOWQtN2MzNy00ZDgxLThmN2MtMzk3YWU5N2NmNDdiP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29130.01",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.1.0"
]
},
"ResponseHeaders": {
@@ -1509,13 +1167,13 @@
"no-cache"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11981"
+ "11984"
],
"x-ms-correlation-request-id": [
- "cfc19561-feaf-4625-8c6d-e39a8c7dc5df"
+ "c78a2276-d06f-4430-acfa-90dd05b19052"
],
"x-ms-request-id": [
- "625b4bc2-796b-45ce-9517-fc6b841963c2"
+ "eb6171ec-d20b-4deb-b757-b22638468cfd"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -1527,10 +1185,10 @@
"nginx"
],
"x-ms-routing-request-id": [
- "SOUTHEASTASIA:20200602T054102Z:cfc19561-feaf-4625-8c6d-e39a8c7dc5df"
+ "SOUTHEASTASIA:20200908T041839Z:c78a2276-d06f-4430-acfa-90dd05b19052"
],
"Date": [
- "Tue, 02 Jun 2020 05:41:01 GMT"
+ "Tue, 08 Sep 2020 04:18:39 GMT"
],
"Content-Length": [
"170"
@@ -1542,26 +1200,26 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"name\": \"f60d9434-e50d-7344-a0b4-b96709486fde\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-02T05:38:57.1309531Z\",\r\n \"endTime\": \"2020-06-02T05:40:55.8903469Z\"\r\n}",
+ "ResponseBody": "{\r\n \"name\": \"9d0f11d0-377c-814d-8f7c-397ae97cf47b\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-09-08T04:17:35.6317622Z\",\r\n \"endTime\": \"2020-09-08T04:18:27.8380516Z\"\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/rgps836/providers/Microsoft.ContainerService/managedClusters/kubeps530/listClusterUserCredential?api-version=2019-10-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Jlc291cmNlR3JvdXBzL3JncHM4MzYvcHJvdmlkZXJzL01pY3Jvc29mdC5Db250YWluZXJTZXJ2aWNlL21hbmFnZWRDbHVzdGVycy9rdWJlcHM1MzAvbGlzdENsdXN0ZXJVc2VyQ3JlZGVudGlhbD9hcGktdmVyc2lvbj0yMDE5LTEwLTAx",
+ "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/rgps2528/providers/Microsoft.ContainerService/managedClusters/kubeps5640/listClusterUserCredential?api-version=2020-07-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Jlc291cmNlR3JvdXBzL3JncHMyNTI4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9tYW5hZ2VkQ2x1c3RlcnMva3ViZXBzNTY0MC9saXN0Q2x1c3RlclVzZXJDcmVkZW50aWFsP2FwaS12ZXJzaW9uPTIwMjAtMDctMDE=",
"RequestMethod": "POST",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "a0ab858e-6972-4615-8ba4-aab561a73333"
+ "921233ec-943e-49ad-9e17-42759a3418fb"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29130.01",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.1.0"
]
},
"ResponseHeaders": {
@@ -1572,16 +1230,16 @@
"no-cache"
],
"x-ms-routing-request-id": [
- "SOUTHEASTASIA:20200602T054104Z:a46b44af-f2d7-443e-8c22-27617bc0798e"
+ "SOUTHEASTASIA:20200908T041840Z:91ce0b94-60f6-4beb-a6e6-83a00ab8e5e4"
],
"x-ms-ratelimit-remaining-subscription-writes": [
"1199"
],
"x-ms-correlation-request-id": [
- "a46b44af-f2d7-443e-8c22-27617bc0798e"
+ "91ce0b94-60f6-4beb-a6e6-83a00ab8e5e4"
],
"x-ms-request-id": [
- "7bba9768-7464-4112-a5bc-b94d34f29bae"
+ "948f66c7-195e-438a-8c95-44f66c689802"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -1593,10 +1251,10 @@
"nginx"
],
"Date": [
- "Tue, 02 Jun 2020 05:41:03 GMT"
+ "Tue, 08 Sep 2020 04:18:40 GMT"
],
"Content-Length": [
- "12824"
+ "12836"
],
"Content-Type": [
"application/json"
@@ -1605,26 +1263,26 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"kubeconfigs\": [\r\n {\r\n \"name\": \"clusterUser\",\r\n \"value\": \"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gY2x1c3RlcjoKICAgIGNlcnRpZmljYXRlLWF1dGhvcml0eS1kYXRhOiBMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VWNVZFTkRRWEpIWjBGM1NVSkJaMGxSU21wQ2FXVkxTSGd3UkdoeVpsVnFWazlXYlV4bFJFRk9RbWRyY1docmFVYzVkekJDUVZGelJrRkVRVTRLVFZGemQwTlJXVVJXVVZGRVJYZEthbGxVUVdkR2R6QjVUVVJCTWsxRVNYZE9WRWw2VFVSR1lVZEJPSGxOUkZWM1RVUlpkMDFxUVRGTmVrMTNUVlp2ZHdwRVZFVk1UVUZyUjBFeFZVVkJlRTFEV1RKRmQyZG5TV2xOUVRCSFExTnhSMU5KWWpORVVVVkNRVkZWUVVFMFNVTkVkMEYzWjJkSlMwRnZTVU5CVVVOeUNqWkxha2h1VkdSWlRYZFhUbFJSZGpBMVJsZE1jekZsVmtGRFVEbHFWM0ZQVFRkcWJ6ZHVaRUl3VG01aWIycExhVU5QZGtoVlkxSnZPV1YyZG10MmRuZ0tlRk5NT0hwdFVrSXhiV2RMSzBzNFNETkdZMUprV0VoNVpYQnBSRUZVT1hWTmFrRTRkRWx6ZGs1R1FWTnpkMUUxTmt0eFUxQTNZVzQzV1daWFFrdHpVUXBzWlN0VWNrdG5PVkJDYVRoblR6bHpWVTFuYzJkQk1qRkVaMjlwTVc5a1pHTnlWemcyYlVGNmRWcEthVTF5VFhkTFJreHhlRlJqWlU5aWVYVjNiVlJHQ25SelEyVlVOWGQ2YW5wRU16Vm1kR2hTUWxsM0wzWmxSMlpuTVZGcldsVndOVkZSYm1kQmQxSnJRV2htZEZNeGVEWlVRaTlGV0dkTFFXYzJUVmhNWldrS1VFZEdaRWhNTjJkWVV6QmljM1F4YXpVeWFXOU5hMk5NYURkSGFqVlNka014YmxFM1YxZFhabk5GU25oa2FYZFVWSGR6U25oQmNHeHlXVWRITldWQ1pRcFhTVWxOUmt4RlFsVnJWR2xwVUVkRGMyaGhXbkF2T1hNd00ybHFlRGhMUnpObGQyTTJkM0YzSzNCM1RqaE9Wa1paYzFoNlUxSkNWVGhYWkVKcFNsbDFDblowZVhwcFVESjJObXBIYURCSlJXZFBlVTFRUm5OU1FuVjNabEZ0YTNsa1lUazNTR05OUlU5WEwybGtNMGxwTmt0b016TmhXV3BuUmtSd2VUSjNhbW9LTW5CVU9YUXJjVEZSZWtGMWRVNDJZVU5hY2toMWVtOTZkRXREYVZKbFZFMTZlRmwzWTFSNWR6SjVObVpVVUhVMFJ6QlVUbGxWZEdoVFZITmtiMDAzZGdwRFNUVnVSa2wwYVhwMFprSk1XRlV3TlVKSlNGZ3JOeXRZZUZWd2VISm5aMEZRZEROQ1F6WXZUblEyTWxabmRIWTFZek5TUzB0bFJIcGFSemQxUVV4UENtMXpWV0YwVldJMVRtTjNWVE5TV2s0eFRtNUNTWEZWUVhBeFJrSkNPR2cwY0dSNmNqQlphRTAyWkVaRVVtZG1hMlY2WjIxNFZXMUVXRkJOTTJ0YUsyOEtSalppU1Vwak0yNDNkM2N2U21oMU4yZFFNbTVFV1ZCMlpVRllUbU50YkVaV1F6VkZMekIyUzNaM1NVUkJVVUZDYjNsTmQwbFVRVTlDWjA1V1NGRTRRZ3BCWmpoRlFrRk5RMEZ4VVhkRWQxbEVWbEl3VkVGUlNDOUNRVlYzUVhkRlFpOTZRVTVDWjJ0eGFHdHBSemwzTUVKQlVYTkdRVUZQUTBGblJVRktObkJLQ2pnNE5uUnJhMFZHTmt4eGRtazRUV2RUVURZMFdYcDJjWGMyU21aSlV6ZzFMeXRaUkRrdlpFZEhaVXA2ZWk5V2JVaGlNRXhpVUVNek1IZFdNM3BDVVhBS1NWZElWazlRT0doME9XZFBaM1JDTlRCSVZFVkNTRTlVYzB4NWJWcHJTVWwwYW5GRGExQm1VbTFJVlRaWGVFbEViaTlZUzJWMVFWQXdjV1ZGUmk5WFRBcHdNM0ZXU2xOTmNsVklNMFIwVkRaMldGbDZNMEpHYTFWNGJ6ZzFhazV5VldGTmJXTkpjRTFQTkdneVpUaHNjVWhTUkdsVmFqUmxOekJyUnpkbFZYUlVDbFZwWkVsdmVYUXpURkIyTVVWd2FIcGtPVUZrWW1wYVJqaFdLek01T0VsNU1HZFNjVVZyTDBodGVHUnBTMjlJVlUxWWNGa3hiREp3U0RVcloyRkJlVk1LVjI5TGNVUklSSHB0SzA5d1kxb3dWVXhOU0d0TFdrcHRiVGhoY2psYUwwVndkWHBDZUU5YWRUbDZSRU5EUVZBd2VDODRhbGhNVFZaeldFOXlSMFZHUVFvcmEyTjRZVWhoVlVSS1RtaFFUUzlCY1RWRWNFRkpTWGhKVEhaTVFtazBTUzlSTDA1NlExaEVhRGgyVFVwaFlsTXhSVzkwUkVkalpreDFjVVEwWm13M0NrYzJRVEFyVHpoTWJVZDZSVEUzU2xGWmRVczBVMDU1TURGMWMxcHBSalZMVms5NFNISXZTRmRLYm1RclRIRjVUMDVIUmtGVFEwTXdTRmw0TTI1UVNuRUtRVTFCZEcxR1oyNWpUa0ZGTmxaV1RVdG1OMnRRYVZscFFXSm9lSE54U0VnemMyZHpaMjFuUm1Rd2RqbFFWekJEUmpseFVscHBUVzFYWkV0QlZGcEVkUXAzVkZsWFlXVnRaMmszVUdobWNuRTFNbU5uZVRSTlNYSTVjWFF2U21kRmVqZ3lRVzAzTUdnd1VpOUpjamhKVFhGSGQzY3ZNVVJJUVZWSE5teENNRTFGQ2toT2MwbzNNV1JMTDNkSFQwNUxTelJTUkZGbFptWk1URGxtY1dOeFN6QnpSMlJMVFdvMGFVY3JjM1ZsTmpCd1QxQnliMGR1YlhkU2RERlhSRlZZY1dvS2VtaDRXWGh5YWt4WmJHdEZURWRsTWtVeVZHc3pPV3RJYmk4MmQwRjFjR1pQVkhJNGFESkJQUW90TFMwdExVVk9SQ0JEUlZKVVNVWkpRMEZVUlMwdExTMHRDZz09CiAgICBzZXJ2ZXI6IGh0dHBzOi8vbXlwcmUtZjBlOTBhZjIuaGNwLndlc3R1cy5hem1rOHMuaW86NDQzCiAgbmFtZToga3ViZXBzNTMwCmNvbnRleHRzOgotIGNvbnRleHQ6CiAgICBjbHVzdGVyOiBrdWJlcHM1MzAKICAgIHVzZXI6IGNsdXN0ZXJVc2VyX3JncHM4MzZfa3ViZXBzNTMwCiAgbmFtZToga3ViZXBzNTMwCmN1cnJlbnQtY29udGV4dDoga3ViZXBzNTMwCmtpbmQ6IENvbmZpZwpwcmVmZXJlbmNlczoge30KdXNlcnM6Ci0gbmFtZTogY2x1c3RlclVzZXJfcmdwczgzNl9rdWJlcHM1MzAKICB1c2VyOgogICAgY2xpZW50LWNlcnRpZmljYXRlLWRhdGE6IExTMHRMUzFDUlVkSlRpQkRSVkpVU1VaSlEwRlVSUzB0TFMwdENrMUpTVVV2UkVORFFYVlRaMEYzU1VKQlowbFJXV0prVlRZNVRHTnBlVVZwZUd0TWEzaEtjekpqUkVGT1FtZHJjV2hyYVVjNWR6QkNRVkZ6UmtGRVFVNEtUVkZ6ZDBOUldVUldVVkZFUlhkS2FsbFVRV1ZHZHpCNVRVUkJNazFFU1hkT1ZFbDZUVVJHWVVaM01IbE5ha0V5VFVSSmQwNVVUWHBOUkVaaFRVUkJlQXBHZWtGV1FtZE9Wa0pCYjFSRWJrNDFZek5TYkdKVWNIUlpXRTR3V2xoS2VrMVNWWGRGZDFsRVZsRlJSRVYzZUhSWldFNHdXbGhLYW1KSGJHeGlibEYzQ21kblNXbE5RVEJIUTFOeFIxTkpZak5FVVVWQ1FWRlZRVUUwU1VORWQwRjNaMmRKUzBGdlNVTkJVVVJUWWxjd1JXWlBiV3h2Y0RsblZWTlVjMmh3ZGtzS1pXWkNWbGxtVW0xVFRtRm1kbEJHWkZwbVRuQnNaVmtyTVZReVdqUlFZVU5JU0ZjdmFGQmpOMnhQU1cxdVdTdDNWemRNTDJkTGVFbG5SV1kwZVRSUkx3cGlRMFJHTlVkaGRVNU1NM0ZsTW14blR5ODRVSE5NTVdWU1UyNWlaV2wyYlZoalZ6Uk9VVVJCY0Vsd2VHUndjRWxOVG1vdmREaDZkMDFYTkRWS0syOUZDbXc0YUZKRVUyaG9WVEZFYTNRM1NHUTBPVzVzYW1wQmNtUnBialpZVUdaVE1XUk9hbXRuZG1seWRWQlBlalUzTW1reFRGWlFMekZ0VldWdFJWZ3JNVUVLVVZoaFFuQkdRV1ZXWW1seGJsaEZjbmRDV2tsdWVHdHdlWFZQS3pkWlQzaGhZa1ZtYWxoM1JXSXZlRmsyU1V0cFZqSm5RbmwzYjI1R2JrUlBNR2w2YXdwSWJEaGFjVXMyWmxGSVYzRlJUVVUxSzBKbVMzWXlNbEJoV2xRd1ZYRjRiRFp1ZFRaemJsZFZVVkZrZUZGbWREaGlSMGt5Vmt3emMyTlNTRFZhTWt0VUNsRnFOemsyTWtzM1QyZzNOMVpDUjNacGJEZEVLMWhSVUdRMlpVTjNORk53VkVWR09FNU9NM2hhZVhodlkwVnBNSE00TUZsSGJFcEJkbGt3VTBkTlJua0taWGRCTkVscFYwczJlRGhWUzFwNGVsVlFiMVlyZEZOUFJXTTNURGM1WTFKVU9WQjRlVEpuYlVnMlluTnJRVXhzYms1cU5HTTFPVEIwYVhjeWFUWnZLd3BUYjJ0Rk56TkJiVU5TWWpSYU5YbEViR05KYmpJMmVWUnBUMjFPT0ZSV1pVMUxhRmt2TW1ONmJFMW9iVWhKVDBaT1VsRTFabTFuVjFGMWRVcExSWHAyQ2pOTk5IUkdNMHhQYVZVNE5VaFBaMjF0VVRSNVpYUkVPVWRoUjNveFlsRkhVakJqZUdwclIyUXpNMm80VUdSRVNISmFWWGhYU0dOWGIxaDBla2wzUnpJS2JYbG9jMlJ1YjJGb2NVbDRaV2tyYUhwaGVEQk9Xbmh0YUdwQlZTOUNOalo0TDJkM1F5dDVXbVJwY1U5U1VsVnFiVE5XTVRSelVVUktjVzVNTm5wSlR3cHVkMDF6TUhZdmJHSnVSM1JaTlZKSmNIUTJaVGhSU1VSQlVVRkNiM3BWZDAxNlFVOUNaMDVXU0ZFNFFrRm1PRVZDUVUxRFFtRkJkMFYzV1VSV1VqQnNDa0pCZDNkRFoxbEpTM2RaUWtKUlZVaEJkMGwzUkVGWlJGWlNNRlJCVVVndlFrRkpkMEZFUVU1Q1oydHhhR3RwUnpsM01FSkJVWE5HUVVGUFEwRm5SVUVLVlZNMFkzUXdORFJRZW5OSFZqUlVWMUZpTDFvelQwbHVaMjl2VmtSb1dVdHdlRll3VnpkSWFUZHZUWEUzUVhwTlMyeEtjRFYyUjNKV1MxbE1aamRPY0FwcVMwNDFXamd4ZG05RU5EUmhkMDU1WjBWTFJEaFhkbEZMVTNSV1dFVlFXbUp0T1c5SmR6bHdZVUpNYVZCVlVHbEtWaTk1TVZwM1NYRXlaMEZ2V0daUENqSnZSbTUyUTJvMlptdFZZazlvUW1oRWIyeExMMWxFUVRZdlkxQk1kemRrWms1cU5GRm1PR1pzY2s1WmVtVnJSV2szWmtGa01tTlVNVWRIVDBZM2VISUtaMmxyUkZKVFRHNUpWeXRoYzBsSmVEZFhia2xQY1dsQ1NEUndMemRMTlU5NlJsZHRaVE53U1ZKak9TOVpiVTlDYWtwUFRWSlNSRWsxUkdGNldqWlVRd3BESzFwdGFXcFlTSGRoY0dveE1EaFVVR05RVFc0MloyVmpNR3hIWlVoYVppOXVWMEZ5Wm1oTE1sVmhXRTVPWVM5SVpEZ3JPVkUxV0dkRFRWRjFhVFZ2Q2l0b2NISXZZVWRTV2sxblQxRnBkRk5UTWtSdmVrY3pTV2RyUjBsV1pHWktZbEZ2VkVwYVVIQk5PVE5hTWxGeWRrNTVkamQyYTBSdk15dFJiQ3N3VEhZS1pqWklWRFZsVVZOMWRVdGtTRUk0U1VFeU1HVnVhaTh6VVdreGRHdDVlVVJRYVZGa1ZXNXBOVGhtT0cxYWMxbEVhMU5sVTNGSmJXVTFhRFZyV1V4bVp3cEdhbUpJWm5aRlNsSkdVbFJzSzFjdlRsQnJibkZrYVVvdlUyOXVZekI2YURWM1NGRktZemRFUWxwYVEzVlRia3RVTnpnNWJUWk9SaXRWTUhock4yOU1DakpJVTNnd2EwNVFPV0pHYkRKSloyUTBiblJDT1ROSVVqZEJXREJGTm1KcWFqQXJaVWh5Ym5oVFRuTTFNblVyTUZOa1F6aFRSazF1YlRsSGNuQjJlR3dLSzNKUlVreHdSbGRLVVdsU2NHaHBkREZQTTBWcmVHUnhXbk41SzNscVFuaG1OMWQ2WWs5NmJYRkJWMVJOVFhGU2RVVlZNMjVKZDFkNFYwWnNhemRJWWdwTVprOWxOaXRRZHpaTlptOXhSbHBMVVUxeFVWZFJVRXB3VFhkT00zTmpVbGxqVW1GTWIxcFlUMkpaUFFvdExTMHRMVVZPUkNCRFJWSlVTVVpKUTBGVVJTMHRMUzB0Q2c9PQogICAgY2xpZW50LWtleS1kYXRhOiBMUzB0TFMxQ1JVZEpUaUJTVTBFZ1VGSkpWa0ZVUlNCTFJWa3RMUzB0TFFwTlNVbEtTMUZKUWtGQlMwTkJaMFZCTUcweGRFSkllbkJ3WVV0bVdVWkZhemRKWVdKNWJtNTNWbGRJTUZwcmFsZHVOM3A0V0ZkWWVtRmFXRzFRZEZVNUNtMWxSREpuYUhneGRqUlVNMDgxVkdsS2NESlFjMFoxZVM4MFEzTlRTVUpJSzAxMVJWQXlkMmQ0WlZKdGNtcFRPVFp1ZEhCWlJIWXZSRGRET1ZoclZYQUtNak52Y2pWc00wWjFSRlZCZDB0VFMyTllZV0ZUUkVSWkx6ZG1UVGhFUm5WUFUyWnhRa3BtU1ZWUk1HOVpWazVSTlV4bGVETmxVRm8xV1RSM1N6TlpjQW9yYkhvek1IUllWRmsxU1V3MGNUZHFlbk1yWlRsdmRGTXhWQzg1V214SWNHaEdMM1JSUlVZeVoyRlNVVWhzVnpSeGNERjRTemhCVjFOS09GcExZM0pxQ25aMU1rUnpWMjE0U0RReE9FSkhMemhYVDJsRGIyeGtiMEZqYzB0S2VGcDNlblJKY3pWQ05XWkhZV2wxYmpCQ01YRnJSRUpQWm1kWWVYSTVkR295YlZVS09VWkxjMXBsY0RkMWNrb3hiRVZGU0dOVlNEZG1SM2hwVG14VE9UZElSVklyVjJScGF6QkpLeTlsZEdsMWVtOWxLekZSVW5JMGNHVjNMMnd3UkRObGJncG5jMDlGY1ZWNFFtWkVWR1E0VjJOellVaENTWFJNVUU1SFFuQlRVVXd5VGtWb2FrSmpibk5CVDBOSmJHbDFjMlpHUTIxall6RkVOa1ptY2xWcWFFaFBDbmtyTDFoRlZTOVVPR04wYjBwb0syMDNTa0ZETlZwNldTdElUMlprVEZselRtOTFjVkJyY1VwQ1R6bDNTbWRyVnl0SFpXTm5OVmhEU2psMWMyczBhbkFLYW1aRk1WaHFRMjlYVURsdVRUVlVTVnBvZVVSb1ZGVlZUMWcxYjBaclRISnBVMmhOTnpsNlQweFNaSGw2YjJ4UVQxSjZiMHB3YTA5TmJuSlJMMUp0YUFwek9WY3dRbXRrU0UxWk5VSnVaRGswTDBRelVYZzJNbFpOVm1nelJuRkdOMk41VFVKMGNITnZZa2hhTmtkdllXbE5XRzkyYjJNeWMyUkVWMk5hYjFsM0NrWlFkMlYxYzJZMFRVRjJjMjFZV1hGcWExVldTVFYwTVdSbFRFVkJlV0Z3ZVN0emVVUndPRVJNVGt3dk5WYzFlSEpYVDFWVFMySmxiblpGUTBGM1JVRUtRVkZMUTBGblJVRndSa1ZsYlVOeFUzRlBlbU5XTTBsR2VUQXdlSGx0U2prNFlUWlZSVzF6SzJKWE5ERmlRMFkwWldwTE4yOU5WVlJZVmpNeVNVcFFid3AyY1RCMVFXcEROR2xFTjNoUVZqTmtORkJoZUd0amRtRmFPRlpGWkN0SlVHeFlhRTVXYVhWS1VXUnJjelpEUkhobk1tTllLMDB3TldGc1JqQm9iV05xQ2xKcWVtUlpXa1ZpUzI4M1lUSjRVMG96ZFZjdkszSkJaWGxxVFVrMGNERkVjREJqU0VOVWFuVkxhWFp1YTAxWGEwZFZWak5DTDJzeGRtNU9jV05vUkZnS1ExTkhObVJyUkhKVk1IUTVZbXBvVG1KdmFWSmlOWG96U2trNWFucEtSbEkwVG5CWFZtUnVTMWxxUTJaa2RrdEJaRU5WU1cxVlNEbHdaRWxEZWtRNGF3cFBUMlJoZFVoNFlVdFlUVzE2TWpWQ2IxZFVWR2ROU21SU1MwOUxkVzVsWXlzMFVteEdObHBYVHpaU2JGQnpZMnRxVVZncmJqaGFjWE51TnpoalNHdDVDazVSS3pKRlVtSlhiMUJLVGxZeFQzSlFXa2hsTTFGMFQxcGtjamxrVjFob1RuZFJiR0ZHU0ZvellsSnJUWFJNUTJOdUswVXdiMGR5U0VoRmNrVnJPR01LTlVKcmQwOUhlbFJRUmxSc1ltNU1VV0l6ZDBsa2JXOTZlbmxYZEd4MFEyOUtjRzAyU0VOcU5FY3JSVmhEVFRWSFVsQnhjV2RVZG1sNldVdExTa1F3VkFwa1NGRkZlRXN2VGtsUGNIYzBWVVZTTjNScFNUVk9TMWwxVURsRVRsVnplbTlzYms1eVFpdEpaVmc1UnpOb2RFTnRhMEZqUVVORE4waGxMeXRZU1RkckNtUllSa3huTTJsSlJGZDNjakZ4TlhKVVlXbE5iMGhpYWpCWFdVdFdMemRHZW1kSmFUZGpjVmh6T1hKWlVFaHZZMFpGUVhwWEwxQkpZWE4xU21Oa2RXNEtXbUZQY1M4cmMyaHNiSGMzYzJ4eFVrSjFZMEZUY0M5b2MwTTFSRFJqYjNCNmJYZEtXbFJVVVd0UFlVd3dObTlNWldjM1p6bDBMMUJMTVhnMGNFc3lNUXBNVVRVeE1uUnhZMXBrWTNSUlVqbDFhbWRhU3pVMGN6QjBNM2xTYkZGYVdXdElUR0pCVjB4VVpIQTRXVXBOUzNwUVUwVkRaMmRGUWtGUE5WazBhelp4Q21SNFJXSkZXVmhCZUc0elFrcE5ibFk0WTNKblJGUlNhSFIzV25abFFYUkhUbVprVlM5dVprUmxRalpSVjNCcFNEUkhVbkk1UWtoc1NVWmhORTlOU0UwS2VYcG9kV1JwTWtOWE4wZFlaa1o0YkdadlZESlNjblZpVmpJNGF6SXhVMklyZEhwWlJYWnFjUzlRU1cxTlNGVnFZVkJMY1d4U1RtOU5NMEUzTmpCMkx3cFVTR0psYzFOS1FqSjJZbU5oZUdSTFlVRXphMFpPY3pOcU1WRnZja3RsTHpSM1RGYzNOMWxhVW0xT1lXMDVRa1Z4T0N0U1JuQndRVzlpTVZocWRqaENDa2huTTBKTVQyZFNOMEZpUTJWcFozTkRZM2RNYW0xeVJtRjRRemswU1doMUt6SnlaVUU0YWtsTWJXRmxTMEZyU0ZSS1kyd3dhbEp0TTBOdU4yOVlSR2tLZWt0MGFGSXlVMjl2ZVhkVE1sbzVTbXhEZEVoR1VVWjFaVmcyZVc1VFJucFZUSFkxZDJOclZYSjJiVEl6VGpadFFrcFNWVWRYWTA5bFppOVJNSEJKV1FwNlpFWklkMEpXTjNNM1ZVazVVazFEWjJkRlFrRlBTVVJNVmtKT1VtaFhNMGh3YkhoR2RVRXZiMkZvU0VWTFRHOURlamt5UzNkSmJrWklMM1ZtUW05aENsaEJjM0JFYjFWdWQydHNlSGQ2YVdabVYwcFNNelV6YmxKeFVIWlVNVzFYVDBoUFFUSmthbUpWWjFaSk0xRlBOSEZKTTAxRGFrMUNRMlI0WWpaaEx6UUtWMGxuYjFSRk0wTlNUbU5pWm01RGFubGxNMFp3UTNkemVIWnFNVGx1UWs1RGQwVkJSV0l4Ulc5dFIxWXZha2xZVTJKd2IwMW1XV3hUWjJOT1JIWXZSd28zYzNWa2RrUnZURkpvYlZSNVNUWm1Obmx0UVd0amJpdHBXa1IyYkhKclZHaEtkM1pWUmpZeFpGUkRhRmhxUzA1VWVVMTVabUoyVmtwVlVsVk5iMmhLQ21aRFJUVlhWVWRDWVdaVFdraDBZbHBUYTBKelVsZDNTVEp1UTJGSk5sWklhREppTjFjMk9UbHdibGxFV2xWNlZsWmlhV3BPUVVsaU9FMW5abWN2VUcwS2QzZFhiVzVMY2t0V1owRmpWWGNyU1U5clJHTnpkMnhYY0RsVmVEVXZXbWh2UkdSVk0zVjZWa1ZIYzBOblowVkJZeTlpVHpsT1RTOWFlRlY1WVRBNGJBcDNPVEpNUm5GQ0wwdGxVR3Q1VFRKaFJGRnRRemhKYkZOcVIyNVFMMVpyWmxGcksyUndTVlJJYVd4U2VuaGFhMnBMVFRSek0za3pVekpxZGpCU05sRmlDa1pOWWs1bVR6ZHpjR0ZvYkU1aVdWbDZhbmw1WTJaSlMwWm9WVk01WjFSMU1rdHVNeTloV1drd05UVnVUbUpCU0VKME5VRldlRTQxYTI5Uk5ucHdORmdLSzA4ck5VMTJXRU4wY1Rrek4ydHBWRGxpUW5OblNtdzVlVGd6YW1nd1pUUXhXRWx4VTFOVFFVc3hZeXRHWjB4SlRIRldRa3cxVkU1dFNXVmhXRGRqU1FwcVUyeHNOR1JITjFkdmJITXlNRzRyUlRSRmRXc3pUR0kxUm5wemJtMHlNMFppY0hoYVEwMXVRVzl6YlZGT1Uya3paRXBPT0N0NVJrSkJWWEZvVkVRdkNsbDBkM2hCWVhvNE5rTnRTR05PUkdSVUsxWTNVMlZGWmsxTVdVNXpUbGhrV2tOWGVWSkxiV3h3VERGbFRuRlFNbVUxTmxGT1VVUlpZM0pDYTBwdkszWUtSMkVyYmk5UlMwTkJVVVZCTWtoeU9HbDZPRWt3TUVoeU9FVk5VRU13Y0VodFJIaENXbWhvYlhSaGJVVTVia2hwVVRoME1WZFVaRWxXU0ZKR09GTnhkQXBCVGxsVWFrbG1VR1pFTkRWMGVrSlJWRVJQY2xOSU9FaHZWRXRaT1hkeVZETkVXRE5hUm05aFRVZzVkMmRZZDAxTGRVcHhlV3c1VVhoV1NEaEVSSEkwQ2pONVZEVnFaME5GUzA1bk0wMVJlazl3UzFwTVNIcFFZMUl4THl0dVpFSkJlazFJZW10YU1GZDRTa3RMTUVZM1ZrMXFNME13VTBkR2JITnBSMEYyTjB3S1lsUktUbFp5WXpoamVYTjJLMVU1ZVVOeU5VTkhlRWhxTkdkdE4zSkpkVmxNVkZaVVYxazFZV0kzWTNORldqZFBURVV5VG1aV1kwNXhNMFZZTW1oUFVRcElibGxRZDFCRGRVY3hhbHBuWlhCVkswdG1ZbGh5VGs1elZXdDJaamM0Vm1zeFNXSldSMWNyZW5KVFlqSjVNVk5EZHpKTmQxUkRWMDlxU214UE16TkZDblJEVW5ST2NVcG5WV05LVkZKeE1sYzBha1ZGU1hNeFRuWmtTSGRIVGpkWU9IZExRMEZSUWxaTU1XTkthSEpxU1dKeVVVWkdUMDB2Y2pVeGFqRnZaamNLYm10aGVreHdWMmxHWWl0dU5sRnpOSFlyYWtVM01XdFVLMm96Vkd0MmFUUm1MM1IxZFdseVVFMU5UR1ppVEZSSGQwRnBkRTVwUTNCd1RrMTVUVlF3UVFwM09USXlVVUpZVFRJM1FWZFlMMHRNY1ZveU16WnhlSE5zVjJSNFdrMDBZM2t6VGtwdGFUTllNbE5TV2pGbk5XUnBlbkJKUzBGaGNVOTVSVkpQUmt4UUNrdDFNbFZWTVZNcldVbEpkbFpIY3pOelVGZEhNVVpuUWpocEwwRjNOMFY2T0RaaGFsSkVURk15UWs1eVlreEJha3BHVjA1WFpEWnpUekpKVFU4emVrc0tNWFZJYUVOSFRUbEtXRlZuTm5wR01HZGhURTFvS3pkbVJVWmtVM0F5UkUxNVNVNVpNalUwYld3eVFsTTFNRWR5VUhkcGN6UXdiMVZOUW1ONWJsRTBTUXA2VTNSUWN6VjRaRkJFWTFKaFQwSndObW9yU2xKUU1tY3dXVEZuYTNCTFpqVk1TVXQ1TlROM2RWZERReTgzT1hsUlZUVnhaaXMxUjFsd2IxRUtMUzB0TFMxRlRrUWdVbE5CSUZCU1NWWkJWRVVnUzBWWkxTMHRMUzBLCiAgICB0b2tlbjogZmYwNjgwODVhNTg2ZTQ4YzViNGQ4MTk3OWI0MmVjNWVjNWQ2YzljMWEzNjI0YTA2NmQ0YjdiZGE0Y2ZiNzdjZjc0MjIwOTZjOWQ5NmIxYjZmZTUzNzc1MTk3YmVhMzRlMDYyMzc0ZDAzMzRkMmFkNTI4ZTNjZTBiYmM0ZWVkOTEK\"\r\n }\r\n ]\r\n}",
+ "ResponseBody": "{\r\n \"kubeconfigs\": [\r\n {\r\n \"name\": \"clusterUser\",\r\n \"value\": \"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gY2x1c3RlcjoKICAgIGNlcnRpZmljYXRlLWF1dGhvcml0eS1kYXRhOiBMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VWNWFrTkRRWEpMWjBGM1NVSkJaMGxTUVZCek4xaFNNRzExWmpBeFptbHRSWEZJU2pnNFdWRjNSRkZaU2t0dldrbG9kbU5PUVZGRlRFSlJRWGNLUkZSRlRFMUJhMGRCTVZWRlFYaE5RMWt5UlhkSlFtTk9UV3BCZDA5VVFUUk5SRkYzVGtSQk1sZG9aMUJOYWtFeFRVUkJOVTFFWjNkT1JFVXdUVVJhWVFwTlFUQjRRM3BCU2tKblRsWkNRVTFVUVcxT2FFMUpTVU5KYWtGT1FtZHJjV2hyYVVjNWR6QkNRVkZGUmtGQlQwTkJaemhCVFVsSlEwTm5TME5CWjBWQkNuQm5VVlJRTUdGVEswWnFaM2cyTjJjeVFVOHZOamxsVkZGMGMzbENZVFJuWlRadlQwRmtSRE5qZDFsNlpIQm9aRmRMYXpWRlZ6aDZSQzlIYm5sdGJYRUtRVlJ6V1M4d1VtbEVSVkowUjJoak1YQXZjRFZtUVdSeWRtczBWalZSV1V3NGQwMVpaek4xVDBkS05HdHJhVGN5VFZCMGNUVk1NSGd6ZDA0NVVuRm5SUXB4TkdFMGNFUXdNbTFKTW14RlptWk1Wekl4VG1rM0wxZ3llRkZvZWs5MWR5dDFSelpsY1hGU0wzSkZaa1F2ZDJ4MFVFUmxZamhPVkM5Uk1VY3hlVzEwQ2toa04xSmFkRGwzZUhCWlpHbGxkSFJRYzNONGFVNHhValZMUzNSbGVTdHlNbW95ZG5oclFpdGthbTg0WlZWUGNtWXlSVXRuVlVJNE1sTkpLM1Z4U1djS2NEVnpNVkZ5VlVFd1JXZFdlRFUzZUVkdldsZEJXSGMxUTBaNVIwWmxTekJOWjNKdVZIZzFUMWRYVkVGVVEyRmtXakJFU1RSVE5FbGliM1owWjNaYVdncEdhbUUyVERkVmNuVjRNak5zYkVRME0yWkljakJTVXpadlFVdFRkVTV4YVhNMlpUWldlRXRPVG5SQlZHeEdTMjFOUXpSblV5dEhWek5DVVd4bGFVZzVDbXMzZVdsVk1uaENUVkpMUVZVMGRYUXJZVlJOU21jM2VHVTJMeXRWVUhvM2JHUm1VbWxhZVdnclptUkVPRzlpYTBZd01GTTJWSE5aYkVZNFJXTnZLMU1LYVd0d1N6QTRZblJKWjJOU2FHUmxXblJHZGpkSFdqYzROblJPVFVJMFREWlJObXR3V0VkR2VGZHRTM2MyTDNKVU9HRnpiVkk1SzB0MVNGWnViVXRIVEFwdFFreG1RVFpMYWtwcVYwZExXa2hpVEZaT1RHdEpibEJ1TjNGYU1VMUtPVmRUY1V4M2FtbGpTemwzU0RCWWRFdDBVVE51U2pCVmRIWnpTMDFJWVU1SUNraHpaa001ZUdjd1lWZGlZa0kyWkhkSFJIRXlOR2xqV0dsRGNsTTFaVzFXYVZoNlJsQXlZM2hpYkRScWFXSktUbEU0VFhSNWNHcHhPVlJVVVdoU2RUVUtUbmxLTlhCT1JrZHBUMWRVVm1ZeVJWSnFkVXgwSzI5VFVsRjFkMlpIWXpGV2IxSmpXbVpVWkVSVlRVTkJkMFZCUVdGTmFrMURSWGRFWjFsRVZsSXdVQXBCVVVndlFrRlJSRUZuUzJ0TlFUaEhRVEZWWkVWM1JVSXZkMUZHVFVGTlFrRm1PSGRFVVZsS1MyOWFTV2gyWTA1QlVVVk1RbEZCUkdkblNVSkJTblUyQ2xjclRISmlhVEo0ZURkcFIwVkpTRTl2VVROb2FXaG9iRmRtV2toUGJ6VXZaWGg2UTFNeFprMW5TWGd4UVZGVlIxVkxOWEZ4VG1WdWFWVjJORXRDUlVVS2JXNTVhMVZNZHpOYVIwSkphVVZIV1RodUx6SlBTamxuZWxGU1VXaHBZMkowUm5GWFpsWmtiVVpqTm1OeU56bG9WRk5RUkVaT1NHMUdTbWhMTW14U2N3cHJNekJvTTJ0T1ZHRXhVRkZ1YjFwSmJuRjFaSE5IWjBGYVIyMXRTVlJJTlZWU1NUTndZVE5MTVVkU2FrRmFTRkI1WVhOTFNFUjVaRzAwYVU0eGRUUmpDbTUzWTNkNlowa3pSRTR4T0ZVNWRXcDVRekppVGtGVVFpOWhWRVJsWWt4bFoxZEdZMlpUVWxOcU0wVXlUM2hzWlhGbFpFRnRWR1U1YldaaFNFZHBNamNLYzNGd1pHaFZjRzFzWlhsdVlsTnFWR0pMTmpGSU9XcERWemw1UTJSamIwOHpkWEl6VDBoS2R6STJWMmxOWjBKMGMwcG9NV3RDTVhwd2VsZENRWEZEY1FwNU5uTjFha3hOUW5SbE16VlhTamMwWTAxaFR6UmxRV3h6ZUVobk1HdFJMMDVZTkVNeWRFazViRXM1ZDAwelZtRjBUV1JVVVhNdlRXVnBVMjQ1Y0U5UENscDFXVkJwTjBORU16VnFRbWxvWjJGbU1qRlJOek01VVU4MWNXSlBRVzlFV25vd1ZqWmtTRXRPYTJ0aGNUaDJUWEJxVVRnd1VVaDBTbE5YU1U5NVduVUtWRnAxUmxkeFdUUjBRMnRKVG5BelpqWk1ZbTF2WkU4elRYVk1aMDl6T1VKMlptaENlalpLVDJseU1GRm1ia1ZLVGs1YU0wdzVVV2RzWjBwdmJYRnVkUW92TUVwTk5HTm9NVzVRVVM5TGIxQlpWekpVUVVwbGVtUlNjMmRhYzIxb2EwSnFOM0ZtUkVZdldVdHFia3hGVjJsNlRGQnJPRUpEVFdacWRHTXpMMk5zQ2xaVmNYVXJTbXBUSzBGeE5qa3ZOWEZuZVd4NFptbERRVkkyTkVKMU5XOWxXVEEyWjNGR0wyMVllVGRuTnk5NEt6Uk9TVE5sY1ZkSk0yeHNOV2Q0UkZnS2RERTRVakUyVkVOcWFpOW9NMHhuZFdOeWExVTBSM1JuYUZZME1VaFlZbms0ZFV0ek5qbEVkZ290TFMwdExVVk9SQ0JEUlZKVVNVWkpRMEZVUlMwdExTMHRDZz09CiAgICBzZXJ2ZXI6IGh0dHBzOi8vbXlwcmUtZDZhNDNjNzQuaGNwLndlc3R1cy5hem1rOHMuaW86NDQzCiAgbmFtZToga3ViZXBzNTY0MApjb250ZXh0czoKLSBjb250ZXh0OgogICAgY2x1c3Rlcjoga3ViZXBzNTY0MAogICAgdXNlcjogY2x1c3RlclVzZXJfcmdwczI1Mjhfa3ViZXBzNTY0MAogIG5hbWU6IGt1YmVwczU2NDAKY3VycmVudC1jb250ZXh0OiBrdWJlcHM1NjQwCmtpbmQ6IENvbmZpZwpwcmVmZXJlbmNlczoge30KdXNlcnM6Ci0gbmFtZTogY2x1c3RlclVzZXJfcmdwczI1Mjhfa3ViZXBzNTY0MAogIHVzZXI6CiAgICBjbGllbnQtY2VydGlmaWNhdGUtZGF0YTogTFMwdExTMUNSVWRKVGlCRFJWSlVTVVpKUTBGVVJTMHRMUzB0Q2sxSlNVVXZWRU5EUVhWWFowRjNTVUpCWjBsU1FVNHhTVXRVWVd0UFMxZFdMMm94U2pkSmVrcFhXREIzUkZGWlNrdHZXa2xvZG1OT1FWRkZURUpSUVhjS1JGUkZURTFCYTBkQk1WVkZRWGhOUTFreVJYZElhR05PVFdwQmQwOVVRVFJOUkZGM1RrUkJNbGRvWTA1TmFrbDNUMVJCTkUxRVVYaE9SRUV5VjJwQmR3cE5VbU4zUmxGWlJGWlJVVXRGZHpWNlpWaE9NRnBYTURaaVYwWjZaRWRXZVdONlJWWk5RazFIUVRGVlJVRjRUVTFpVjBaNlpFZFdlVmt5ZUhCYVZ6VXdDazFKU1VOSmFrRk9RbWRyY1docmFVYzVkekJDUVZGRlJrRkJUME5CWnpoQlRVbEpRME5uUzBOQlowVkJkalJtUkdsd1JIWmxXRGR3T0U1S1VYVmlZVThLVDJsdmFTODFWM1pVUkdwV1VIUTVRMWwyTlVGNVdtNXBjV1UxWTFGdlVqSk1lSE0xYmxsbVdXMTFVRVJKZFVrM2JsTXdiVkJrVlhVMWF6VXZOSHBYYVFwblYxbHBPWEJqVmswNFZsTklOV1ozZEZZMlRFNTVUMFJVUldaMFIxQTJkeTlyVmpoNVZsUlJTMWRNWjBGRFVESjBVMVZXVlZVNVpHUlBZMUk0VFRWbENpOTJjR3Q0SzJaTGRIcEhTbkZ2SzJscVdtdEdLMnRhZEd4TGEwdHhLMjlHTUVwWVNHaFFaSHBaWnpoRmFGUllNRGMxY0ZaUWFHZHZRM05XVEN0UkwzUUtieTl2TjBscFJVeHFTRGxIYjFWYU0xTkhNMDg1YlhWWWJub3haR2xNTmpsMFRYTXlUbFI1TmxBMlpUSlhLMlJ6TVhaaUt5dFdSMWxST1haclQzSnRRd3BpZDBkeFdYUTFLMHhXVm1aTVJWQXdja3RSVFd4M2RYSlRlR3RVU0hOSk5HTkJVek5xV0hkVE5WcEliRGd3YkUxNVJEaGxRaXRoY1RNMmFGRlZNVVF6Q2tkVVNIbEdNbU0zVGxBMk4zVkVSbGg1UTFFNE5WRmpVVVV6YUVNd1dIZFNUMjV3TUhSc1lqWnhXazR2TTNKWmEzcHlkMEZPWWpnelRXdHhPVXcxUlU0S1FuUlNVWGhuTDFnMFJFcHVOMUJXUmpsV1lrUXlTVVozWnpKREwzbGhaU3RNYW5aa01GaFRWbE42V1VRdmVXeENRMGN6UWpGRWFVaFVVM05xUVdjNFV3cE5ZV04wYW1GSFlVOXhjVFYwY1ROQlRIQlBRall2VURCVVJFNXBjMnRPTmxoRE0xbzJTVEJTVERkV05tY3lTVUpYZDJsV00yRmxORVYzUlU5cmJUQk9DbE0zYW14ck5VaHpZWGxKU3pOM2MwRndNRU0yUW10U1ptd3pSVkE0YjFCR1Uxb3ZORmhMZEdSUVlXSlVWRzQ1VW1SU05VaHNSRFJyYW14d2RFUlRUM2dLTW5KemFXSmtiMnN5VkM5SlZrbFBkV2hhY1cxcFdHUjZPWE5oVm1sSE0xZzVSMVUwVEU1ak0yazFNalZOWkdoTVdGZG5TV1JaYXpKS1EwdzRkbmRUZGdwSVFsaFNLMDgxU21OUlMwRjVZaXNyZHpaUVdXbEhSVU5CZDBWQlFXRk5NVTFFVFhkRVoxbEVWbEl3VUVGUlNDOUNRVkZFUVdkWFowMUNUVWRCTVZWa0NrcFJVVTFOUVc5SFEwTnpSMEZSVlVaQ2QwMURUVUYzUjBFeFZXUkZkMFZDTDNkUlEwMUJRWGRFVVZsS1MyOWFTV2gyWTA1QlVVVk1RbEZCUkdkblNVSUtRVXBHYldSUWNsTXhZbEpsYjFOMldVbzJVMHN5YzBOMFNtcHpNMWcyWlc1QlptOXJUM2M0WjA5eU1EQlZiRXM1UkUxVlZtc3pWR0pvTnpSMk1ERlFTd3BtWWxWSmJrUTJPSE5HWlhBMU5UTlJPVEY0WlRrclVYSlZjRlJoUlM5cGRVdEdNbUo0Um5neWJERllSMnR5TTAxbGNVOXJiRlp3ZVc1MWNDOVZSbkp0Q205cmNIQkZOV0owWVZaSlRFNHdURVJuYVZOaVpXZHlUazR5ZVZKMldGbG9MMGhPVm1RclQzWkdaQ3RZTVZwYVFXeHBUR0ppZGxscU9VODBjbmhSVGswS1RVTXZPSFJUYUdKd1F6RTNVV0ZOWTBoNFRWZEpPR2xZTTNwdk0zaEtjbFI0Y3pJM1JVRklhSEF3U3poVU9GVkxkMkZDWmtkeE1HZ3pOamx5U2pneE9BcERaV1ozUkZwbk9IcHJTWGhaZUc1b1ozbFFiRE12ZEhSc2RXaHJabkJKZUVaRVNURldSMFp2ZWpNNVpsbDZRalZ2Tm04cmJFSk5aMjVGTVd4TmNHUXJDbk5vYlVsSGRsazFXaXRDU1ZjMFIzZHdUMWRYY0VGRllYaFZhVk14VDNobFdISkdSRFpsVTBwNGNYSlBjVVYyTlVSemRUZHZSR1JFSzNVNWNHMXdNalVLUVdRd1ZqTnlhVlV3TmpZMlpEaEdTaTkyZVVoMllVOXdZMGRqYW5SSE9VMDVUbGhMVEdwemNVWk1iM1JGVTBGSGFWUkNkV293WkVkR0wweEhWaXRNWmdweFFrOXFlV2gwUkZndlQxaFdOWGx2ZFZnck9XWXlkWGg0VjBrM05XVldSRTFyY0VOR2JVSTNZa0ZDV1RGTlFXSlZiM2hMT0ZaQmNscEJkRTU0VjFWV0NsSnhhVFpUY2psb2FWRjJjWHB3VWxaNGRXVk5jbFpDYlVZMFMzQlpWMG8yY25kelJ6SlNMMDlwWjNvMGNrMVNUR2hDY1VSYVdDdDNRWG92UlU5a1pYWUtXbnAwVjJoamNXWmlXbkZ1TW1kamJqZDNVa0pyWjI4eVdXWlRaa050U1V4SVRHNHZTak5rTjFSdlVtTnlUamwxTlZNeVUwSkxiREp2YW5WUk5uUTViZ280VldSWk9IZEVNWGQ2VG1adVZrTk9hMnREWTJaelJFZzVVamt4T1hreVRUZHdXa1p5UWpReE0wRkZZUW90TFMwdExVVk9SQ0JEUlZKVVNVWkpRMEZVUlMwdExTMHRDZz09CiAgICBjbGllbnQta2V5LWRhdGE6IExTMHRMUzFDUlVkSlRpQlNVMEVnVUZKSlZrRlVSU0JMUlZrdExTMHRMUXBOU1VsS1NuZEpRa0ZCUzBOQlowVkJkalJtUkdsd1JIWmxXRGR3T0U1S1VYVmlZVTlQYVc5cEx6VlhkbFJFYWxaUWREbERXWFkxUVhsYWJtbHhaVFZqQ2xGdlVqSk1lSE0xYmxsbVdXMTFVRVJKZFVrM2JsTXdiVkJrVlhVMWF6VXZOSHBYYVdkWFdXazVjR05XVFRoV1UwZzFabmQwVmpaTVRubFBSRlJGWm5RS1IxQTJkeTlyVmpoNVZsUlJTMWRNWjBGRFVESjBVMVZXVlZVNVpHUlBZMUk0VFRWbEwzWndhM2dyWmt0MGVrZEtjVzhyYVdwYWEwWXJhMXAwYkV0clN3cHhLMjlHTUVwWVNHaFFaSHBaWnpoRmFGUllNRGMxY0ZaUWFHZHZRM05XVEN0UkwzUnZMMjgzU1dsRlRHcElPVWR2VlZvelUwY3pUemx0ZFZodWVqRmtDbWxNTmpsMFRYTXlUbFI1TmxBMlpUSlhLMlJ6TVhaaUt5dFdSMWxST1haclQzSnRRMkozUjNGWmREVXJURlpXWmt4RlVEQnlTMUZOYkhkMWNsTjRhMVFLU0hOSk5HTkJVek5xV0hkVE5WcEliRGd3YkUxNVJEaGxRaXRoY1RNMmFGRlZNVVF6UjFSSWVVWXlZemRPVURZM2RVUkdXSGxEVVRnMVVXTlJSVE5vUXdvd1dIZFNUMjV3TUhSc1lqWnhXazR2TTNKWmEzcHlkMEZPWWpnelRXdHhPVXcxUlU1Q2RGSlJlR2N2V0RSRVNtNDNVRlpHT1ZaaVJESkpSbmRuTWtNdkNubGhaU3RNYW5aa01GaFRWbE42V1VRdmVXeENRMGN6UWpGRWFVaFVVM05xUVdjNFUwMWhZM1JxWVVkaFQzRnhOWFJ4TTBGTWNFOUNOaTlRTUZSRVRta0tjMnRPTmxoRE0xbzJTVEJTVERkV05tY3lTVUpYZDJsV00yRmxORVYzUlU5cmJUQk9VemRxYkdzMVNITmhlVWxMTTNkelFYQXdRelpDYTFKbWJETkZVQW80YjFCR1Uxb3ZORmhMZEdSUVlXSlVWRzQ1VW1SU05VaHNSRFJyYW14d2RFUlRUM2d5Y25OcFltUnZhekpVTDBsV1NVOTFhRnB4YldsWVpIbzVjMkZXQ21sSE0xZzVSMVUwVEU1ak0yazFNalZOWkdoTVdGZG5TV1JaYXpKS1EwdzRkbmRUZGtoQ1dGSXJUelZLWTFGTFFYbGlLeXQzTmxCWmFVZEZRMEYzUlVFS1FWRkxRMEZuUVdKdE9EbHNTSGRXVjBwNVVrUXdXakZRVmk5Q2FXeEJXbVJtTURnMGJHOTVkWFJ1U1ZWWlVVRnVlakpZYzBKMU9FaHhOVFUxY0dSM1JncFRSSEpEUVZGcU1EZ3hWMU5xTlhGUGJWUmtZMlpZTlZReWVuaHJiVXgwTjJacldGSkpObFl4TlcxdlRsTjFZVmxsVTJOS1JFOXJlR3BETUhCVFozb3hDak5MVEhoQ1JUWjZNVzUwVDIweGVtRlVjVEY2UmpSbWRtaFhRVTlOZW5ad01GSkVXVzVYZUhoNVMybDFOM0J5T0NzM0x6WkRUeTh2TTJkclpXbDVhWEVLYTNoNmRubHhhR3hLTWxRMlZVOHpkWFZJTmpGS2MwZFFNRzF5TkVWNU9Fa3JWMmd6ZUZSVlEwNUhNRzVhUzFSTWQzSkRiR2hMZDBJNVZGUldXbVZIV0Fwb1VIZzBRbTh6ZWpZMFZURTJNemRRYnpaS2JWUmpSVEZqWkRWTFkwSjNSMmx1YmpOM1VFZHhTMDVYVWs5VmFWUlZWbmhOZHk4eVRXeHZVMkZMVTFCdkNsbHFWVGRKUnk5alVsQnRjbVFyVnpGVU9YWmllRFpDYTJ0cGR6aEdjVGRwZDNFcmVtcFpRMk5TV2xObldVaFZXR0kzTUVrMlFXNUlUMWRKZDFscVFUZ0tOR1JFY0dWMlFVNUtiVlJ6ZWpsWWIzTm9aMHAyVEdWcE9HOTRRMDh6WjFVemNrSTRORTkyVFdaS1VYcEhaVXRYWm5saVZtWllTV3BaV1hWQlVqWjVLd3BhYVU5T2NFRlVjVU5OTWtObE5XSkRjeXNyTUM4Mk5IcDBhVGs1ZW5kc1ZGa3dRbkp1YW5Gd1drVlVka2hxWWtOblFtbHRSM0V4WlhaamFsRkVNVnB3Q25odldtOWlhMk00VFZGWE9VcHlTbWRWUVV0U2JuSnZTa0puV0d0Nk5FWTFja2Q2Y1hwbVdtSlRVMGhpVEZKblZuSlRXRkl5VkdGRFFraE1ZbXRoTVhrS2NGVlZZMjVvWkVFeFREZDNUeTlZV0RCWmNtMHZPVE13Vmt4RloyMUNTM2xWWVZCWlNYUXhRbE41UVhkYU5tTTNTMlF6TmpKWmJqbG9hbTB5YkN0NGJncDNNRkpzVjA1SmFEWTJXSHBUVkZneVZVbzNXalZETlhoV01HNHdOR1JITkhGQmRtbzJiSGhMTVRRek5ESlhkV2RCVVV0RFFWRkZRVEkzTTFWRlFuVlFDbEphWkRJMlRrdFpUa1V2V1VoYVRHUjBPR2sxVHpsWVp5OXBSQzlRYVZCV2FWYzVVR2RVUmtWWFZVVlBla0oxWlVvNVJTdGFTWGRzTDNJeFNVMW9PVm9LWnl0cFNsUXlUMFo1UzFFMVR6TjBWMnd6U1ZkRFJubFJNRzAwWkhKVU5DdFlVRlZrUTB0eVlUaEJUazFqV0VkRkswdENaamhsUkU1QlNDc3dSREZ0Y0Fvdk1rVlJZWG80UWtkbmJHNUpjSHBKVm5CeFZuaFNZbmxOVTFKbWJHdEJWRkZTTTA0ck4xVkJlRnBEWkM5MFRVOVFURmd5UzJwTVpUbGxNelJWYm1WS0NrdElkREZCV21ObFZHbHBOREJwZDA4MU1USXpaRVJYVFhOd2FHSTVjbEo1ZWpaTk16UXdiMnRWWm1keWRYb3lhV2xTWVZoaWN5dFJhamd3YTNSTUwyOEtUVVowUVdWclVrNDVObU1yUkVrMlRXeENiMGc0UWpGT09VbFRRM2RQYlZCRVJEUklkM013WlZFcmR6Tk9Wa2hxZDBsMk9IQjBNblZqYW5Kc05WcEthQXBVVXk5R1ZWQjVVVGxaVlVwQlVVdERRVkZGUVRONVNrSTRWbk50VDBKRllVOXhXVWxLTXpSUGQyMWFNRGhhWVV0b1YyTTJaVmxVWlhaaFIweGFSMWRZQ200eFlWVm9kVFZMUTNONVVWZFhaMlEwWVdKVFpYSjFOVlJMWTFCTGJuUjVOamw1U21SWllrZHdORGRJWmtGQ1pDdFFMMXBIZFRWcGVqZGlPRXR5Ukc0S1kybzRNVGhZYlM5RlUwcHBaRmhqYVVGcWJIaEVSVk5YWW5KemQybElNWFYwWVc5cU5FdHdWbUpUUTJKd1YyZFJSRk5FYTBzMlIwbG5Wa0ZFZW1GcmVBbzRRVkJXUTBwVWMzbERkRzVWVURnMFJUUlBielpPWm1WbmJHcE9ZVkZ2VDA1eVEzQkRTbVF4ZVdnNWJVNUJRVGwyY1ZsTFNrMVBWWGcyUzBwSWQwTnJDa1ZHTlhkSlNFd3pjMGx6YlcxamJERTNkRmhZTHpKWlJtOXRkM1V5YkZKV1VVczNVa0pOTlVoUVpVZDFNSFZKVW1SdFpucFNhMUExUVdOc2JsbHZhVThLTTNCR2FGSXJZVm8xTmpZcmRtOU5iRWgyUkN0VmQwdENNa3RsVURSTGMydFJRME5GV0RGclpsbFJTME5CVVVGd2RFTTVTa1l4U0hKeVZVWmxSVzl1WXdwak9FeGhZV2ROTWxoQ2RqZHdVek5qVkZSeWFpdHFNRTl3YkdRMlpETlZNMVV3WlZKeFZGRnpOMjFPWmtKa1NUUk9TV2M1UzNkSU9FeFBabE5pTVhJeUNuQXlVazVUTmpBeFpFOTFSbXB5ZGxac1FubENkM0Y0YmxSQldFVnVWbWxNT0V4U1ZGY3lORmhIWVdwaU5sRlJMMDFtTVd0YVIyOUdSVGxFWmpaall6RUtkamc0V2toS1VsSkRNbTFrVkVOMVR6bEJOVWxJT0ZWSWRVeGFaRXhST0VkaU9XNXpaMUJZVlhjNWQwTlRhMFpUWmpKV0wydFVkM2QxU3pKUFRHSlpUUXB6TWtoUlZWcG9TMmhPYWt0aU1XUlRiR1ZRZFZGSVZVSjJNRXBsUjNKWmJEaEhiWE5WV21oR1YwVndTazQwSzBOSGVtSTJUSFZ1VFUwMlZtSkVlR1ZXQ2tKMVMxb3dNM2RQY0RWdlYwVm9iVE5pUjJFNFdXaGtTMEpaVUVocWRFcE9jR05yWTJvemQyZEZVRVpWV1dkSk0yNDRTRGt2Wm1kR2FFTnNORzh4WVVnS2IydFpRa0Z2U1VKQlNGaHhUelpFV2xFd2QzcDBXVWQ1ZUdaS1ozbHNiblpJVUU5cFZURmxSMGx5SzJVclRIRk1hVkZqYjB4TlZWZFZkVEIyVG1NcldncEtUbk54YVRCbU5VTmFaVEJhYjNKallXTmFVV05JTWpKRlMyOWlOMEpWVmk5a1RrbDFiVUpuYWtKSFVWVnZWbXRPVFZFeWMydHBUVzlQZDFsSk1rWm9DbTh4YUdncldWaHNXbmhzVG10YVZ6UjBSVUZqTUZGdFRtWlBTVFJCVjJKdE5saHRlV3RZUkhWd1kxWnpNbkE1UkdOdk9GaFVNekV2SzA4NVRrUkJaMGdLTnpsUk9ESjRlSE0wYWtWVFEzUk5iRXhJTDB0M1drbHFUREpEVERoalNUZGlOVFJvVm00dlQySlBVR0YxTVM4MFVUZEJkbVpaVUhNNVEwbG9kakJVTndwa1FUSnVRMlo1U2pReGFHcFRTM28xYzBwVVQwcHFUa1ppY3pJd1Ywc3JXaXRRU1ZkYU5WbEVMM1Z3ZERrd1VEZGpMMlk1U2tWeU16RnpibEpWYUcwckNraGhlVGw2ZW5OWWNtSTJaVkExU1VocmNDOTFjMUI0TW1Od01sVnJiVVZEWjJkRlFWaFVkMmRJVEM5VVJFdEhVVzl3UW1SS2RGTkNVMWxEU0d3MmEya0tVbUp5YjFaclUxazJjM2RzYkRWc1ZtTjBRME5FZURGVVkwZEhNRFJHVG1KQ2RFOXJUa3gwVFdaRmJHWjVURVJ4V1RKaFJFY3hkM1p6U0VoeVJuQkxTZ3AxV2s1eFpsUkRRVVpRTTJZelYwOVRlV2xIVkhScFFVUjZlbE5pVWxseVRFMVlZbUZLUVRWWFRESXdiMDg1Tmtwa2RWQnJTVVkwTlc5eVpUZE1lbGdyQ2pSRlRuaE1aVmhIT0RkNEwzSm9hWFF4TURsMVNtOW5hMkl6ZVc1eldHODFRMGN3WVRKME5XNTVla1ZzUVhSalNFd3dTbTlDVlhWeVdpOVlUSFJFTUhJS1VrZHpUMGh6V1daa1MybDRZMVUzWm0xRFMzTXJaa2g0V21kS1NYUmxPRGhqU1c5VlRrRnRXR0V5VW01RlpWaFNaMDExYUdOU09YaDRRemg2ZGtrMFdBcHpWbTkzUlRGTlpFSjBXR3cxVlZOVGRuTk5aWGhVVm1ONmNUTjVjM0JKVlRKRFIweEhhVEpyV2tNMGFTdE9ZMWd2Wm5kWGRHZzVkV3BCUFQwS0xTMHRMUzFGVGtRZ1VsTkJJRkJTU1ZaQlZFVWdTMFZaTFMwdExTMEsKICAgIHRva2VuOiAzY2E4Y2VlNjQzYmRmZGE0NTBjY2RkZjJkMmJmODgyMTYwNjAwMTBjYmYxYzhiNTI3OWEwZWZlYjc3YTMxYjI5NjM5NWFiOGU3OWMxZmYxNjIxN2EzZTAwNDc3NzhhMjI2ZWRlZDJhZTQ5NmEyYTY0MmY4ZTA2MjEyOWUwZDZkOQo=\"\r\n }\r\n ]\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/rgps836/providers/Microsoft.ContainerService/managedClusters/kubeps530?api-version=2019-10-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Jlc291cmNlR3JvdXBzL3JncHM4MzYvcHJvdmlkZXJzL01pY3Jvc29mdC5Db250YWluZXJTZXJ2aWNlL21hbmFnZWRDbHVzdGVycy9rdWJlcHM1MzA/YXBpLXZlcnNpb249MjAxOS0xMC0wMQ==",
+ "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/rgps2528/providers/Microsoft.ContainerService/managedClusters/kubeps5640?api-version=2020-07-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Jlc291cmNlR3JvdXBzL3JncHMyNTI4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9tYW5hZ2VkQ2x1c3RlcnMva3ViZXBzNTY0MD9hcGktdmVyc2lvbj0yMDIwLTA3LTAx",
"RequestMethod": "DELETE",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "c435578d-64e5-44a8-9162-541645ae8c30"
+ "0234b924-d7ad-4329-800c-f25fecc3e3f8"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29130.01",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.1.0"
]
},
"ResponseHeaders": {
@@ -1635,19 +1293,19 @@
"no-cache"
],
"Location": [
- "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operationresults/6c37c5da-5555-4fdb-b9f6-799e6667cbaf?api-version=2017-08-31"
+ "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operationresults/d3e19ac1-61a8-44cc-81b3-016d03d521e4?api-version=2017-08-31"
],
"x-ms-ratelimit-remaining-subscription-deletes": [
"14999"
],
"Azure-AsyncOperation": [
- "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/6c37c5da-5555-4fdb-b9f6-799e6667cbaf?api-version=2017-08-31"
+ "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/d3e19ac1-61a8-44cc-81b3-016d03d521e4?api-version=2017-08-31"
],
"x-ms-correlation-request-id": [
- "04794517-2059-4895-92ea-cd6a02c20c77"
+ "2569618e-0961-49a8-b02f-5b4a96511a01"
],
"x-ms-request-id": [
- "6c37c5da-5555-4fdb-b9f6-799e6667cbaf"
+ "d3e19ac1-61a8-44cc-81b3-016d03d521e4"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -1656,13 +1314,13 @@
"nginx"
],
"x-ms-routing-request-id": [
- "SOUTHEASTASIA:20200602T054107Z:04794517-2059-4895-92ea-cd6a02c20c77"
+ "SOUTHEASTASIA:20200908T041843Z:2569618e-0961-49a8-b02f-5b4a96511a01"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Tue, 02 Jun 2020 05:41:07 GMT"
+ "Tue, 08 Sep 2020 04:18:42 GMT"
],
"Expires": [
"-1"
@@ -1675,16 +1333,16 @@
"StatusCode": 202
},
{
- "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/6c37c5da-5555-4fdb-b9f6-799e6667cbaf?api-version=2017-08-31",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvNmMzN2M1ZGEtNTU1NS00ZmRiLWI5ZjYtNzk5ZTY2NjdjYmFmP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
+ "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/d3e19ac1-61a8-44cc-81b3-016d03d521e4?api-version=2017-08-31",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvZDNlMTlhYzEtNjFhOC00NGNjLTgxYjMtMDE2ZDAzZDUyMWU0P2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29130.01",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.1.0"
]
},
"ResponseHeaders": {
@@ -1695,13 +1353,13 @@
"no-cache"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11979"
+ "11982"
],
"x-ms-correlation-request-id": [
- "a01edc08-7a31-406b-93cc-8c6ea8fa4dc7"
+ "c887e768-5d7c-4c36-b127-83fe51f124be"
],
"x-ms-request-id": [
- "ca1c6ca3-d2b3-46a5-be7c-3a0318e36956"
+ "7b35509e-b8bd-4b8e-9d7b-4e04cd4ce666"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -1713,10 +1371,10 @@
"nginx"
],
"x-ms-routing-request-id": [
- "SOUTHEASTASIA:20200602T054138Z:a01edc08-7a31-406b-93cc-8c6ea8fa4dc7"
+ "SOUTHEASTASIA:20200908T041913Z:c887e768-5d7c-4c36-b127-83fe51f124be"
],
"Date": [
- "Tue, 02 Jun 2020 05:41:37 GMT"
+ "Tue, 08 Sep 2020 04:19:13 GMT"
],
"Content-Length": [
"126"
@@ -1728,20 +1386,20 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"name\": \"dac5376c-5555-db4f-b9f6-799e6667cbaf\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-06-02T05:41:07.0582975Z\"\r\n}",
+ "ResponseBody": "{\r\n \"name\": \"c19ae1d3-a861-cc44-81b3-016d03d521e4\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-09-08T04:18:42.9933447Z\"\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/6c37c5da-5555-4fdb-b9f6-799e6667cbaf?api-version=2017-08-31",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvNmMzN2M1ZGEtNTU1NS00ZmRiLWI5ZjYtNzk5ZTY2NjdjYmFmP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
+ "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/d3e19ac1-61a8-44cc-81b3-016d03d521e4?api-version=2017-08-31",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvZDNlMTlhYzEtNjFhOC00NGNjLTgxYjMtMDE2ZDAzZDUyMWU0P2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29130.01",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.1.0"
]
},
"ResponseHeaders": {
@@ -1752,13 +1410,13 @@
"no-cache"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11978"
+ "11981"
],
"x-ms-correlation-request-id": [
- "d97a82ae-b2bf-49fa-8888-a894e5ed9de6"
+ "b863cfda-49cb-4112-b844-09ccaf236b84"
],
"x-ms-request-id": [
- "18c2f739-6a89-4595-aebf-8d60dd5d38d5"
+ "b9748e11-bbfe-42df-9325-2a118ce2fd9b"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -1770,10 +1428,10 @@
"nginx"
],
"x-ms-routing-request-id": [
- "SOUTHEASTASIA:20200602T054209Z:d97a82ae-b2bf-49fa-8888-a894e5ed9de6"
+ "SOUTHEASTASIA:20200908T041944Z:b863cfda-49cb-4112-b844-09ccaf236b84"
],
"Date": [
- "Tue, 02 Jun 2020 05:42:08 GMT"
+ "Tue, 08 Sep 2020 04:19:43 GMT"
],
"Content-Length": [
"126"
@@ -1785,20 +1443,20 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"name\": \"dac5376c-5555-db4f-b9f6-799e6667cbaf\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-06-02T05:41:07.0582975Z\"\r\n}",
+ "ResponseBody": "{\r\n \"name\": \"c19ae1d3-a861-cc44-81b3-016d03d521e4\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-09-08T04:18:42.9933447Z\"\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/6c37c5da-5555-4fdb-b9f6-799e6667cbaf?api-version=2017-08-31",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvNmMzN2M1ZGEtNTU1NS00ZmRiLWI5ZjYtNzk5ZTY2NjdjYmFmP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
+ "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/d3e19ac1-61a8-44cc-81b3-016d03d521e4?api-version=2017-08-31",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvZDNlMTlhYzEtNjFhOC00NGNjLTgxYjMtMDE2ZDAzZDUyMWU0P2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29130.01",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.1.0"
]
},
"ResponseHeaders": {
@@ -1809,13 +1467,13 @@
"no-cache"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11977"
+ "11983"
],
"x-ms-correlation-request-id": [
- "2a484e60-6f71-41c6-8335-ca01c0d0ea0a"
+ "1012391c-88f5-42e4-a012-0cdb2eb79f78"
],
"x-ms-request-id": [
- "c73a1deb-85ab-4fa3-94e3-b93812784d14"
+ "99897233-497c-42d7-a0aa-12cfde6fc431"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -1827,10 +1485,10 @@
"nginx"
],
"x-ms-routing-request-id": [
- "SOUTHEASTASIA:20200602T054239Z:2a484e60-6f71-41c6-8335-ca01c0d0ea0a"
+ "SOUTHEASTASIA:20200908T042014Z:1012391c-88f5-42e4-a012-0cdb2eb79f78"
],
"Date": [
- "Tue, 02 Jun 2020 05:42:39 GMT"
+ "Tue, 08 Sep 2020 04:20:13 GMT"
],
"Content-Length": [
"126"
@@ -1842,20 +1500,20 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"name\": \"dac5376c-5555-db4f-b9f6-799e6667cbaf\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-06-02T05:41:07.0582975Z\"\r\n}",
+ "ResponseBody": "{\r\n \"name\": \"c19ae1d3-a861-cc44-81b3-016d03d521e4\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-09-08T04:18:42.9933447Z\"\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/6c37c5da-5555-4fdb-b9f6-799e6667cbaf?api-version=2017-08-31",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvNmMzN2M1ZGEtNTU1NS00ZmRiLWI5ZjYtNzk5ZTY2NjdjYmFmP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
+ "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/d3e19ac1-61a8-44cc-81b3-016d03d521e4?api-version=2017-08-31",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvZDNlMTlhYzEtNjFhOC00NGNjLTgxYjMtMDE2ZDAzZDUyMWU0P2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29130.01",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.1.0"
]
},
"ResponseHeaders": {
@@ -1866,13 +1524,13 @@
"no-cache"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11976"
+ "11982"
],
"x-ms-correlation-request-id": [
- "90b35827-9186-420f-beda-295f876a4b7e"
+ "dbafeded-5f4a-4fe2-b959-f3dc0a72e107"
],
"x-ms-request-id": [
- "81f204cc-971d-4f8f-ae6f-a8cf043e3c2f"
+ "48d19180-c5e0-447b-9828-ad78af4816b4"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -1884,10 +1542,10 @@
"nginx"
],
"x-ms-routing-request-id": [
- "SOUTHEASTASIA:20200602T054310Z:90b35827-9186-420f-beda-295f876a4b7e"
+ "SOUTHEASTASIA:20200908T042044Z:dbafeded-5f4a-4fe2-b959-f3dc0a72e107"
],
"Date": [
- "Tue, 02 Jun 2020 05:43:09 GMT"
+ "Tue, 08 Sep 2020 04:20:44 GMT"
],
"Content-Length": [
"126"
@@ -1899,20 +1557,20 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"name\": \"dac5376c-5555-db4f-b9f6-799e6667cbaf\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-06-02T05:41:07.0582975Z\"\r\n}",
+ "ResponseBody": "{\r\n \"name\": \"c19ae1d3-a861-cc44-81b3-016d03d521e4\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-09-08T04:18:42.9933447Z\"\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/6c37c5da-5555-4fdb-b9f6-799e6667cbaf?api-version=2017-08-31",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvNmMzN2M1ZGEtNTU1NS00ZmRiLWI5ZjYtNzk5ZTY2NjdjYmFmP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
+ "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/d3e19ac1-61a8-44cc-81b3-016d03d521e4?api-version=2017-08-31",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvZDNlMTlhYzEtNjFhOC00NGNjLTgxYjMtMDE2ZDAzZDUyMWU0P2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29130.01",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.1.0"
]
},
"ResponseHeaders": {
@@ -1923,13 +1581,13 @@
"no-cache"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11975"
+ "11981"
],
"x-ms-correlation-request-id": [
- "6b7fd489-5eb0-4239-b893-9e3dfb741dd5"
+ "01457ba4-e213-4583-a603-df2c30d33792"
],
"x-ms-request-id": [
- "301e33d8-d154-49d6-a42b-0ec65dc451d2"
+ "2302e305-02e7-46cb-9eff-668935ec336b"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -1941,10 +1599,10 @@
"nginx"
],
"x-ms-routing-request-id": [
- "SOUTHEASTASIA:20200602T054340Z:6b7fd489-5eb0-4239-b893-9e3dfb741dd5"
+ "SOUTHEASTASIA:20200908T042115Z:01457ba4-e213-4583-a603-df2c30d33792"
],
"Date": [
- "Tue, 02 Jun 2020 05:43:40 GMT"
+ "Tue, 08 Sep 2020 04:21:15 GMT"
],
"Content-Length": [
"126"
@@ -1956,20 +1614,20 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"name\": \"dac5376c-5555-db4f-b9f6-799e6667cbaf\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-06-02T05:41:07.0582975Z\"\r\n}",
+ "ResponseBody": "{\r\n \"name\": \"c19ae1d3-a861-cc44-81b3-016d03d521e4\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-09-08T04:18:42.9933447Z\"\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/6c37c5da-5555-4fdb-b9f6-799e6667cbaf?api-version=2017-08-31",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvNmMzN2M1ZGEtNTU1NS00ZmRiLWI5ZjYtNzk5ZTY2NjdjYmFmP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
+ "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/d3e19ac1-61a8-44cc-81b3-016d03d521e4?api-version=2017-08-31",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvZDNlMTlhYzEtNjFhOC00NGNjLTgxYjMtMDE2ZDAzZDUyMWU0P2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29130.01",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.1.0"
]
},
"ResponseHeaders": {
@@ -1980,13 +1638,13 @@
"no-cache"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11974"
+ "11980"
],
"x-ms-correlation-request-id": [
- "7ad5da99-54ac-491b-86b6-bc42ae1fbb30"
+ "587ce2b2-7512-4b44-975e-8d482caf8641"
],
"x-ms-request-id": [
- "675f7674-3b3a-4406-9f35-51e620657c4e"
+ "d3c9f540-6ca6-4b50-b7ee-4ba25b6574a9"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -1998,10 +1656,10 @@
"nginx"
],
"x-ms-routing-request-id": [
- "SOUTHEASTASIA:20200602T054411Z:7ad5da99-54ac-491b-86b6-bc42ae1fbb30"
+ "SOUTHEASTASIA:20200908T042145Z:587ce2b2-7512-4b44-975e-8d482caf8641"
],
"Date": [
- "Tue, 02 Jun 2020 05:44:10 GMT"
+ "Tue, 08 Sep 2020 04:21:45 GMT"
],
"Content-Length": [
"126"
@@ -2013,20 +1671,20 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"name\": \"dac5376c-5555-db4f-b9f6-799e6667cbaf\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-06-02T05:41:07.0582975Z\"\r\n}",
+ "ResponseBody": "{\r\n \"name\": \"c19ae1d3-a861-cc44-81b3-016d03d521e4\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-09-08T04:18:42.9933447Z\"\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/6c37c5da-5555-4fdb-b9f6-799e6667cbaf?api-version=2017-08-31",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvNmMzN2M1ZGEtNTU1NS00ZmRiLWI5ZjYtNzk5ZTY2NjdjYmFmP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
+ "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/d3e19ac1-61a8-44cc-81b3-016d03d521e4?api-version=2017-08-31",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvZDNlMTlhYzEtNjFhOC00NGNjLTgxYjMtMDE2ZDAzZDUyMWU0P2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29130.01",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.1.0"
]
},
"ResponseHeaders": {
@@ -2037,13 +1695,13 @@
"no-cache"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11973"
+ "11979"
],
"x-ms-correlation-request-id": [
- "f88b39ea-54fb-4376-8e35-62b7ddcc998b"
+ "1afaf8d2-711a-4d98-b4c7-309550d898d9"
],
"x-ms-request-id": [
- "d04aecfa-47a0-4d16-b55c-020289b52536"
+ "5578a2c6-1e9a-4b0c-ac99-4bdaacdf0ef7"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -2055,10 +1713,10 @@
"nginx"
],
"x-ms-routing-request-id": [
- "SOUTHEASTASIA:20200602T054442Z:f88b39ea-54fb-4376-8e35-62b7ddcc998b"
+ "SOUTHEASTASIA:20200908T042216Z:1afaf8d2-711a-4d98-b4c7-309550d898d9"
],
"Date": [
- "Tue, 02 Jun 2020 05:44:41 GMT"
+ "Tue, 08 Sep 2020 04:22:15 GMT"
],
"Content-Length": [
"126"
@@ -2070,20 +1728,20 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"name\": \"dac5376c-5555-db4f-b9f6-799e6667cbaf\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-06-02T05:41:07.0582975Z\"\r\n}",
+ "ResponseBody": "{\r\n \"name\": \"c19ae1d3-a861-cc44-81b3-016d03d521e4\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-09-08T04:18:42.9933447Z\"\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/6c37c5da-5555-4fdb-b9f6-799e6667cbaf?api-version=2017-08-31",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvNmMzN2M1ZGEtNTU1NS00ZmRiLWI5ZjYtNzk5ZTY2NjdjYmFmP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
+ "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/d3e19ac1-61a8-44cc-81b3-016d03d521e4?api-version=2017-08-31",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvZDNlMTlhYzEtNjFhOC00NGNjLTgxYjMtMDE2ZDAzZDUyMWU0P2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29130.01",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.1.0"
]
},
"ResponseHeaders": {
@@ -2094,13 +1752,13 @@
"no-cache"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11972"
+ "11978"
],
"x-ms-correlation-request-id": [
- "7319c27b-feff-48da-8475-2f78a496f759"
+ "0e5b0389-ae66-4fb9-834c-e236eb6eb119"
],
"x-ms-request-id": [
- "a612bc4a-2ad3-4c4c-86f1-c432e111fe94"
+ "44be0f3e-fd67-4b2b-bea3-5f4d1ee2f30f"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -2112,10 +1770,10 @@
"nginx"
],
"x-ms-routing-request-id": [
- "SOUTHEASTASIA:20200602T054512Z:7319c27b-feff-48da-8475-2f78a496f759"
+ "SOUTHEASTASIA:20200908T042246Z:0e5b0389-ae66-4fb9-834c-e236eb6eb119"
],
"Date": [
- "Tue, 02 Jun 2020 05:45:12 GMT"
+ "Tue, 08 Sep 2020 04:22:45 GMT"
],
"Content-Length": [
"126"
@@ -2127,20 +1785,20 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"name\": \"dac5376c-5555-db4f-b9f6-799e6667cbaf\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-06-02T05:41:07.0582975Z\"\r\n}",
+ "ResponseBody": "{\r\n \"name\": \"c19ae1d3-a861-cc44-81b3-016d03d521e4\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-09-08T04:18:42.9933447Z\"\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/6c37c5da-5555-4fdb-b9f6-799e6667cbaf?api-version=2017-08-31",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvNmMzN2M1ZGEtNTU1NS00ZmRiLWI5ZjYtNzk5ZTY2NjdjYmFmP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
+ "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/d3e19ac1-61a8-44cc-81b3-016d03d521e4?api-version=2017-08-31",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvZDNlMTlhYzEtNjFhOC00NGNjLTgxYjMtMDE2ZDAzZDUyMWU0P2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29130.01",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.1.0"
]
},
"ResponseHeaders": {
@@ -2151,13 +1809,13 @@
"no-cache"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11971"
+ "11977"
],
"x-ms-correlation-request-id": [
- "60207b7c-fc73-4a2b-96f0-fa252ba0e07c"
+ "38ad400f-6101-4fe7-8fe7-38d1a64a19e4"
],
"x-ms-request-id": [
- "5c9267bc-1911-4d6e-a9ff-c27d4cc7b36a"
+ "dba7d4fb-bab0-4a9b-9beb-475cbcbc38d4"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -2169,10 +1827,10 @@
"nginx"
],
"x-ms-routing-request-id": [
- "SOUTHEASTASIA:20200602T054543Z:60207b7c-fc73-4a2b-96f0-fa252ba0e07c"
+ "SOUTHEASTASIA:20200908T042317Z:38ad400f-6101-4fe7-8fe7-38d1a64a19e4"
],
"Date": [
- "Tue, 02 Jun 2020 05:45:42 GMT"
+ "Tue, 08 Sep 2020 04:23:17 GMT"
],
"Content-Length": [
"126"
@@ -2184,20 +1842,20 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"name\": \"dac5376c-5555-db4f-b9f6-799e6667cbaf\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-06-02T05:41:07.0582975Z\"\r\n}",
+ "ResponseBody": "{\r\n \"name\": \"c19ae1d3-a861-cc44-81b3-016d03d521e4\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-09-08T04:18:42.9933447Z\"\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/6c37c5da-5555-4fdb-b9f6-799e6667cbaf?api-version=2017-08-31",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvNmMzN2M1ZGEtNTU1NS00ZmRiLWI5ZjYtNzk5ZTY2NjdjYmFmP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
+ "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/d3e19ac1-61a8-44cc-81b3-016d03d521e4?api-version=2017-08-31",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvZDNlMTlhYzEtNjFhOC00NGNjLTgxYjMtMDE2ZDAzZDUyMWU0P2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29130.01",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.1.0"
]
},
"ResponseHeaders": {
@@ -2208,13 +1866,13 @@
"no-cache"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11970"
+ "11976"
],
"x-ms-correlation-request-id": [
- "80719fe5-20e7-485f-a6c1-19eb9fe2184b"
+ "0dcf8160-dd4c-4256-8c10-db92b72044ec"
],
"x-ms-request-id": [
- "76497a77-745d-4b11-9152-3c37aba9db60"
+ "e1bfd2da-5dcb-48a6-96b9-1fa90415ec21"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -2226,10 +1884,10 @@
"nginx"
],
"x-ms-routing-request-id": [
- "SOUTHEASTASIA:20200602T054613Z:80719fe5-20e7-485f-a6c1-19eb9fe2184b"
+ "SOUTHEASTASIA:20200908T042347Z:0dcf8160-dd4c-4256-8c10-db92b72044ec"
],
"Date": [
- "Tue, 02 Jun 2020 05:46:13 GMT"
+ "Tue, 08 Sep 2020 04:23:47 GMT"
],
"Content-Length": [
"126"
@@ -2241,20 +1899,20 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"name\": \"dac5376c-5555-db4f-b9f6-799e6667cbaf\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-06-02T05:41:07.0582975Z\"\r\n}",
+ "ResponseBody": "{\r\n \"name\": \"c19ae1d3-a861-cc44-81b3-016d03d521e4\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-09-08T04:18:42.9933447Z\"\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/6c37c5da-5555-4fdb-b9f6-799e6667cbaf?api-version=2017-08-31",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvNmMzN2M1ZGEtNTU1NS00ZmRiLWI5ZjYtNzk5ZTY2NjdjYmFmP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
+ "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/d3e19ac1-61a8-44cc-81b3-016d03d521e4?api-version=2017-08-31",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvZDNlMTlhYzEtNjFhOC00NGNjLTgxYjMtMDE2ZDAzZDUyMWU0P2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29130.01",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.1.0"
]
},
"ResponseHeaders": {
@@ -2265,13 +1923,13 @@
"no-cache"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11969"
+ "11975"
],
"x-ms-correlation-request-id": [
- "67f9b970-e910-4afc-88c0-eff3ba1aaf06"
+ "1f212967-420b-4b16-a403-0db17e523d35"
],
"x-ms-request-id": [
- "822da633-499d-4747-a3e0-19cdc3bf6d8f"
+ "6cdd5aa8-e3a8-41fe-ba95-a85a81a6fa82"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -2283,10 +1941,10 @@
"nginx"
],
"x-ms-routing-request-id": [
- "SOUTHEASTASIA:20200602T054644Z:67f9b970-e910-4afc-88c0-eff3ba1aaf06"
+ "SOUTHEASTASIA:20200908T042418Z:1f212967-420b-4b16-a403-0db17e523d35"
],
"Date": [
- "Tue, 02 Jun 2020 05:46:44 GMT"
+ "Tue, 08 Sep 2020 04:24:18 GMT"
],
"Content-Length": [
"126"
@@ -2298,20 +1956,20 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"name\": \"dac5376c-5555-db4f-b9f6-799e6667cbaf\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-06-02T05:41:07.0582975Z\"\r\n}",
+ "ResponseBody": "{\r\n \"name\": \"c19ae1d3-a861-cc44-81b3-016d03d521e4\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-09-08T04:18:42.9933447Z\"\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/6c37c5da-5555-4fdb-b9f6-799e6667cbaf?api-version=2017-08-31",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvNmMzN2M1ZGEtNTU1NS00ZmRiLWI5ZjYtNzk5ZTY2NjdjYmFmP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
+ "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/d3e19ac1-61a8-44cc-81b3-016d03d521e4?api-version=2017-08-31",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvZDNlMTlhYzEtNjFhOC00NGNjLTgxYjMtMDE2ZDAzZDUyMWU0P2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29130.01",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.1.0"
]
},
"ResponseHeaders": {
@@ -2322,13 +1980,13 @@
"no-cache"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11968"
+ "11974"
],
"x-ms-correlation-request-id": [
- "d15cc519-92ad-440a-9a88-9bc56e242dd7"
+ "e8d02846-3e37-43c5-a49d-74db733796d6"
],
"x-ms-request-id": [
- "b7d7f537-467c-4244-a7d1-81e446e5e152"
+ "c1e60a14-8c25-481d-87e5-75c16fde7cdb"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -2340,13 +1998,13 @@
"nginx"
],
"x-ms-routing-request-id": [
- "SOUTHEASTASIA:20200602T054715Z:d15cc519-92ad-440a-9a88-9bc56e242dd7"
+ "SOUTHEASTASIA:20200908T042449Z:e8d02846-3e37-43c5-a49d-74db733796d6"
],
"Date": [
- "Tue, 02 Jun 2020 05:47:14 GMT"
+ "Tue, 08 Sep 2020 04:24:48 GMT"
],
"Content-Length": [
- "168"
+ "170"
],
"Content-Type": [
"application/json"
@@ -2355,20 +2013,20 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"name\": \"dac5376c-5555-db4f-b9f6-799e6667cbaf\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-02T05:41:07.0582975Z\",\r\n \"endTime\": \"2020-06-02T05:47:03.73821Z\"\r\n}",
+ "ResponseBody": "{\r\n \"name\": \"c19ae1d3-a861-cc44-81b3-016d03d521e4\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-09-08T04:18:42.9933447Z\",\r\n \"endTime\": \"2020-09-08T04:24:45.0736811Z\"\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operationresults/6c37c5da-5555-4fdb-b9f6-799e6667cbaf?api-version=2017-08-31",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnJlc3VsdHMvNmMzN2M1ZGEtNTU1NS00ZmRiLWI5ZjYtNzk5ZTY2NjdjYmFmP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
+ "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operationresults/d3e19ac1-61a8-44cc-81b3-016d03d521e4?api-version=2017-08-31",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnJlc3VsdHMvZDNlMTlhYzEtNjFhOC00NGNjLTgxYjMtMDE2ZDAzZDUyMWU0P2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29130.01",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.1.0"
]
},
"ResponseHeaders": {
@@ -2379,16 +2037,16 @@
"no-cache"
],
"Location": [
- "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operationresults/6c37c5da-5555-4fdb-b9f6-799e6667cbaf?api-version=2017-08-31"
+ "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operationresults/d3e19ac1-61a8-44cc-81b3-016d03d521e4?api-version=2017-08-31"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11967"
+ "11973"
],
"x-ms-correlation-request-id": [
- "0f3865c2-76c5-4da2-85fe-a6a66c959aaf"
+ "ea2e0a8e-658e-49c1-bf98-6a80a6948e69"
],
"x-ms-request-id": [
- "b10d1062-9105-4645-8a30-d86a8faabc21"
+ "19077737-7083-41a8-95b9-f5818fd7029e"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -2400,10 +2058,10 @@
"nginx"
],
"x-ms-routing-request-id": [
- "SOUTHEASTASIA:20200602T054716Z:0f3865c2-76c5-4da2-85fe-a6a66c959aaf"
+ "SOUTHEASTASIA:20200908T042449Z:ea2e0a8e-658e-49c1-bf98-6a80a6948e69"
],
"Date": [
- "Tue, 02 Jun 2020 05:47:15 GMT"
+ "Tue, 08 Sep 2020 04:24:48 GMT"
],
"Content-Type": [
"application/json"
@@ -2416,22 +2074,22 @@
"StatusCode": 204
},
{
- "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourcegroups/rgps836?api-version=2016-09-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Jlc291cmNlZ3JvdXBzL3JncHM4MzY/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==",
+ "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourcegroups/rgps2528?api-version=2016-09-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Jlc291cmNlZ3JvdXBzL3JncHMyNTI4P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=",
"RequestMethod": "DELETE",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "3fccc14d-40b2-41e9-8ac4-8fea869bec26"
+ "fa325bff-23a9-4752-ae9c-d0f7c2901648"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29130.01",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.14"
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.23"
]
},
"ResponseHeaders": {
@@ -2442,7 +2100,7 @@
"no-cache"
],
"Location": [
- "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SR1BTODM2LVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2016-09-01"
+ "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SR1BTMjUyOC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01"
],
"Retry-After": [
"15"
@@ -2451,13 +2109,13 @@
"14999"
],
"x-ms-request-id": [
- "48b15cc5-ff1a-4ccb-b7b4-74fda5aa9431"
+ "e53c4c36-5402-45cc-ba64-bac3a5127d0e"
],
"x-ms-correlation-request-id": [
- "48b15cc5-ff1a-4ccb-b7b4-74fda5aa9431"
+ "e53c4c36-5402-45cc-ba64-bac3a5127d0e"
],
"x-ms-routing-request-id": [
- "SOUTHEASTASIA:20200602T054718Z:48b15cc5-ff1a-4ccb-b7b4-74fda5aa9431"
+ "SOUTHEASTASIA:20200908T042454Z:e53c4c36-5402-45cc-ba64-bac3a5127d0e"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -2466,7 +2124,7 @@
"nosniff"
],
"Date": [
- "Tue, 02 Jun 2020 05:47:18 GMT"
+ "Tue, 08 Sep 2020 04:24:53 GMT"
],
"Expires": [
"-1"
@@ -2479,16 +2137,16 @@
"StatusCode": 202
},
{
- "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SR1BTODM2LVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2016-09-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFTUjFCVE9ETTJMVmRGVTFSVlV5SXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6SW4wP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=",
+ "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SR1BTMjUyOC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFTUjFCVE1qVXlPQzFYUlZOVVZWTWlMQ0pxYjJKTWIyTmhkR2x2YmlJNkluZGxjM1IxY3lKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29130.01",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.14"
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.23"
]
},
"ResponseHeaders": {
@@ -2499,7 +2157,7 @@
"no-cache"
],
"Location": [
- "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SR1BTODM2LVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2016-09-01"
+ "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SR1BTMjUyOC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01"
],
"Retry-After": [
"15"
@@ -2508,13 +2166,13 @@
"11999"
],
"x-ms-request-id": [
- "e66bc328-f434-4d34-99ce-1bd85520231e"
+ "620c6a81-8a8a-4b82-ac8e-15de16394137"
],
"x-ms-correlation-request-id": [
- "e66bc328-f434-4d34-99ce-1bd85520231e"
+ "620c6a81-8a8a-4b82-ac8e-15de16394137"
],
"x-ms-routing-request-id": [
- "SOUTHEASTASIA:20200602T054734Z:e66bc328-f434-4d34-99ce-1bd85520231e"
+ "SOUTHEASTASIA:20200908T042509Z:620c6a81-8a8a-4b82-ac8e-15de16394137"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -2523,7 +2181,7 @@
"nosniff"
],
"Date": [
- "Tue, 02 Jun 2020 05:47:33 GMT"
+ "Tue, 08 Sep 2020 04:25:08 GMT"
],
"Expires": [
"-1"
@@ -2536,16 +2194,16 @@
"StatusCode": 202
},
{
- "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SR1BTODM2LVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2016-09-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFTUjFCVE9ETTJMVmRGVTFSVlV5SXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6SW4wP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=",
+ "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SR1BTMjUyOC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFTUjFCVE1qVXlPQzFYUlZOVVZWTWlMQ0pxYjJKTWIyTmhkR2x2YmlJNkluZGxjM1IxY3lKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29130.01",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.14"
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.23"
]
},
"ResponseHeaders": {
@@ -2556,7 +2214,7 @@
"no-cache"
],
"Location": [
- "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SR1BTODM2LVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2016-09-01"
+ "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SR1BTMjUyOC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01"
],
"Retry-After": [
"15"
@@ -2565,13 +2223,13 @@
"11998"
],
"x-ms-request-id": [
- "6ef49590-320a-4556-b0fe-26c45de729a3"
+ "6020bc7e-0759-4015-9787-0b3343ff7699"
],
"x-ms-correlation-request-id": [
- "6ef49590-320a-4556-b0fe-26c45de729a3"
+ "6020bc7e-0759-4015-9787-0b3343ff7699"
],
"x-ms-routing-request-id": [
- "SOUTHEASTASIA:20200602T054749Z:6ef49590-320a-4556-b0fe-26c45de729a3"
+ "SOUTHEASTASIA:20200908T042525Z:6020bc7e-0759-4015-9787-0b3343ff7699"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -2580,7 +2238,7 @@
"nosniff"
],
"Date": [
- "Tue, 02 Jun 2020 05:47:49 GMT"
+ "Tue, 08 Sep 2020 04:25:24 GMT"
],
"Expires": [
"-1"
@@ -2593,16 +2251,16 @@
"StatusCode": 202
},
{
- "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SR1BTODM2LVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2016-09-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFTUjFCVE9ETTJMVmRGVTFSVlV5SXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6SW4wP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=",
+ "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SR1BTMjUyOC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFTUjFCVE1qVXlPQzFYUlZOVVZWTWlMQ0pxYjJKTWIyTmhkR2x2YmlJNkluZGxjM1IxY3lKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29130.01",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.14"
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.23"
]
},
"ResponseHeaders": {
@@ -2616,13 +2274,13 @@
"11997"
],
"x-ms-request-id": [
- "1fcafce1-3374-4cfb-82c6-524d3968c524"
+ "d6495b0d-939b-4b67-9f07-421d6ac0d0d7"
],
"x-ms-correlation-request-id": [
- "1fcafce1-3374-4cfb-82c6-524d3968c524"
+ "d6495b0d-939b-4b67-9f07-421d6ac0d0d7"
],
"x-ms-routing-request-id": [
- "SOUTHEASTASIA:20200602T054805Z:1fcafce1-3374-4cfb-82c6-524d3968c524"
+ "SOUTHEASTASIA:20200908T042540Z:d6495b0d-939b-4b67-9f07-421d6ac0d0d7"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -2631,7 +2289,7 @@
"nosniff"
],
"Date": [
- "Tue, 02 Jun 2020 05:48:04 GMT"
+ "Tue, 08 Sep 2020 04:25:40 GMT"
],
"Expires": [
"-1"
@@ -2644,16 +2302,16 @@
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SR1BTODM2LVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2016-09-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFTUjFCVE9ETTJMVmRGVTFSVlV5SXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6SW4wP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=",
+ "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SR1BTMjUyOC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFTUjFCVE1qVXlPQzFYUlZOVVZWTWlMQ0pxYjJKTWIyTmhkR2x2YmlJNkluZGxjM1IxY3lKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29130.01",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.14"
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.23"
]
},
"ResponseHeaders": {
@@ -2667,13 +2325,13 @@
"11996"
],
"x-ms-request-id": [
- "b83cf5a4-abc4-4f81-a5b6-2172e1c7c39b"
+ "65a5ca79-6097-490e-bc1b-d84de58dc2b1"
],
"x-ms-correlation-request-id": [
- "b83cf5a4-abc4-4f81-a5b6-2172e1c7c39b"
+ "65a5ca79-6097-490e-bc1b-d84de58dc2b1"
],
"x-ms-routing-request-id": [
- "SOUTHEASTASIA:20200602T054805Z:b83cf5a4-abc4-4f81-a5b6-2172e1c7c39b"
+ "SOUTHEASTASIA:20200908T042540Z:65a5ca79-6097-490e-bc1b-d84de58dc2b1"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -2682,7 +2340,7 @@
"nosniff"
],
"Date": [
- "Tue, 02 Jun 2020 05:48:05 GMT"
+ "Tue, 08 Sep 2020 04:25:40 GMT"
],
"Expires": [
"-1"
@@ -2697,8 +2355,8 @@
],
"Names": {
"Test-NewAzAks": [
- "ps836",
- "ps530"
+ "ps2528",
+ "ps5640"
]
},
"Variables": {
diff --git a/src/Aks/Aks.Test/SessionRecords/Commands.Aks.Test.ScenarioTests.KubernetesTests/TestSimpleAzureKubernetes.json b/src/Aks/Aks.Test/SessionRecords/Commands.Aks.Test.ScenarioTests.KubernetesTests/TestSimpleAzureKubernetes.json
index 59566de06394..a09f0b5c27a1 100644
--- a/src/Aks/Aks.Test/SessionRecords/Commands.Aks.Test.ScenarioTests.KubernetesTests/TestSimpleAzureKubernetes.json
+++ b/src/Aks/Aks.Test/SessionRecords/Commands.Aks.Test.ScenarioTests.KubernetesTests/TestSimpleAzureKubernetes.json
@@ -7,16 +7,16 @@
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "883fb7bc-5c91-4efd-9af4-5a112935e115"
+ "3d307cfa-b47b-4965-b634-9ac27312d507"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29130.01",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.14"
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.23"
]
},
"ResponseHeaders": {
@@ -30,13 +30,13 @@
"11999"
],
"x-ms-request-id": [
- "a542001e-fa6c-46b2-8664-7b0f1d846ae2"
+ "16ec5d31-0640-4ac5-be0f-b4f251a6dcc6"
],
"x-ms-correlation-request-id": [
- "a542001e-fa6c-46b2-8664-7b0f1d846ae2"
+ "16ec5d31-0640-4ac5-be0f-b4f251a6dcc6"
],
"x-ms-routing-request-id": [
- "SOUTHEASTASIA:20200602T054823Z:a542001e-fa6c-46b2-8664-7b0f1d846ae2"
+ "SOUTHEASTASIA:20200908T032916Z:16ec5d31-0640-4ac5-be0f-b4f251a6dcc6"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -45,7 +45,7 @@
"nosniff"
],
"Date": [
- "Tue, 02 Jun 2020 05:48:22 GMT"
+ "Tue, 08 Sep 2020 03:29:15 GMT"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -54,10 +54,10 @@
"-1"
],
"Content-Length": [
- "4981"
+ "5360"
]
},
- "ResponseBody": "{\r\n \"id\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService\",\r\n \"namespace\": \"Microsoft.ContainerService\",\r\n \"authorization\": {\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 \"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 ],\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 \"East US\",\r\n \"West Europe\",\r\n \"France Central\",\r\n \"Central US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"Australia East\",\r\n \"North Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"East US 2\",\r\n \"South Central US\",\r\n \"North Central US\",\r\n \"Southeast Asia\",\r\n \"Australia Southeast\",\r\n \"UK West\",\r\n \"South India\",\r\n \"Central India\",\r\n \"East Asia\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"Brazil South\",\r\n \"Germany North\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Germany West Central\",\r\n \"UAE North\",\r\n \"Norway East\",\r\n \"Norway West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-02-01\",\r\n \"2020-01-01\",\r\n \"2019-11-01\",\r\n \"2019-10-01\",\r\n \"2019-08-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-08-01-preview\",\r\n \"2018-03-31\",\r\n \"2017-08-31\"\r\n ],\r\n \"capabilities\": \"SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"openShiftManagedClusters\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"France Central\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"Central India\",\r\n \"South Africa North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-09-30-preview\",\r\n \"2019-04-30\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations/openShiftClusters\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"France Central\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"Central India\",\r\n \"South Africa North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-09-30-preview\",\r\n \"2019-04-30\",\r\n \"2018-09-30-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-08-31\",\r\n \"2017-01-31\",\r\n \"2016-09-30\",\r\n \"2016-03-30\",\r\n \"2015-11-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West Europe\",\r\n \"France Central\",\r\n \"Central US\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"UK South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"North Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"East US 2\",\r\n \"South Central US\",\r\n \"North Central US\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"South Africa North\",\r\n \"Brazil South\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"UAE North\",\r\n \"Norway East\",\r\n \"Norway West\"\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 \"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 \"France Central\",\r\n \"North Europe\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"UAE North\",\r\n \"Norway East\",\r\n \"Norway West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-03-30\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-10-31\",\r\n \"2018-03-31\",\r\n \"2017-08-31\",\r\n \"2017-07-01\",\r\n \"2017-01-31\",\r\n \"2016-09-30\",\r\n \"2016-03-30\",\r\n \"2015-11-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/orchestrators\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West Europe\",\r\n \"France Central\",\r\n \"Central US\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"North Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"East US 2\",\r\n \"South Central US\",\r\n \"North Central US\",\r\n \"Southeast Asia\",\r\n \"South India\",\r\n \"Central India\",\r\n \"East Asia\",\r\n \"South Africa North\",\r\n \"Brazil South\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"UAE North\",\r\n \"Norway East\",\r\n \"Norway West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-02-01\",\r\n \"2020-01-01\",\r\n \"2019-11-01\",\r\n \"2019-10-01\",\r\n \"2019-08-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2017-09-30\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}",
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService\",\r\n \"namespace\": \"Microsoft.ContainerService\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"7319c514-987d-4e9b-ac3d-d38c4f427f4c\",\r\n \"roleDefinitionId\": \"1b4a0c7f-2217-416f-acfa-cf73452fdc1c\",\r\n \"managedByRoleDefinitionId\": \"9e3af657-a8ff-583c-a75c-2fe7c4bcb635\",\r\n \"managedByAuthorization\": {\r\n \"allowManagedByInheritance\": true\r\n }\r\n },\r\n {\r\n \"applicationId\": \"6dae42f8-4368-4678-94ff-3960e28e3630\",\r\n \"roleDefinitionId\": \"831388fc-33b1-4dd1-b64c-40fdcaf96654\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"containerServices\",\r\n \"locations\": [\r\n \"Japan East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan West\",\r\n \"East Asia\",\r\n \"South Central US\",\r\n \"North Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Southeast Asia\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East US\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-07-01\",\r\n \"2017-01-31\",\r\n \"2016-09-30\",\r\n \"2016-03-30\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"managedClusters\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"East US\",\r\n \"West Europe\",\r\n \"France Central\",\r\n \"Central US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"Australia East\",\r\n \"North Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"East US 2\",\r\n \"South Central US\",\r\n \"North Central US\",\r\n \"Southeast Asia\",\r\n \"Australia Southeast\",\r\n \"UK West\",\r\n \"South India\",\r\n \"Central India\",\r\n \"East Asia\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"Brazil South\",\r\n \"Germany North\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Germany West Central\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-07-01\",\r\n \"2020-06-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-02-01\",\r\n \"2020-01-01\",\r\n \"2019-11-01\",\r\n \"2019-10-01\",\r\n \"2019-08-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-08-01-preview\",\r\n \"2018-03-31\",\r\n \"2017-08-31\"\r\n ],\r\n \"capabilities\": \"SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"openShiftManagedClusters\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"France Central\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Central India\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-09-30-preview\",\r\n \"2019-04-30\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations/openShiftClusters\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"France Central\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Central India\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-09-30-preview\",\r\n \"2019-04-30\",\r\n \"2018-09-30-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-08-31\",\r\n \"2017-01-31\",\r\n \"2016-09-30\",\r\n \"2016-03-30\",\r\n \"2015-11-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West Europe\",\r\n \"France Central\",\r\n \"Central US\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"UK South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"North Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"East US 2\",\r\n \"South Central US\",\r\n \"North Central US\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"South Africa North\",\r\n \"Brazil South\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-08-31\",\r\n \"2016-03-30\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operations\",\r\n \"locations\": [\r\n \"France Central\",\r\n \"East US\",\r\n \"West Europe\",\r\n \"Central US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"West US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"North Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"East US 2\",\r\n \"South Central US\",\r\n \"North Central US\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"South Africa North\",\r\n \"Brazil South\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-03-30\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-10-31\",\r\n \"2018-03-31\",\r\n \"2017-08-31\",\r\n \"2017-07-01\",\r\n \"2017-01-31\",\r\n \"2016-09-30\",\r\n \"2016-03-30\",\r\n \"2015-11-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/orchestrators\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West Europe\",\r\n \"France Central\",\r\n \"Central US\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"North Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"East US 2\",\r\n \"South Central US\",\r\n \"North Central US\",\r\n \"Southeast Asia\",\r\n \"South India\",\r\n \"Central India\",\r\n \"East Asia\",\r\n \"South Africa North\",\r\n \"Brazil South\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-07-01\",\r\n \"2020-06-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-02-01\",\r\n \"2020-01-01\",\r\n \"2019-11-01\",\r\n \"2019-10-01\",\r\n \"2019-08-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2017-09-30\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}",
"StatusCode": 200
},
{
@@ -67,16 +67,16 @@
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "51370ca5-1888-4569-bbd7-a5425f5599bc"
+ "d5dea348-1ec7-41f2-aea0-0fdd7210faa2"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29130.01",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.14"
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.23"
]
},
"ResponseHeaders": {
@@ -90,13 +90,13 @@
"11997"
],
"x-ms-request-id": [
- "4b691142-9569-4283-b8fc-4f2648cbf6db"
+ "b9bc61bb-366a-4424-b9fe-6e387dab03e5"
],
"x-ms-correlation-request-id": [
- "4b691142-9569-4283-b8fc-4f2648cbf6db"
+ "b9bc61bb-366a-4424-b9fe-6e387dab03e5"
],
"x-ms-routing-request-id": [
- "SOUTHEASTASIA:20200602T054824Z:4b691142-9569-4283-b8fc-4f2648cbf6db"
+ "SOUTHEASTASIA:20200908T032919Z:b9bc61bb-366a-4424-b9fe-6e387dab03e5"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -105,7 +105,7 @@
"nosniff"
],
"Date": [
- "Tue, 02 Jun 2020 05:48:24 GMT"
+ "Tue, 08 Sep 2020 03:29:18 GMT"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -114,29 +114,29 @@
"-1"
],
"Content-Length": [
- "4981"
+ "5360"
]
},
- "ResponseBody": "{\r\n \"id\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService\",\r\n \"namespace\": \"Microsoft.ContainerService\",\r\n \"authorization\": {\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 \"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 ],\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 \"East US\",\r\n \"West Europe\",\r\n \"France Central\",\r\n \"Central US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"Australia East\",\r\n \"North Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"East US 2\",\r\n \"South Central US\",\r\n \"North Central US\",\r\n \"Southeast Asia\",\r\n \"Australia Southeast\",\r\n \"UK West\",\r\n \"South India\",\r\n \"Central India\",\r\n \"East Asia\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"Brazil South\",\r\n \"Germany North\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Germany West Central\",\r\n \"UAE North\",\r\n \"Norway East\",\r\n \"Norway West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-02-01\",\r\n \"2020-01-01\",\r\n \"2019-11-01\",\r\n \"2019-10-01\",\r\n \"2019-08-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-08-01-preview\",\r\n \"2018-03-31\",\r\n \"2017-08-31\"\r\n ],\r\n \"capabilities\": \"SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"openShiftManagedClusters\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"France Central\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"Central India\",\r\n \"South Africa North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-09-30-preview\",\r\n \"2019-04-30\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations/openShiftClusters\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"France Central\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"Central India\",\r\n \"South Africa North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-09-30-preview\",\r\n \"2019-04-30\",\r\n \"2018-09-30-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-08-31\",\r\n \"2017-01-31\",\r\n \"2016-09-30\",\r\n \"2016-03-30\",\r\n \"2015-11-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West Europe\",\r\n \"France Central\",\r\n \"Central US\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"UK South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"North Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"East US 2\",\r\n \"South Central US\",\r\n \"North Central US\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"South Africa North\",\r\n \"Brazil South\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"UAE North\",\r\n \"Norway East\",\r\n \"Norway West\"\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 \"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 \"France Central\",\r\n \"North Europe\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"UAE North\",\r\n \"Norway East\",\r\n \"Norway West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-03-30\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-10-31\",\r\n \"2018-03-31\",\r\n \"2017-08-31\",\r\n \"2017-07-01\",\r\n \"2017-01-31\",\r\n \"2016-09-30\",\r\n \"2016-03-30\",\r\n \"2015-11-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/orchestrators\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West Europe\",\r\n \"France Central\",\r\n \"Central US\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"North Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"East US 2\",\r\n \"South Central US\",\r\n \"North Central US\",\r\n \"Southeast Asia\",\r\n \"South India\",\r\n \"Central India\",\r\n \"East Asia\",\r\n \"South Africa North\",\r\n \"Brazil South\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"UAE North\",\r\n \"Norway East\",\r\n \"Norway West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-02-01\",\r\n \"2020-01-01\",\r\n \"2019-11-01\",\r\n \"2019-10-01\",\r\n \"2019-08-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2017-09-30\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}",
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService\",\r\n \"namespace\": \"Microsoft.ContainerService\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"7319c514-987d-4e9b-ac3d-d38c4f427f4c\",\r\n \"roleDefinitionId\": \"1b4a0c7f-2217-416f-acfa-cf73452fdc1c\",\r\n \"managedByRoleDefinitionId\": \"9e3af657-a8ff-583c-a75c-2fe7c4bcb635\",\r\n \"managedByAuthorization\": {\r\n \"allowManagedByInheritance\": true\r\n }\r\n },\r\n {\r\n \"applicationId\": \"6dae42f8-4368-4678-94ff-3960e28e3630\",\r\n \"roleDefinitionId\": \"831388fc-33b1-4dd1-b64c-40fdcaf96654\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"containerServices\",\r\n \"locations\": [\r\n \"Japan East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan West\",\r\n \"East Asia\",\r\n \"South Central US\",\r\n \"North Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Southeast Asia\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East US\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-07-01\",\r\n \"2017-01-31\",\r\n \"2016-09-30\",\r\n \"2016-03-30\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"managedClusters\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"East US\",\r\n \"West Europe\",\r\n \"France Central\",\r\n \"Central US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"Australia East\",\r\n \"North Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"East US 2\",\r\n \"South Central US\",\r\n \"North Central US\",\r\n \"Southeast Asia\",\r\n \"Australia Southeast\",\r\n \"UK West\",\r\n \"South India\",\r\n \"Central India\",\r\n \"East Asia\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"Brazil South\",\r\n \"Germany North\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Germany West Central\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-07-01\",\r\n \"2020-06-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-02-01\",\r\n \"2020-01-01\",\r\n \"2019-11-01\",\r\n \"2019-10-01\",\r\n \"2019-08-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-08-01-preview\",\r\n \"2018-03-31\",\r\n \"2017-08-31\"\r\n ],\r\n \"capabilities\": \"SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"openShiftManagedClusters\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"France Central\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Central India\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-09-30-preview\",\r\n \"2019-04-30\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations/openShiftClusters\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"France Central\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Central India\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-09-30-preview\",\r\n \"2019-04-30\",\r\n \"2018-09-30-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-08-31\",\r\n \"2017-01-31\",\r\n \"2016-09-30\",\r\n \"2016-03-30\",\r\n \"2015-11-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West Europe\",\r\n \"France Central\",\r\n \"Central US\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"UK South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"North Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"East US 2\",\r\n \"South Central US\",\r\n \"North Central US\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"South Africa North\",\r\n \"Brazil South\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-08-31\",\r\n \"2016-03-30\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operations\",\r\n \"locations\": [\r\n \"France Central\",\r\n \"East US\",\r\n \"West Europe\",\r\n \"Central US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"West US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"North Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"East US 2\",\r\n \"South Central US\",\r\n \"North Central US\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"South Africa North\",\r\n \"Brazil South\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-03-30\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-10-31\",\r\n \"2018-03-31\",\r\n \"2017-08-31\",\r\n \"2017-07-01\",\r\n \"2017-01-31\",\r\n \"2016-09-30\",\r\n \"2016-03-30\",\r\n \"2015-11-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/orchestrators\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West Europe\",\r\n \"France Central\",\r\n \"Central US\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"North Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"East US 2\",\r\n \"South Central US\",\r\n \"North Central US\",\r\n \"Southeast Asia\",\r\n \"South India\",\r\n \"Central India\",\r\n \"East Asia\",\r\n \"South Africa North\",\r\n \"Brazil South\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-07-01\",\r\n \"2020-06-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-02-01\",\r\n \"2020-01-01\",\r\n \"2019-11-01\",\r\n \"2019-10-01\",\r\n \"2019-08-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2017-09-30\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourcegroups/rgps9507?api-version=2016-09-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Jlc291cmNlZ3JvdXBzL3JncHM5NTA3P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=",
+ "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourcegroups/rgps9003?api-version=2016-09-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Jlc291cmNlZ3JvdXBzL3JncHM5MDAzP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=",
"RequestMethod": "PUT",
"RequestBody": "{\r\n \"location\": \"West US\"\r\n}",
"RequestHeaders": {
"x-ms-client-request-id": [
- "01a5b86a-e071-41d4-8e61-a4557544fec5"
+ "46b8ddde-24ae-4cb1-9dc0-6850321cc5cd"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29130.01",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.14"
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.23"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -156,13 +156,13 @@
"1199"
],
"x-ms-request-id": [
- "e0f36148-df01-4111-8fee-cd0d9b22c843"
+ "efccb8e7-a5dd-449b-ac56-02aca50f91bc"
],
"x-ms-correlation-request-id": [
- "e0f36148-df01-4111-8fee-cd0d9b22c843"
+ "efccb8e7-a5dd-449b-ac56-02aca50f91bc"
],
"x-ms-routing-request-id": [
- "SOUTHEASTASIA:20200602T054824Z:e0f36148-df01-4111-8fee-cd0d9b22c843"
+ "SOUTHEASTASIA:20200908T032918Z:efccb8e7-a5dd-449b-ac56-02aca50f91bc"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -171,7 +171,7 @@
"nosniff"
],
"Date": [
- "Tue, 02 Jun 2020 05:48:23 GMT"
+ "Tue, 08 Sep 2020 03:29:17 GMT"
],
"Content-Length": [
"169"
@@ -183,26 +183,26 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"id\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/rgps9507\",\r\n \"name\": \"rgps9507\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}",
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/rgps9003\",\r\n \"name\": \"rgps9003\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}",
"StatusCode": 201
},
{
- "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/rgps9507/providers/Microsoft.ContainerService/managedClusters/kubeps5598?api-version=2019-10-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Jlc291cmNlR3JvdXBzL3JncHM5NTA3L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9tYW5hZ2VkQ2x1c3RlcnMva3ViZXBzNTU5OD9hcGktdmVyc2lvbj0yMDE5LTEwLTAx",
+ "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/rgps9003/providers/Microsoft.ContainerService/managedClusters/kubeps7892?api-version=2020-07-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Jlc291cmNlR3JvdXBzL3JncHM5MDAzL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9tYW5hZ2VkQ2x1c3RlcnMva3ViZXBzNzg5Mj9hcGktdmVyc2lvbj0yMDIwLTA3LTAx",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "8634b396-ad1b-410e-84b9-a2bb2d89e9cf"
+ "80493d83-fa58-498c-a825-d6d9b3922770"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29130.01",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.1.0"
]
},
"ResponseHeaders": {
@@ -216,13 +216,13 @@
"gateway"
],
"x-ms-request-id": [
- "c4fd130e-7415-44c7-aced-fb9bb063852e"
+ "00009046-c55f-433a-a0dd-7a818e0fc5db"
],
"x-ms-correlation-request-id": [
- "c4fd130e-7415-44c7-aced-fb9bb063852e"
+ "00009046-c55f-433a-a0dd-7a818e0fc5db"
],
"x-ms-routing-request-id": [
- "SOUTHEASTASIA:20200602T054824Z:c4fd130e-7415-44c7-aced-fb9bb063852e"
+ "SOUTHEASTASIA:20200908T032919Z:00009046-c55f-433a-a0dd-7a818e0fc5db"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -231,7 +231,7 @@
"nosniff"
],
"Date": [
- "Tue, 02 Jun 2020 05:48:24 GMT"
+ "Tue, 08 Sep 2020 03:29:19 GMT"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -240,23 +240,23 @@
"-1"
],
"Content-Length": [
- "165"
+ "233"
]
},
- "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.ContainerService/managedClusters/kubeps5598' under resource group 'rgps9507' was not found.\"\r\n }\r\n}",
+ "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.ContainerService/managedClusters/kubeps7892' under resource group 'rgps9003' was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix\"\r\n }\r\n}",
"StatusCode": 404
},
{
- "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/rgps9507/providers/Microsoft.ContainerService/managedClusters/kubeps5598?api-version=2019-10-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Jlc291cmNlR3JvdXBzL3JncHM5NTA3L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9tYW5hZ2VkQ2x1c3RlcnMva3ViZXBzNTU5OD9hcGktdmVyc2lvbj0yMDE5LTEwLTAx",
+ "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/rgps9003/providers/Microsoft.ContainerService/managedClusters/kubeps7892?api-version=2020-07-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Jlc291cmNlR3JvdXBzL3JncHM5MDAzL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9tYW5hZ2VkQ2x1c3RlcnMva3ViZXBzNzg5Mj9hcGktdmVyc2lvbj0yMDIwLTA3LTAx",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29130.01",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.1.0"
]
},
"ResponseHeaders": {
@@ -267,16 +267,16 @@
"no-cache"
],
"x-ms-routing-request-id": [
- "SOUTHEASTASIA:20200602T055343Z:db4ff38a-d2ec-4efe-a9b1-a42fb40c280f"
+ "SOUTHEASTASIA:20200908T033234Z:8cf4498d-9387-4c8d-ae5b-cfed43794b92"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11985"
+ "11992"
],
"x-ms-correlation-request-id": [
- "db4ff38a-d2ec-4efe-a9b1-a42fb40c280f"
+ "8cf4498d-9387-4c8d-ae5b-cfed43794b92"
],
"x-ms-request-id": [
- "5004c192-899b-484f-988d-6ba3c556b398"
+ "3d3183da-aed5-4332-a96c-ffbfbe5b7812"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -288,10 +288,10 @@
"nginx"
],
"Date": [
- "Tue, 02 Jun 2020 05:53:43 GMT"
+ "Tue, 08 Sep 2020 03:32:34 GMT"
],
"Content-Length": [
- "2086"
+ "2629"
],
"Content-Type": [
"application/json"
@@ -300,26 +300,26 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"id\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourcegroups/rgps9507/providers/Microsoft.ContainerService/managedClusters/kubeps5598\",\r\n \"location\": \"westus\",\r\n \"name\": \"kubeps5598\",\r\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"kubernetesVersion\": \"1.15.11\",\r\n \"dnsPrefix\": \"kubepc9cb\",\r\n \"fqdn\": \"kubepc9cb-a858ee77.hcp.westus.azmk8s.io\",\r\n \"agentPoolProfiles\": [\r\n {\r\n \"name\": \"default\",\r\n \"count\": 3,\r\n \"vmSize\": \"Standard_A2\",\r\n \"osDiskSizeGB\": 100,\r\n \"maxPods\": 110,\r\n \"type\": \"AvailabilitySet\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"orchestratorVersion\": \"1.15.11\",\r\n \"osType\": \"Linux\"\r\n }\r\n ],\r\n \"linuxProfile\": {\r\n \"adminUsername\": \"azureuser\",\r\n \"ssh\": {\r\n \"publicKeys\": [\r\n {\r\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQChy6cYuI2+AoUycYdObeb45hTY5N46KTuCyy7Ln6Sg+xOoC0RyEAOmLzAWUjYCgbgCuJyOWR7HUz8vGz9guxpeb6kKroXVU20/ZA7fdE8OLU/86aCWZJkBuDJpbmPZsuVwjBJ2sQClmyR+UESLmi+pHLF/QGC55sNh00kdLOpzJLFnkb7nkTWQZ25sWqzr/gmrAx5Pvn6fb6PzTgFKNjKyU2XvJQUpy0iXY1jCJd+0fMzbFDR44izuR+Y9FZ8H2abyARd/ujVYTY8S90ICW7J2eZFQPe8uCfhAjaMlHcQpAjQn/1+h21hJM51UckW1z1XptJZAYWr1IJHTp5B9KfKI/C+4EkcILlPGeqvoZlOCWPYiu6LetiWAf7I9TMfVbBmdl6tPt37Dene7rmHAOIcviskzSmFs7ajjLnOMLDp1GDDfBUntu+VOMHZo09AqOdXva5Qij+YMU1T/xd8cMPvEK7NPmp9E4T5kl+jy+zQxcP3w+niPEtI6w8uYM+vznq5g5nu1WGFT8hG+CprOnB/OzrZsJPMkWzg6cCiQ2nkBM1tjNxA0XHm665fg3OjqRhnXRMorEHri6T+0huUis6CY7Kbu5r1S4yll/eXhBLB6MNvqmeEHpwuGbEksSwjCCNBi812vOaYJ3ZIcSmgiafTDok9bsIEGj9xhNhiCV0Gklw== devigned@msft.com\\r\\n\"\r\n }\r\n ]\r\n }\r\n },\r\n \"servicePrincipalProfile\": {\r\n \"clientId\": \"07c45e59-b0dd-4955-918e-b8a9fc7f5d27\"\r\n },\r\n \"nodeResourceGroup\": \"MC_rgps9507_kubeps5598_westus\",\r\n \"enableRBAC\": false,\r\n \"networkProfile\": {\r\n \"networkPlugin\": \"kubenet\",\r\n \"loadBalancerSku\": \"Basic\",\r\n \"podCidr\": \"10.244.0.0/16\",\r\n \"serviceCidr\": \"10.0.0.0/16\",\r\n \"dnsServiceIP\": \"10.0.0.10\",\r\n \"dockerBridgeCidr\": \"172.17.0.1/16\",\r\n \"outboundType\": \"loadBalancer\"\r\n },\r\n \"maxAgentPools\": 1\r\n }\r\n}",
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourcegroups/rgps9003/providers/Microsoft.ContainerService/managedClusters/kubeps7892\",\r\n \"location\": \"westus\",\r\n \"name\": \"kubeps7892\",\r\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"kubernetesVersion\": \"1.16.13\",\r\n \"dnsPrefix\": \"kubepc9cb\",\r\n \"fqdn\": \"kubepc9cb-132779da.hcp.westus.azmk8s.io\",\r\n \"agentPoolProfiles\": [\r\n {\r\n \"name\": \"default\",\r\n \"count\": 3,\r\n \"vmSize\": \"Standard_D2_v2\",\r\n \"osDiskSizeGB\": 128,\r\n \"maxPods\": 110,\r\n \"type\": \"AvailabilitySet\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"orchestratorVersion\": \"1.16.13\",\r\n \"nodeLabels\": {},\r\n \"mode\": \"System\",\r\n \"osType\": \"Linux\"\r\n }\r\n ],\r\n \"linuxProfile\": {\r\n \"adminUsername\": \"azureuser\",\r\n \"ssh\": {\r\n \"publicKeys\": [\r\n {\r\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQChy6cYuI2+AoUycYdObeb45hTY5N46KTuCyy7Ln6Sg+xOoC0RyEAOmLzAWUjYCgbgCuJyOWR7HUz8vGz9guxpeb6kKroXVU20/ZA7fdE8OLU/86aCWZJkBuDJpbmPZsuVwjBJ2sQClmyR+UESLmi+pHLF/QGC55sNh00kdLOpzJLFnkb7nkTWQZ25sWqzr/gmrAx5Pvn6fb6PzTgFKNjKyU2XvJQUpy0iXY1jCJd+0fMzbFDR44izuR+Y9FZ8H2abyARd/ujVYTY8S90ICW7J2eZFQPe8uCfhAjaMlHcQpAjQn/1+h21hJM51UckW1z1XptJZAYWr1IJHTp5B9KfKI/C+4EkcILlPGeqvoZlOCWPYiu6LetiWAf7I9TMfVbBmdl6tPt37Dene7rmHAOIcviskzSmFs7ajjLnOMLDp1GDDfBUntu+VOMHZo09AqOdXva5Qij+YMU1T/xd8cMPvEK7NPmp9E4T5kl+jy+zQxcP3w+niPEtI6w8uYM+vznq5g5nu1WGFT8hG+CprOnB/OzrZsJPMkWzg6cCiQ2nkBM1tjNxA0XHm665fg3OjqRhnXRMorEHri6T+0huUis6CY7Kbu5r1S4yll/eXhBLB6MNvqmeEHpwuGbEksSwjCCNBi812vOaYJ3ZIcSmgiafTDok9bsIEGj9xhNhiCV0Gklw== devigned@msft.com\\r\\n\"\r\n }\r\n ]\r\n }\r\n },\r\n \"servicePrincipalProfile\": {\r\n \"clientId\": \"6f277dd3-e481-4518-8aab-35c31662bad9\"\r\n },\r\n \"addonProfiles\": {\r\n \"kubedashboard\": {\r\n \"enabled\": true,\r\n \"config\": null\r\n }\r\n },\r\n \"nodeResourceGroup\": \"MC_rgps9003_kubeps7892_westus\",\r\n \"enableRBAC\": true,\r\n \"networkProfile\": {\r\n \"networkPlugin\": \"kubenet\",\r\n \"loadBalancerSku\": \"Standard\",\r\n \"loadBalancerProfile\": {\r\n \"managedOutboundIPs\": {\r\n \"count\": 1\r\n },\r\n \"effectiveOutboundIPs\": [\r\n {\r\n \"id\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/MC_rgps9003_kubeps7892_westus/providers/Microsoft.Network/publicIPAddresses/19bded83-0179-45cd-b4b9-28f8eea08b06\"\r\n }\r\n ]\r\n },\r\n \"podCidr\": \"10.244.0.0/16\",\r\n \"serviceCidr\": \"10.0.0.0/16\",\r\n \"dnsServiceIP\": \"10.0.0.10\",\r\n \"dockerBridgeCidr\": \"172.17.0.1/16\",\r\n \"outboundType\": \"loadBalancer\"\r\n },\r\n \"maxAgentPools\": 1\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\",\r\n \"tier\": \"Free\"\r\n }\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/rgps9507/providers/Microsoft.ContainerService/managedClusters/kubeps5598?api-version=2019-10-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Jlc291cmNlR3JvdXBzL3JncHM5NTA3L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9tYW5hZ2VkQ2x1c3RlcnMva3ViZXBzNTU5OD9hcGktdmVyc2lvbj0yMDE5LTEwLTAx",
+ "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/rgps9003/providers/Microsoft.ContainerService/managedClusters/kubeps7892?api-version=2020-07-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Jlc291cmNlR3JvdXBzL3JncHM5MDAzL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9tYW5hZ2VkQ2x1c3RlcnMva3ViZXBzNzg5Mj9hcGktdmVyc2lvbj0yMDIwLTA3LTAx",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "5e237b63-d555-48c0-9027-f24fb97fcb3c"
+ "9e4b0e56-eeb2-43e3-bf33-e8b38dc8a70e"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29130.01",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.1.0"
]
},
"ResponseHeaders": {
@@ -330,16 +330,16 @@
"no-cache"
],
"x-ms-routing-request-id": [
- "SOUTHEASTASIA:20200602T055345Z:7ed24909-17ed-4c31-910c-5eb7aaa89b10"
+ "SOUTHEASTASIA:20200908T033235Z:79a27d2f-ff93-41d3-a9ed-c7710711a59b"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11984"
+ "11991"
],
"x-ms-correlation-request-id": [
- "7ed24909-17ed-4c31-910c-5eb7aaa89b10"
+ "79a27d2f-ff93-41d3-a9ed-c7710711a59b"
],
"x-ms-request-id": [
- "dcec6e06-0725-4e6b-8ca7-68c1c558bb2a"
+ "1a11e9ec-92a0-4519-9130-a4b05635e2d0"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -351,10 +351,10 @@
"nginx"
],
"Date": [
- "Tue, 02 Jun 2020 05:53:44 GMT"
+ "Tue, 08 Sep 2020 03:32:34 GMT"
],
"Content-Length": [
- "2086"
+ "2629"
],
"Content-Type": [
"application/json"
@@ -363,26 +363,26 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"id\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourcegroups/rgps9507/providers/Microsoft.ContainerService/managedClusters/kubeps5598\",\r\n \"location\": \"westus\",\r\n \"name\": \"kubeps5598\",\r\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"kubernetesVersion\": \"1.15.11\",\r\n \"dnsPrefix\": \"kubepc9cb\",\r\n \"fqdn\": \"kubepc9cb-a858ee77.hcp.westus.azmk8s.io\",\r\n \"agentPoolProfiles\": [\r\n {\r\n \"name\": \"default\",\r\n \"count\": 3,\r\n \"vmSize\": \"Standard_A2\",\r\n \"osDiskSizeGB\": 100,\r\n \"maxPods\": 110,\r\n \"type\": \"AvailabilitySet\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"orchestratorVersion\": \"1.15.11\",\r\n \"osType\": \"Linux\"\r\n }\r\n ],\r\n \"linuxProfile\": {\r\n \"adminUsername\": \"azureuser\",\r\n \"ssh\": {\r\n \"publicKeys\": [\r\n {\r\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQChy6cYuI2+AoUycYdObeb45hTY5N46KTuCyy7Ln6Sg+xOoC0RyEAOmLzAWUjYCgbgCuJyOWR7HUz8vGz9guxpeb6kKroXVU20/ZA7fdE8OLU/86aCWZJkBuDJpbmPZsuVwjBJ2sQClmyR+UESLmi+pHLF/QGC55sNh00kdLOpzJLFnkb7nkTWQZ25sWqzr/gmrAx5Pvn6fb6PzTgFKNjKyU2XvJQUpy0iXY1jCJd+0fMzbFDR44izuR+Y9FZ8H2abyARd/ujVYTY8S90ICW7J2eZFQPe8uCfhAjaMlHcQpAjQn/1+h21hJM51UckW1z1XptJZAYWr1IJHTp5B9KfKI/C+4EkcILlPGeqvoZlOCWPYiu6LetiWAf7I9TMfVbBmdl6tPt37Dene7rmHAOIcviskzSmFs7ajjLnOMLDp1GDDfBUntu+VOMHZo09AqOdXva5Qij+YMU1T/xd8cMPvEK7NPmp9E4T5kl+jy+zQxcP3w+niPEtI6w8uYM+vznq5g5nu1WGFT8hG+CprOnB/OzrZsJPMkWzg6cCiQ2nkBM1tjNxA0XHm665fg3OjqRhnXRMorEHri6T+0huUis6CY7Kbu5r1S4yll/eXhBLB6MNvqmeEHpwuGbEksSwjCCNBi812vOaYJ3ZIcSmgiafTDok9bsIEGj9xhNhiCV0Gklw== devigned@msft.com\\r\\n\"\r\n }\r\n ]\r\n }\r\n },\r\n \"servicePrincipalProfile\": {\r\n \"clientId\": \"07c45e59-b0dd-4955-918e-b8a9fc7f5d27\"\r\n },\r\n \"nodeResourceGroup\": \"MC_rgps9507_kubeps5598_westus\",\r\n \"enableRBAC\": false,\r\n \"networkProfile\": {\r\n \"networkPlugin\": \"kubenet\",\r\n \"loadBalancerSku\": \"Basic\",\r\n \"podCidr\": \"10.244.0.0/16\",\r\n \"serviceCidr\": \"10.0.0.0/16\",\r\n \"dnsServiceIP\": \"10.0.0.10\",\r\n \"dockerBridgeCidr\": \"172.17.0.1/16\",\r\n \"outboundType\": \"loadBalancer\"\r\n },\r\n \"maxAgentPools\": 1\r\n }\r\n}",
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourcegroups/rgps9003/providers/Microsoft.ContainerService/managedClusters/kubeps7892\",\r\n \"location\": \"westus\",\r\n \"name\": \"kubeps7892\",\r\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"kubernetesVersion\": \"1.16.13\",\r\n \"dnsPrefix\": \"kubepc9cb\",\r\n \"fqdn\": \"kubepc9cb-132779da.hcp.westus.azmk8s.io\",\r\n \"agentPoolProfiles\": [\r\n {\r\n \"name\": \"default\",\r\n \"count\": 3,\r\n \"vmSize\": \"Standard_D2_v2\",\r\n \"osDiskSizeGB\": 128,\r\n \"maxPods\": 110,\r\n \"type\": \"AvailabilitySet\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"orchestratorVersion\": \"1.16.13\",\r\n \"nodeLabels\": {},\r\n \"mode\": \"System\",\r\n \"osType\": \"Linux\"\r\n }\r\n ],\r\n \"linuxProfile\": {\r\n \"adminUsername\": \"azureuser\",\r\n \"ssh\": {\r\n \"publicKeys\": [\r\n {\r\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQChy6cYuI2+AoUycYdObeb45hTY5N46KTuCyy7Ln6Sg+xOoC0RyEAOmLzAWUjYCgbgCuJyOWR7HUz8vGz9guxpeb6kKroXVU20/ZA7fdE8OLU/86aCWZJkBuDJpbmPZsuVwjBJ2sQClmyR+UESLmi+pHLF/QGC55sNh00kdLOpzJLFnkb7nkTWQZ25sWqzr/gmrAx5Pvn6fb6PzTgFKNjKyU2XvJQUpy0iXY1jCJd+0fMzbFDR44izuR+Y9FZ8H2abyARd/ujVYTY8S90ICW7J2eZFQPe8uCfhAjaMlHcQpAjQn/1+h21hJM51UckW1z1XptJZAYWr1IJHTp5B9KfKI/C+4EkcILlPGeqvoZlOCWPYiu6LetiWAf7I9TMfVbBmdl6tPt37Dene7rmHAOIcviskzSmFs7ajjLnOMLDp1GDDfBUntu+VOMHZo09AqOdXva5Qij+YMU1T/xd8cMPvEK7NPmp9E4T5kl+jy+zQxcP3w+niPEtI6w8uYM+vznq5g5nu1WGFT8hG+CprOnB/OzrZsJPMkWzg6cCiQ2nkBM1tjNxA0XHm665fg3OjqRhnXRMorEHri6T+0huUis6CY7Kbu5r1S4yll/eXhBLB6MNvqmeEHpwuGbEksSwjCCNBi812vOaYJ3ZIcSmgiafTDok9bsIEGj9xhNhiCV0Gklw== devigned@msft.com\\r\\n\"\r\n }\r\n ]\r\n }\r\n },\r\n \"servicePrincipalProfile\": {\r\n \"clientId\": \"6f277dd3-e481-4518-8aab-35c31662bad9\"\r\n },\r\n \"addonProfiles\": {\r\n \"kubedashboard\": {\r\n \"enabled\": true,\r\n \"config\": null\r\n }\r\n },\r\n \"nodeResourceGroup\": \"MC_rgps9003_kubeps7892_westus\",\r\n \"enableRBAC\": true,\r\n \"networkProfile\": {\r\n \"networkPlugin\": \"kubenet\",\r\n \"loadBalancerSku\": \"Standard\",\r\n \"loadBalancerProfile\": {\r\n \"managedOutboundIPs\": {\r\n \"count\": 1\r\n },\r\n \"effectiveOutboundIPs\": [\r\n {\r\n \"id\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/MC_rgps9003_kubeps7892_westus/providers/Microsoft.Network/publicIPAddresses/19bded83-0179-45cd-b4b9-28f8eea08b06\"\r\n }\r\n ]\r\n },\r\n \"podCidr\": \"10.244.0.0/16\",\r\n \"serviceCidr\": \"10.0.0.0/16\",\r\n \"dnsServiceIP\": \"10.0.0.10\",\r\n \"dockerBridgeCidr\": \"172.17.0.1/16\",\r\n \"outboundType\": \"loadBalancer\"\r\n },\r\n \"maxAgentPools\": 1\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\",\r\n \"tier\": \"Free\"\r\n }\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/rgps9507/providers/Microsoft.ContainerService/managedClusters/kubeps5598?api-version=2019-10-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Jlc291cmNlR3JvdXBzL3JncHM5NTA3L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9tYW5hZ2VkQ2x1c3RlcnMva3ViZXBzNTU5OD9hcGktdmVyc2lvbj0yMDE5LTEwLTAx",
+ "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/rgps9003/providers/Microsoft.ContainerService/managedClusters/kubeps7892?api-version=2020-07-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Jlc291cmNlR3JvdXBzL3JncHM5MDAzL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9tYW5hZ2VkQ2x1c3RlcnMva3ViZXBzNzg5Mj9hcGktdmVyc2lvbj0yMDIwLTA3LTAx",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "4cebdb1b-183d-45e3-b9ed-a5eda37f7ec7"
+ "6212f08a-5be8-4489-914c-2eda338d5240"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29130.01",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.1.0"
]
},
"ResponseHeaders": {
@@ -393,16 +393,16 @@
"no-cache"
],
"x-ms-routing-request-id": [
- "SOUTHEASTASIA:20200602T055346Z:35627bc2-8165-41e4-9768-280732aa3bcd"
+ "SOUTHEASTASIA:20200908T033235Z:3a8fa9fc-23e4-413d-aa77-73122c9046a8"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11983"
+ "11990"
],
"x-ms-correlation-request-id": [
- "35627bc2-8165-41e4-9768-280732aa3bcd"
+ "3a8fa9fc-23e4-413d-aa77-73122c9046a8"
],
"x-ms-request-id": [
- "1891c696-13bb-4535-8ea9-a3690391c7d1"
+ "37dd087c-d07d-44bc-b78c-63487307bb87"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -414,10 +414,10 @@
"nginx"
],
"Date": [
- "Tue, 02 Jun 2020 05:53:45 GMT"
+ "Tue, 08 Sep 2020 03:32:35 GMT"
],
"Content-Length": [
- "2086"
+ "2629"
],
"Content-Type": [
"application/json"
@@ -426,20 +426,20 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"id\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourcegroups/rgps9507/providers/Microsoft.ContainerService/managedClusters/kubeps5598\",\r\n \"location\": \"westus\",\r\n \"name\": \"kubeps5598\",\r\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"kubernetesVersion\": \"1.15.11\",\r\n \"dnsPrefix\": \"kubepc9cb\",\r\n \"fqdn\": \"kubepc9cb-a858ee77.hcp.westus.azmk8s.io\",\r\n \"agentPoolProfiles\": [\r\n {\r\n \"name\": \"default\",\r\n \"count\": 3,\r\n \"vmSize\": \"Standard_A2\",\r\n \"osDiskSizeGB\": 100,\r\n \"maxPods\": 110,\r\n \"type\": \"AvailabilitySet\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"orchestratorVersion\": \"1.15.11\",\r\n \"osType\": \"Linux\"\r\n }\r\n ],\r\n \"linuxProfile\": {\r\n \"adminUsername\": \"azureuser\",\r\n \"ssh\": {\r\n \"publicKeys\": [\r\n {\r\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQChy6cYuI2+AoUycYdObeb45hTY5N46KTuCyy7Ln6Sg+xOoC0RyEAOmLzAWUjYCgbgCuJyOWR7HUz8vGz9guxpeb6kKroXVU20/ZA7fdE8OLU/86aCWZJkBuDJpbmPZsuVwjBJ2sQClmyR+UESLmi+pHLF/QGC55sNh00kdLOpzJLFnkb7nkTWQZ25sWqzr/gmrAx5Pvn6fb6PzTgFKNjKyU2XvJQUpy0iXY1jCJd+0fMzbFDR44izuR+Y9FZ8H2abyARd/ujVYTY8S90ICW7J2eZFQPe8uCfhAjaMlHcQpAjQn/1+h21hJM51UckW1z1XptJZAYWr1IJHTp5B9KfKI/C+4EkcILlPGeqvoZlOCWPYiu6LetiWAf7I9TMfVbBmdl6tPt37Dene7rmHAOIcviskzSmFs7ajjLnOMLDp1GDDfBUntu+VOMHZo09AqOdXva5Qij+YMU1T/xd8cMPvEK7NPmp9E4T5kl+jy+zQxcP3w+niPEtI6w8uYM+vznq5g5nu1WGFT8hG+CprOnB/OzrZsJPMkWzg6cCiQ2nkBM1tjNxA0XHm665fg3OjqRhnXRMorEHri6T+0huUis6CY7Kbu5r1S4yll/eXhBLB6MNvqmeEHpwuGbEksSwjCCNBi812vOaYJ3ZIcSmgiafTDok9bsIEGj9xhNhiCV0Gklw== devigned@msft.com\\r\\n\"\r\n }\r\n ]\r\n }\r\n },\r\n \"servicePrincipalProfile\": {\r\n \"clientId\": \"07c45e59-b0dd-4955-918e-b8a9fc7f5d27\"\r\n },\r\n \"nodeResourceGroup\": \"MC_rgps9507_kubeps5598_westus\",\r\n \"enableRBAC\": false,\r\n \"networkProfile\": {\r\n \"networkPlugin\": \"kubenet\",\r\n \"loadBalancerSku\": \"Basic\",\r\n \"podCidr\": \"10.244.0.0/16\",\r\n \"serviceCidr\": \"10.0.0.0/16\",\r\n \"dnsServiceIP\": \"10.0.0.10\",\r\n \"dockerBridgeCidr\": \"172.17.0.1/16\",\r\n \"outboundType\": \"loadBalancer\"\r\n },\r\n \"maxAgentPools\": 1\r\n }\r\n}",
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourcegroups/rgps9003/providers/Microsoft.ContainerService/managedClusters/kubeps7892\",\r\n \"location\": \"westus\",\r\n \"name\": \"kubeps7892\",\r\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"kubernetesVersion\": \"1.16.13\",\r\n \"dnsPrefix\": \"kubepc9cb\",\r\n \"fqdn\": \"kubepc9cb-132779da.hcp.westus.azmk8s.io\",\r\n \"agentPoolProfiles\": [\r\n {\r\n \"name\": \"default\",\r\n \"count\": 3,\r\n \"vmSize\": \"Standard_D2_v2\",\r\n \"osDiskSizeGB\": 128,\r\n \"maxPods\": 110,\r\n \"type\": \"AvailabilitySet\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"orchestratorVersion\": \"1.16.13\",\r\n \"nodeLabels\": {},\r\n \"mode\": \"System\",\r\n \"osType\": \"Linux\"\r\n }\r\n ],\r\n \"linuxProfile\": {\r\n \"adminUsername\": \"azureuser\",\r\n \"ssh\": {\r\n \"publicKeys\": [\r\n {\r\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQChy6cYuI2+AoUycYdObeb45hTY5N46KTuCyy7Ln6Sg+xOoC0RyEAOmLzAWUjYCgbgCuJyOWR7HUz8vGz9guxpeb6kKroXVU20/ZA7fdE8OLU/86aCWZJkBuDJpbmPZsuVwjBJ2sQClmyR+UESLmi+pHLF/QGC55sNh00kdLOpzJLFnkb7nkTWQZ25sWqzr/gmrAx5Pvn6fb6PzTgFKNjKyU2XvJQUpy0iXY1jCJd+0fMzbFDR44izuR+Y9FZ8H2abyARd/ujVYTY8S90ICW7J2eZFQPe8uCfhAjaMlHcQpAjQn/1+h21hJM51UckW1z1XptJZAYWr1IJHTp5B9KfKI/C+4EkcILlPGeqvoZlOCWPYiu6LetiWAf7I9TMfVbBmdl6tPt37Dene7rmHAOIcviskzSmFs7ajjLnOMLDp1GDDfBUntu+VOMHZo09AqOdXva5Qij+YMU1T/xd8cMPvEK7NPmp9E4T5kl+jy+zQxcP3w+niPEtI6w8uYM+vznq5g5nu1WGFT8hG+CprOnB/OzrZsJPMkWzg6cCiQ2nkBM1tjNxA0XHm665fg3OjqRhnXRMorEHri6T+0huUis6CY7Kbu5r1S4yll/eXhBLB6MNvqmeEHpwuGbEksSwjCCNBi812vOaYJ3ZIcSmgiafTDok9bsIEGj9xhNhiCV0Gklw== devigned@msft.com\\r\\n\"\r\n }\r\n ]\r\n }\r\n },\r\n \"servicePrincipalProfile\": {\r\n \"clientId\": \"6f277dd3-e481-4518-8aab-35c31662bad9\"\r\n },\r\n \"addonProfiles\": {\r\n \"kubedashboard\": {\r\n \"enabled\": true,\r\n \"config\": null\r\n }\r\n },\r\n \"nodeResourceGroup\": \"MC_rgps9003_kubeps7892_westus\",\r\n \"enableRBAC\": true,\r\n \"networkProfile\": {\r\n \"networkPlugin\": \"kubenet\",\r\n \"loadBalancerSku\": \"Standard\",\r\n \"loadBalancerProfile\": {\r\n \"managedOutboundIPs\": {\r\n \"count\": 1\r\n },\r\n \"effectiveOutboundIPs\": [\r\n {\r\n \"id\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/MC_rgps9003_kubeps7892_westus/providers/Microsoft.Network/publicIPAddresses/19bded83-0179-45cd-b4b9-28f8eea08b06\"\r\n }\r\n ]\r\n },\r\n \"podCidr\": \"10.244.0.0/16\",\r\n \"serviceCidr\": \"10.0.0.0/16\",\r\n \"dnsServiceIP\": \"10.0.0.10\",\r\n \"dockerBridgeCidr\": \"172.17.0.1/16\",\r\n \"outboundType\": \"loadBalancer\"\r\n },\r\n \"maxAgentPools\": 1\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\",\r\n \"tier\": \"Free\"\r\n }\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/rgps9507/providers/Microsoft.ContainerService/managedClusters/kubeps5598?api-version=2019-10-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Jlc291cmNlR3JvdXBzL3JncHM5NTA3L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9tYW5hZ2VkQ2x1c3RlcnMva3ViZXBzNTU5OD9hcGktdmVyc2lvbj0yMDE5LTEwLTAx",
+ "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/rgps9003/providers/Microsoft.ContainerService/managedClusters/kubeps7892?api-version=2020-07-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Jlc291cmNlR3JvdXBzL3JncHM5MDAzL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9tYW5hZ2VkQ2x1c3RlcnMva3ViZXBzNzg5Mj9hcGktdmVyc2lvbj0yMDIwLTA3LTAx",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29130.01",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.1.0"
]
},
"ResponseHeaders": {
@@ -450,16 +450,16 @@
"no-cache"
],
"x-ms-routing-request-id": [
- "SOUTHEASTASIA:20200602T055832Z:10c5794f-eb30-4c8e-9e06-2a9008dc9039"
+ "SOUTHEASTASIA:20200908T033545Z:29d1afd4-39d1-4c0d-876e-48b0f36579f6"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11973"
+ "11983"
],
"x-ms-correlation-request-id": [
- "10c5794f-eb30-4c8e-9e06-2a9008dc9039"
+ "29d1afd4-39d1-4c0d-876e-48b0f36579f6"
],
"x-ms-request-id": [
- "5b75c2a8-ca08-4fa6-a3d4-f174b9fc588b"
+ "74984875-8cff-459a-9e65-26f0736a1c7b"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -471,10 +471,10 @@
"nginx"
],
"Date": [
- "Tue, 02 Jun 2020 05:58:32 GMT"
+ "Tue, 08 Sep 2020 03:35:44 GMT"
],
"Content-Length": [
- "2086"
+ "2627"
],
"Content-Type": [
"application/json"
@@ -483,26 +483,26 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"id\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourcegroups/rgps9507/providers/Microsoft.ContainerService/managedClusters/kubeps5598\",\r\n \"location\": \"westus\",\r\n \"name\": \"kubeps5598\",\r\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"kubernetesVersion\": \"1.15.11\",\r\n \"dnsPrefix\": \"kubepc9cb\",\r\n \"fqdn\": \"kubepc9cb-a858ee77.hcp.westus.azmk8s.io\",\r\n \"agentPoolProfiles\": [\r\n {\r\n \"name\": \"default\",\r\n \"count\": 2,\r\n \"vmSize\": \"Standard_A2\",\r\n \"osDiskSizeGB\": 100,\r\n \"maxPods\": 110,\r\n \"type\": \"AvailabilitySet\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"orchestratorVersion\": \"1.15.11\",\r\n \"osType\": \"Linux\"\r\n }\r\n ],\r\n \"linuxProfile\": {\r\n \"adminUsername\": \"azureuser\",\r\n \"ssh\": {\r\n \"publicKeys\": [\r\n {\r\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQChy6cYuI2+AoUycYdObeb45hTY5N46KTuCyy7Ln6Sg+xOoC0RyEAOmLzAWUjYCgbgCuJyOWR7HUz8vGz9guxpeb6kKroXVU20/ZA7fdE8OLU/86aCWZJkBuDJpbmPZsuVwjBJ2sQClmyR+UESLmi+pHLF/QGC55sNh00kdLOpzJLFnkb7nkTWQZ25sWqzr/gmrAx5Pvn6fb6PzTgFKNjKyU2XvJQUpy0iXY1jCJd+0fMzbFDR44izuR+Y9FZ8H2abyARd/ujVYTY8S90ICW7J2eZFQPe8uCfhAjaMlHcQpAjQn/1+h21hJM51UckW1z1XptJZAYWr1IJHTp5B9KfKI/C+4EkcILlPGeqvoZlOCWPYiu6LetiWAf7I9TMfVbBmdl6tPt37Dene7rmHAOIcviskzSmFs7ajjLnOMLDp1GDDfBUntu+VOMHZo09AqOdXva5Qij+YMU1T/xd8cMPvEK7NPmp9E4T5kl+jy+zQxcP3w+niPEtI6w8uYM+vznq5g5nu1WGFT8hG+CprOnB/OzrZsJPMkWzg6cCiQ2nkBM1tjNxA0XHm665fg3OjqRhnXRMorEHri6T+0huUis6CY7Kbu5r1S4yll/eXhBLB6MNvqmeEHpwuGbEksSwjCCNBi812vOaYJ3ZIcSmgiafTDok9bsIEGj9xhNhiCV0Gklw== devigned@msft.com\\r\\n\"\r\n }\r\n ]\r\n }\r\n },\r\n \"servicePrincipalProfile\": {\r\n \"clientId\": \"07c45e59-b0dd-4955-918e-b8a9fc7f5d27\"\r\n },\r\n \"nodeResourceGroup\": \"MC_rgps9507_kubeps5598_westus\",\r\n \"enableRBAC\": false,\r\n \"networkProfile\": {\r\n \"networkPlugin\": \"kubenet\",\r\n \"loadBalancerSku\": \"Basic\",\r\n \"podCidr\": \"10.244.0.0/16\",\r\n \"serviceCidr\": \"10.0.0.0/16\",\r\n \"dnsServiceIP\": \"10.0.0.10\",\r\n \"dockerBridgeCidr\": \"172.17.0.1/16\",\r\n \"outboundType\": \"loadBalancer\"\r\n },\r\n \"maxAgentPools\": 1\r\n }\r\n}",
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourcegroups/rgps9003/providers/Microsoft.ContainerService/managedClusters/kubeps7892\",\r\n \"location\": \"westus\",\r\n \"name\": \"kubeps7892\",\r\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"kubernetesVersion\": \"1.16.13\",\r\n \"dnsPrefix\": \"kubepc9cb\",\r\n \"fqdn\": \"kubepc9cb-132779da.hcp.westus.azmk8s.io\",\r\n \"agentPoolProfiles\": [\r\n {\r\n \"name\": \"default\",\r\n \"count\": 2,\r\n \"vmSize\": \"Standard_D2_v2\",\r\n \"osDiskSizeGB\": 128,\r\n \"maxPods\": 110,\r\n \"type\": \"AvailabilitySet\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"orchestratorVersion\": \"1.16.13\",\r\n \"nodeLabels\": {},\r\n \"mode\": \"System\",\r\n \"osType\": \"Linux\"\r\n }\r\n ],\r\n \"linuxProfile\": {\r\n \"adminUsername\": \"azureuser\",\r\n \"ssh\": {\r\n \"publicKeys\": [\r\n {\r\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQChy6cYuI2+AoUycYdObeb45hTY5N46KTuCyy7Ln6Sg+xOoC0RyEAOmLzAWUjYCgbgCuJyOWR7HUz8vGz9guxpeb6kKroXVU20/ZA7fdE8OLU/86aCWZJkBuDJpbmPZsuVwjBJ2sQClmyR+UESLmi+pHLF/QGC55sNh00kdLOpzJLFnkb7nkTWQZ25sWqzr/gmrAx5Pvn6fb6PzTgFKNjKyU2XvJQUpy0iXY1jCJd+0fMzbFDR44izuR+Y9FZ8H2abyARd/ujVYTY8S90ICW7J2eZFQPe8uCfhAjaMlHcQpAjQn/1+h21hJM51UckW1z1XptJZAYWr1IJHTp5B9KfKI/C+4EkcILlPGeqvoZlOCWPYiu6LetiWAf7I9TMfVbBmdl6tPt37Dene7rmHAOIcviskzSmFs7ajjLnOMLDp1GDDfBUntu+VOMHZo09AqOdXva5Qij+YMU1T/xd8cMPvEK7NPmp9E4T5kl+jy+zQxcP3w+niPEtI6w8uYM+vznq5g5nu1WGFT8hG+CprOnB/OzrZsJPMkWzg6cCiQ2nkBM1tjNxA0XHm665fg3OjqRhnXRMorEHri6T+0huUis6CY7Kbu5r1S4yll/eXhBLB6MNvqmeEHpwuGbEksSwjCCNBi812vOaYJ3ZIcSmgiafTDok9bsIEGj9xhNhiCV0Gklw== devigned@msft.com\\r\\n\"\r\n }\r\n ]\r\n }\r\n },\r\n \"servicePrincipalProfile\": {\r\n \"clientId\": \"6f277dd3-e481-4518-8aab-35c31662bad9\"\r\n },\r\n \"addonProfiles\": {\r\n \"kubedashboard\": {\r\n \"enabled\": true,\r\n \"config\": {}\r\n }\r\n },\r\n \"nodeResourceGroup\": \"MC_rgps9003_kubeps7892_westus\",\r\n \"enableRBAC\": true,\r\n \"networkProfile\": {\r\n \"networkPlugin\": \"kubenet\",\r\n \"loadBalancerSku\": \"Standard\",\r\n \"loadBalancerProfile\": {\r\n \"managedOutboundIPs\": {\r\n \"count\": 1\r\n },\r\n \"effectiveOutboundIPs\": [\r\n {\r\n \"id\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/MC_rgps9003_kubeps7892_westus/providers/Microsoft.Network/publicIPAddresses/19bded83-0179-45cd-b4b9-28f8eea08b06\"\r\n }\r\n ]\r\n },\r\n \"podCidr\": \"10.244.0.0/16\",\r\n \"serviceCidr\": \"10.0.0.0/16\",\r\n \"dnsServiceIP\": \"10.0.0.10\",\r\n \"dockerBridgeCidr\": \"172.17.0.1/16\",\r\n \"outboundType\": \"loadBalancer\"\r\n },\r\n \"maxAgentPools\": 1\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\",\r\n \"tier\": \"Free\"\r\n }\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourcegroups/rgps9507?api-version=2016-09-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Jlc291cmNlZ3JvdXBzL3JncHM5NTA3P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=",
+ "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourcegroups/rgps9003?api-version=2016-09-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Jlc291cmNlZ3JvdXBzL3JncHM5MDAzP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "12f8754e-f392-45d2-afdb-9600af05f92b"
+ "0a7705cb-b9e6-4810-ba1e-b5569c87b40d"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29130.01",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.14"
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.23"
]
},
"ResponseHeaders": {
@@ -516,13 +516,13 @@
"11998"
],
"x-ms-request-id": [
- "a31dc7dd-9394-4aea-9d0c-2119ec00e4c2"
+ "d0a22dbd-32c7-46f6-984a-d8974ea8ba91"
],
"x-ms-correlation-request-id": [
- "a31dc7dd-9394-4aea-9d0c-2119ec00e4c2"
+ "d0a22dbd-32c7-46f6-984a-d8974ea8ba91"
],
"x-ms-routing-request-id": [
- "SOUTHEASTASIA:20200602T054824Z:a31dc7dd-9394-4aea-9d0c-2119ec00e4c2"
+ "SOUTHEASTASIA:20200908T032919Z:d0a22dbd-32c7-46f6-984a-d8974ea8ba91"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -531,7 +531,7 @@
"nosniff"
],
"Date": [
- "Tue, 02 Jun 2020 05:48:24 GMT"
+ "Tue, 08 Sep 2020 03:29:18 GMT"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -543,32 +543,32 @@
"169"
]
},
- "ResponseBody": "{\r\n \"id\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/rgps9507\",\r\n \"name\": \"rgps9507\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}",
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/rgps9003\",\r\n \"name\": \"rgps9003\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/rgps9507/providers/Microsoft.ContainerService/managedClusters/kubeps5598?api-version=2019-10-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Jlc291cmNlR3JvdXBzL3JncHM5NTA3L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9tYW5hZ2VkQ2x1c3RlcnMva3ViZXBzNTU5OD9hcGktdmVyc2lvbj0yMDE5LTEwLTAx",
+ "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/rgps9003/providers/Microsoft.ContainerService/managedClusters/kubeps7892?api-version=2020-07-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Jlc291cmNlR3JvdXBzL3JncHM5MDAzL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9tYW5hZ2VkQ2x1c3RlcnMva3ViZXBzNzg5Mj9hcGktdmVyc2lvbj0yMDIwLTA3LTAx",
"RequestMethod": "PUT",
- "RequestBody": "{\r\n \"properties\": {\r\n \"dnsPrefix\": \"kubepc9cb\",\r\n \"agentPoolProfiles\": [\r\n {\r\n \"name\": \"default\",\r\n \"count\": 3,\r\n \"vmSize\": \"Standard_A2\",\r\n \"osDiskSizeGB\": 0,\r\n \"type\": \"AvailabilitySet\"\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\": \"07c45e59-b0dd-4955-918e-b8a9fc7f5d27\",\r\n \"secret\": \"CHN_86-9bVESn8iI-D4zSp7_~~5Z5knJ0G\"\r\n },\r\n \"networkProfile\": {}\r\n },\r\n \"location\": \"westus\"\r\n}",
+ "RequestBody": "{\r\n \"properties\": {\r\n \"dnsPrefix\": \"kubepc9cb\",\r\n \"agentPoolProfiles\": [\r\n {\r\n \"name\": \"default\",\r\n \"count\": 3,\r\n \"vmSize\": \"Standard_D2_v2\",\r\n \"osDiskSizeGB\": 0,\r\n \"type\": \"AvailabilitySet\",\r\n \"mode\": \"System\"\r\n }\r\n ],\r\n \"linuxProfile\": {\r\n \"adminUsername\": \"azureuser\",\r\n \"ssh\": {\r\n \"publicKeys\": [\r\n {\r\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQChy6cYuI2+AoUycYdObeb45hTY5N46KTuCyy7Ln6Sg+xOoC0RyEAOmLzAWUjYCgbgCuJyOWR7HUz8vGz9guxpeb6kKroXVU20/ZA7fdE8OLU/86aCWZJkBuDJpbmPZsuVwjBJ2sQClmyR+UESLmi+pHLF/QGC55sNh00kdLOpzJLFnkb7nkTWQZ25sWqzr/gmrAx5Pvn6fb6PzTgFKNjKyU2XvJQUpy0iXY1jCJd+0fMzbFDR44izuR+Y9FZ8H2abyARd/ujVYTY8S90ICW7J2eZFQPe8uCfhAjaMlHcQpAjQn/1+h21hJM51UckW1z1XptJZAYWr1IJHTp5B9KfKI/C+4EkcILlPGeqvoZlOCWPYiu6LetiWAf7I9TMfVbBmdl6tPt37Dene7rmHAOIcviskzSmFs7ajjLnOMLDp1GDDfBUntu+VOMHZo09AqOdXva5Qij+YMU1T/xd8cMPvEK7NPmp9E4T5kl+jy+zQxcP3w+niPEtI6w8uYM+vznq5g5nu1WGFT8hG+CprOnB/OzrZsJPMkWzg6cCiQ2nkBM1tjNxA0XHm665fg3OjqRhnXRMorEHri6T+0huUis6CY7Kbu5r1S4yll/eXhBLB6MNvqmeEHpwuGbEksSwjCCNBi812vOaYJ3ZIcSmgiafTDok9bsIEGj9xhNhiCV0Gklw== devigned@msft.com\\r\\n\"\r\n }\r\n ]\r\n }\r\n },\r\n \"servicePrincipalProfile\": {\r\n \"clientId\": \"6f277dd3-e481-4518-8aab-35c31662bad9\",\r\n \"secret\": \"5-hP4FZ_R-A4mdmrryEwshd-S2K5a3j0d9\"\r\n },\r\n \"networkProfile\": {}\r\n },\r\n \"location\": \"westus\"\r\n}",
"RequestHeaders": {
"x-ms-client-request-id": [
- "fbd6ecad-ea1f-4b50-9b28-deff45a3f652"
+ "065d95f0-e848-4602-96bb-f0914f564f6a"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29130.01",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.1.0"
],
"Content-Type": [
"application/json; charset=utf-8"
],
"Content-Length": [
- "1393"
+ "1423"
]
},
"ResponseHeaders": {
@@ -579,19 +579,19 @@
"no-cache"
],
"x-ms-routing-request-id": [
- "SOUTHEASTASIA:20200602T054836Z:03775648-4d43-4c36-a4c1-53d285117ecf"
+ "SOUTHEASTASIA:20200908T032931Z:e935d2ef-abee-40f9-aaa2-24104fa1018b"
],
"x-ms-ratelimit-remaining-subscription-writes": [
- "1198"
+ "1199"
],
"Azure-AsyncOperation": [
- "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/c2b01341-a1c0-471d-839b-ee95d1841d16?api-version=2017-08-31"
+ "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/4b04ace5-0374-4e5a-b475-ea2b97252c65?api-version=2017-08-31"
],
"x-ms-correlation-request-id": [
- "03775648-4d43-4c36-a4c1-53d285117ecf"
+ "e935d2ef-abee-40f9-aaa2-24104fa1018b"
],
"x-ms-request-id": [
- "c2b01341-a1c0-471d-839b-ee95d1841d16"
+ "4b04ace5-0374-4e5a-b475-ea2b97252c65"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -603,10 +603,10 @@
"nginx"
],
"Date": [
- "Tue, 02 Jun 2020 05:48:35 GMT"
+ "Tue, 08 Sep 2020 03:29:31 GMT"
],
"Content-Length": [
- "2084"
+ "2377"
],
"Content-Type": [
"application/json"
@@ -615,32 +615,32 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"id\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourcegroups/rgps9507/providers/Microsoft.ContainerService/managedClusters/kubeps5598\",\r\n \"location\": \"westus\",\r\n \"name\": \"kubeps5598\",\r\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"kubernetesVersion\": \"1.15.11\",\r\n \"dnsPrefix\": \"kubepc9cb\",\r\n \"fqdn\": \"kubepc9cb-a858ee77.hcp.westus.azmk8s.io\",\r\n \"agentPoolProfiles\": [\r\n {\r\n \"name\": \"default\",\r\n \"count\": 3,\r\n \"vmSize\": \"Standard_A2\",\r\n \"osDiskSizeGB\": 100,\r\n \"maxPods\": 110,\r\n \"type\": \"AvailabilitySet\",\r\n \"provisioningState\": \"Creating\",\r\n \"orchestratorVersion\": \"1.15.11\",\r\n \"osType\": \"Linux\"\r\n }\r\n ],\r\n \"linuxProfile\": {\r\n \"adminUsername\": \"azureuser\",\r\n \"ssh\": {\r\n \"publicKeys\": [\r\n {\r\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQChy6cYuI2+AoUycYdObeb45hTY5N46KTuCyy7Ln6Sg+xOoC0RyEAOmLzAWUjYCgbgCuJyOWR7HUz8vGz9guxpeb6kKroXVU20/ZA7fdE8OLU/86aCWZJkBuDJpbmPZsuVwjBJ2sQClmyR+UESLmi+pHLF/QGC55sNh00kdLOpzJLFnkb7nkTWQZ25sWqzr/gmrAx5Pvn6fb6PzTgFKNjKyU2XvJQUpy0iXY1jCJd+0fMzbFDR44izuR+Y9FZ8H2abyARd/ujVYTY8S90ICW7J2eZFQPe8uCfhAjaMlHcQpAjQn/1+h21hJM51UckW1z1XptJZAYWr1IJHTp5B9KfKI/C+4EkcILlPGeqvoZlOCWPYiu6LetiWAf7I9TMfVbBmdl6tPt37Dene7rmHAOIcviskzSmFs7ajjLnOMLDp1GDDfBUntu+VOMHZo09AqOdXva5Qij+YMU1T/xd8cMPvEK7NPmp9E4T5kl+jy+zQxcP3w+niPEtI6w8uYM+vznq5g5nu1WGFT8hG+CprOnB/OzrZsJPMkWzg6cCiQ2nkBM1tjNxA0XHm665fg3OjqRhnXRMorEHri6T+0huUis6CY7Kbu5r1S4yll/eXhBLB6MNvqmeEHpwuGbEksSwjCCNBi812vOaYJ3ZIcSmgiafTDok9bsIEGj9xhNhiCV0Gklw== devigned@msft.com\\r\\n\"\r\n }\r\n ]\r\n }\r\n },\r\n \"servicePrincipalProfile\": {\r\n \"clientId\": \"07c45e59-b0dd-4955-918e-b8a9fc7f5d27\"\r\n },\r\n \"nodeResourceGroup\": \"MC_rgps9507_kubeps5598_westus\",\r\n \"enableRBAC\": false,\r\n \"networkProfile\": {\r\n \"networkPlugin\": \"kubenet\",\r\n \"loadBalancerSku\": \"basic\",\r\n \"podCidr\": \"10.244.0.0/16\",\r\n \"serviceCidr\": \"10.0.0.0/16\",\r\n \"dnsServiceIP\": \"10.0.0.10\",\r\n \"dockerBridgeCidr\": \"172.17.0.1/16\",\r\n \"outboundType\": \"loadBalancer\"\r\n },\r\n \"maxAgentPools\": 1\r\n }\r\n}",
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourcegroups/rgps9003/providers/Microsoft.ContainerService/managedClusters/kubeps7892\",\r\n \"location\": \"westus\",\r\n \"name\": \"kubeps7892\",\r\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"kubernetesVersion\": \"1.16.13\",\r\n \"dnsPrefix\": \"kubepc9cb\",\r\n \"fqdn\": \"kubepc9cb-132779da.hcp.westus.azmk8s.io\",\r\n \"agentPoolProfiles\": [\r\n {\r\n \"name\": \"default\",\r\n \"count\": 3,\r\n \"vmSize\": \"Standard_D2_v2\",\r\n \"osDiskSizeGB\": 128,\r\n \"maxPods\": 110,\r\n \"type\": \"AvailabilitySet\",\r\n \"provisioningState\": \"Creating\",\r\n \"orchestratorVersion\": \"1.16.13\",\r\n \"nodeLabels\": {},\r\n \"mode\": \"System\",\r\n \"osType\": \"Linux\"\r\n }\r\n ],\r\n \"linuxProfile\": {\r\n \"adminUsername\": \"azureuser\",\r\n \"ssh\": {\r\n \"publicKeys\": [\r\n {\r\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQChy6cYuI2+AoUycYdObeb45hTY5N46KTuCyy7Ln6Sg+xOoC0RyEAOmLzAWUjYCgbgCuJyOWR7HUz8vGz9guxpeb6kKroXVU20/ZA7fdE8OLU/86aCWZJkBuDJpbmPZsuVwjBJ2sQClmyR+UESLmi+pHLF/QGC55sNh00kdLOpzJLFnkb7nkTWQZ25sWqzr/gmrAx5Pvn6fb6PzTgFKNjKyU2XvJQUpy0iXY1jCJd+0fMzbFDR44izuR+Y9FZ8H2abyARd/ujVYTY8S90ICW7J2eZFQPe8uCfhAjaMlHcQpAjQn/1+h21hJM51UckW1z1XptJZAYWr1IJHTp5B9KfKI/C+4EkcILlPGeqvoZlOCWPYiu6LetiWAf7I9TMfVbBmdl6tPt37Dene7rmHAOIcviskzSmFs7ajjLnOMLDp1GDDfBUntu+VOMHZo09AqOdXva5Qij+YMU1T/xd8cMPvEK7NPmp9E4T5kl+jy+zQxcP3w+niPEtI6w8uYM+vznq5g5nu1WGFT8hG+CprOnB/OzrZsJPMkWzg6cCiQ2nkBM1tjNxA0XHm665fg3OjqRhnXRMorEHri6T+0huUis6CY7Kbu5r1S4yll/eXhBLB6MNvqmeEHpwuGbEksSwjCCNBi812vOaYJ3ZIcSmgiafTDok9bsIEGj9xhNhiCV0Gklw== devigned@msft.com\\r\\n\"\r\n }\r\n ]\r\n }\r\n },\r\n \"servicePrincipalProfile\": {\r\n \"clientId\": \"6f277dd3-e481-4518-8aab-35c31662bad9\"\r\n },\r\n \"addonProfiles\": {\r\n \"kubedashboard\": {\r\n \"enabled\": true,\r\n \"config\": null\r\n }\r\n },\r\n \"nodeResourceGroup\": \"MC_rgps9003_kubeps7892_westus\",\r\n \"enableRBAC\": true,\r\n \"networkProfile\": {\r\n \"networkPlugin\": \"kubenet\",\r\n \"loadBalancerSku\": \"standard\",\r\n \"loadBalancerProfile\": {\r\n \"managedOutboundIPs\": {\r\n \"count\": 1\r\n }\r\n },\r\n \"podCidr\": \"10.244.0.0/16\",\r\n \"serviceCidr\": \"10.0.0.0/16\",\r\n \"dnsServiceIP\": \"10.0.0.10\",\r\n \"dockerBridgeCidr\": \"172.17.0.1/16\",\r\n \"outboundType\": \"loadBalancer\"\r\n },\r\n \"maxAgentPools\": 1\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\",\r\n \"tier\": \"Free\"\r\n }\r\n}",
"StatusCode": 201
},
{
- "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/rgps9507/providers/Microsoft.ContainerService/managedClusters/kubeps5598?api-version=2019-10-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Jlc291cmNlR3JvdXBzL3JncHM5NTA3L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9tYW5hZ2VkQ2x1c3RlcnMva3ViZXBzNTU5OD9hcGktdmVyc2lvbj0yMDE5LTEwLTAx",
+ "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/rgps9003/providers/Microsoft.ContainerService/managedClusters/kubeps7892?api-version=2020-07-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Jlc291cmNlR3JvdXBzL3JncHM5MDAzL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9tYW5hZ2VkQ2x1c3RlcnMva3ViZXBzNzg5Mj9hcGktdmVyc2lvbj0yMDIwLTA3LTAx",
"RequestMethod": "PUT",
- "RequestBody": "{\r\n \"properties\": {\r\n \"kubernetesVersion\": \"1.15.11\",\r\n \"dnsPrefix\": \"kubepc9cb\",\r\n \"agentPoolProfiles\": [\r\n {\r\n \"name\": \"default\",\r\n \"count\": 2,\r\n \"vmSize\": \"Standard_A2\",\r\n \"osDiskSizeGB\": 100,\r\n \"maxPods\": 110,\r\n \"osType\": \"Linux\",\r\n \"type\": \"AvailabilitySet\",\r\n \"orchestratorVersion\": \"1.15.11\",\r\n \"nodeTaints\": []\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\": \"07c45e59-b0dd-4955-918e-b8a9fc7f5d27\"\r\n },\r\n \"addonProfiles\": {},\r\n \"nodeResourceGroup\": \"MC_rgps9507_kubeps5598_westus\",\r\n \"enableRBAC\": false,\r\n \"networkProfile\": {\r\n \"networkPlugin\": \"kubenet\",\r\n \"podCidr\": \"10.244.0.0/16\",\r\n \"serviceCidr\": \"10.0.0.0/16\",\r\n \"dnsServiceIP\": \"10.0.0.10\",\r\n \"dockerBridgeCidr\": \"172.17.0.1/16\",\r\n \"loadBalancerSku\": \"Basic\"\r\n }\r\n },\r\n \"location\": \"westus\",\r\n \"tags\": {}\r\n}",
+ "RequestBody": "{\r\n \"properties\": {\r\n \"kubernetesVersion\": \"1.16.13\",\r\n \"dnsPrefix\": \"kubepc9cb\",\r\n \"agentPoolProfiles\": [\r\n {\r\n \"name\": \"default\",\r\n \"count\": 2,\r\n \"vmSize\": \"Standard_D2_v2\",\r\n \"osDiskSizeGB\": 128,\r\n \"maxPods\": 110,\r\n \"osType\": \"Linux\",\r\n \"type\": \"AvailabilitySet\",\r\n \"mode\": \"System\",\r\n \"orchestratorVersion\": \"1.16.13\",\r\n \"tags\": {},\r\n \"nodeLabels\": {},\r\n \"nodeTaints\": []\r\n }\r\n ],\r\n \"linuxProfile\": {\r\n \"adminUsername\": \"azureuser\",\r\n \"ssh\": {\r\n \"publicKeys\": [\r\n {\r\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQChy6cYuI2+AoUycYdObeb45hTY5N46KTuCyy7Ln6Sg+xOoC0RyEAOmLzAWUjYCgbgCuJyOWR7HUz8vGz9guxpeb6kKroXVU20/ZA7fdE8OLU/86aCWZJkBuDJpbmPZsuVwjBJ2sQClmyR+UESLmi+pHLF/QGC55sNh00kdLOpzJLFnkb7nkTWQZ25sWqzr/gmrAx5Pvn6fb6PzTgFKNjKyU2XvJQUpy0iXY1jCJd+0fMzbFDR44izuR+Y9FZ8H2abyARd/ujVYTY8S90ICW7J2eZFQPe8uCfhAjaMlHcQpAjQn/1+h21hJM51UckW1z1XptJZAYWr1IJHTp5B9KfKI/C+4EkcILlPGeqvoZlOCWPYiu6LetiWAf7I9TMfVbBmdl6tPt37Dene7rmHAOIcviskzSmFs7ajjLnOMLDp1GDDfBUntu+VOMHZo09AqOdXva5Qij+YMU1T/xd8cMPvEK7NPmp9E4T5kl+jy+zQxcP3w+niPEtI6w8uYM+vznq5g5nu1WGFT8hG+CprOnB/OzrZsJPMkWzg6cCiQ2nkBM1tjNxA0XHm665fg3OjqRhnXRMorEHri6T+0huUis6CY7Kbu5r1S4yll/eXhBLB6MNvqmeEHpwuGbEksSwjCCNBi812vOaYJ3ZIcSmgiafTDok9bsIEGj9xhNhiCV0Gklw== devigned@msft.com\\r\\n\"\r\n }\r\n ]\r\n }\r\n },\r\n \"servicePrincipalProfile\": {\r\n \"clientId\": \"6f277dd3-e481-4518-8aab-35c31662bad9\"\r\n },\r\n \"addonProfiles\": {\r\n \"kubedashboard\": {\r\n \"enabled\": true,\r\n \"config\": {}\r\n }\r\n },\r\n \"nodeResourceGroup\": \"MC_rgps9003_kubeps7892_westus\",\r\n \"enableRBAC\": true,\r\n \"networkProfile\": {\r\n \"networkPlugin\": \"kubenet\",\r\n \"podCidr\": \"10.244.0.0/16\",\r\n \"serviceCidr\": \"10.0.0.0/16\",\r\n \"dnsServiceIP\": \"10.0.0.10\",\r\n \"dockerBridgeCidr\": \"172.17.0.1/16\",\r\n \"loadBalancerSku\": \"Standard\",\r\n \"loadBalancerProfile\": {\r\n \"managedOutboundIPs\": {\r\n \"count\": 1\r\n },\r\n \"effectiveOutboundIPs\": [\r\n {\r\n \"id\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/MC_rgps9003_kubeps7892_westus/providers/Microsoft.Network/publicIPAddresses/19bded83-0179-45cd-b4b9-28f8eea08b06\"\r\n }\r\n ]\r\n }\r\n },\r\n \"identityProfile\": {}\r\n },\r\n \"location\": \"westus\",\r\n \"tags\": {}\r\n}",
"RequestHeaders": {
"x-ms-client-request-id": [
- "c475d7fe-61c0-41d5-bdbf-8fe858daead8"
+ "ea65a13b-056b-4467-9bdd-b5ab0f0f6987"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29130.01",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.1.0"
],
"Content-Type": [
"application/json; charset=utf-8"
],
"Content-Length": [
- "1853"
+ "2432"
]
},
"ResponseHeaders": {
@@ -651,19 +651,19 @@
"no-cache"
],
"x-ms-routing-request-id": [
- "SOUTHEASTASIA:20200602T055355Z:9195ffd3-f2cb-4ff4-a8cc-a72280995e76"
+ "SOUTHEASTASIA:20200908T033241Z:e4f6200b-97fd-4d0a-ad8c-019b8adec9ae"
],
"x-ms-ratelimit-remaining-subscription-writes": [
- "1197"
+ "1198"
],
"Azure-AsyncOperation": [
- "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/a1ffec96-4376-4b25-b993-238910f7d35b?api-version=2017-08-31"
+ "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/1d4bee63-8444-4f58-be31-8363c3c4e439?api-version=2017-08-31"
],
"x-ms-correlation-request-id": [
- "9195ffd3-f2cb-4ff4-a8cc-a72280995e76"
+ "e4f6200b-97fd-4d0a-ad8c-019b8adec9ae"
],
"x-ms-request-id": [
- "a1ffec96-4376-4b25-b993-238910f7d35b"
+ "1d4bee63-8444-4f58-be31-8363c3c4e439"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -675,10 +675,10 @@
"nginx"
],
"Date": [
- "Tue, 02 Jun 2020 05:53:55 GMT"
+ "Tue, 08 Sep 2020 03:32:41 GMT"
],
"Content-Length": [
- "2084"
+ "2625"
],
"Content-Type": [
"application/json"
@@ -687,20 +687,20 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"id\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourcegroups/rgps9507/providers/Microsoft.ContainerService/managedClusters/kubeps5598\",\r\n \"location\": \"westus\",\r\n \"name\": \"kubeps5598\",\r\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"kubernetesVersion\": \"1.15.11\",\r\n \"dnsPrefix\": \"kubepc9cb\",\r\n \"fqdn\": \"kubepc9cb-a858ee77.hcp.westus.azmk8s.io\",\r\n \"agentPoolProfiles\": [\r\n {\r\n \"name\": \"default\",\r\n \"count\": 2,\r\n \"vmSize\": \"Standard_A2\",\r\n \"osDiskSizeGB\": 100,\r\n \"maxPods\": 110,\r\n \"type\": \"AvailabilitySet\",\r\n \"provisioningState\": \"Updating\",\r\n \"orchestratorVersion\": \"1.15.11\",\r\n \"osType\": \"Linux\"\r\n }\r\n ],\r\n \"linuxProfile\": {\r\n \"adminUsername\": \"azureuser\",\r\n \"ssh\": {\r\n \"publicKeys\": [\r\n {\r\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQChy6cYuI2+AoUycYdObeb45hTY5N46KTuCyy7Ln6Sg+xOoC0RyEAOmLzAWUjYCgbgCuJyOWR7HUz8vGz9guxpeb6kKroXVU20/ZA7fdE8OLU/86aCWZJkBuDJpbmPZsuVwjBJ2sQClmyR+UESLmi+pHLF/QGC55sNh00kdLOpzJLFnkb7nkTWQZ25sWqzr/gmrAx5Pvn6fb6PzTgFKNjKyU2XvJQUpy0iXY1jCJd+0fMzbFDR44izuR+Y9FZ8H2abyARd/ujVYTY8S90ICW7J2eZFQPe8uCfhAjaMlHcQpAjQn/1+h21hJM51UckW1z1XptJZAYWr1IJHTp5B9KfKI/C+4EkcILlPGeqvoZlOCWPYiu6LetiWAf7I9TMfVbBmdl6tPt37Dene7rmHAOIcviskzSmFs7ajjLnOMLDp1GDDfBUntu+VOMHZo09AqOdXva5Qij+YMU1T/xd8cMPvEK7NPmp9E4T5kl+jy+zQxcP3w+niPEtI6w8uYM+vznq5g5nu1WGFT8hG+CprOnB/OzrZsJPMkWzg6cCiQ2nkBM1tjNxA0XHm665fg3OjqRhnXRMorEHri6T+0huUis6CY7Kbu5r1S4yll/eXhBLB6MNvqmeEHpwuGbEksSwjCCNBi812vOaYJ3ZIcSmgiafTDok9bsIEGj9xhNhiCV0Gklw== devigned@msft.com\\r\\n\"\r\n }\r\n ]\r\n }\r\n },\r\n \"servicePrincipalProfile\": {\r\n \"clientId\": \"07c45e59-b0dd-4955-918e-b8a9fc7f5d27\"\r\n },\r\n \"nodeResourceGroup\": \"MC_rgps9507_kubeps5598_westus\",\r\n \"enableRBAC\": false,\r\n \"networkProfile\": {\r\n \"networkPlugin\": \"kubenet\",\r\n \"loadBalancerSku\": \"Basic\",\r\n \"podCidr\": \"10.244.0.0/16\",\r\n \"serviceCidr\": \"10.0.0.0/16\",\r\n \"dnsServiceIP\": \"10.0.0.10\",\r\n \"dockerBridgeCidr\": \"172.17.0.1/16\",\r\n \"outboundType\": \"loadBalancer\"\r\n },\r\n \"maxAgentPools\": 1\r\n }\r\n}",
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourcegroups/rgps9003/providers/Microsoft.ContainerService/managedClusters/kubeps7892\",\r\n \"location\": \"westus\",\r\n \"name\": \"kubeps7892\",\r\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"kubernetesVersion\": \"1.16.13\",\r\n \"dnsPrefix\": \"kubepc9cb\",\r\n \"fqdn\": \"kubepc9cb-132779da.hcp.westus.azmk8s.io\",\r\n \"agentPoolProfiles\": [\r\n {\r\n \"name\": \"default\",\r\n \"count\": 2,\r\n \"vmSize\": \"Standard_D2_v2\",\r\n \"osDiskSizeGB\": 128,\r\n \"maxPods\": 110,\r\n \"type\": \"AvailabilitySet\",\r\n \"provisioningState\": \"Updating\",\r\n \"orchestratorVersion\": \"1.16.13\",\r\n \"nodeLabels\": {},\r\n \"mode\": \"System\",\r\n \"osType\": \"Linux\"\r\n }\r\n ],\r\n \"linuxProfile\": {\r\n \"adminUsername\": \"azureuser\",\r\n \"ssh\": {\r\n \"publicKeys\": [\r\n {\r\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQChy6cYuI2+AoUycYdObeb45hTY5N46KTuCyy7Ln6Sg+xOoC0RyEAOmLzAWUjYCgbgCuJyOWR7HUz8vGz9guxpeb6kKroXVU20/ZA7fdE8OLU/86aCWZJkBuDJpbmPZsuVwjBJ2sQClmyR+UESLmi+pHLF/QGC55sNh00kdLOpzJLFnkb7nkTWQZ25sWqzr/gmrAx5Pvn6fb6PzTgFKNjKyU2XvJQUpy0iXY1jCJd+0fMzbFDR44izuR+Y9FZ8H2abyARd/ujVYTY8S90ICW7J2eZFQPe8uCfhAjaMlHcQpAjQn/1+h21hJM51UckW1z1XptJZAYWr1IJHTp5B9KfKI/C+4EkcILlPGeqvoZlOCWPYiu6LetiWAf7I9TMfVbBmdl6tPt37Dene7rmHAOIcviskzSmFs7ajjLnOMLDp1GDDfBUntu+VOMHZo09AqOdXva5Qij+YMU1T/xd8cMPvEK7NPmp9E4T5kl+jy+zQxcP3w+niPEtI6w8uYM+vznq5g5nu1WGFT8hG+CprOnB/OzrZsJPMkWzg6cCiQ2nkBM1tjNxA0XHm665fg3OjqRhnXRMorEHri6T+0huUis6CY7Kbu5r1S4yll/eXhBLB6MNvqmeEHpwuGbEksSwjCCNBi812vOaYJ3ZIcSmgiafTDok9bsIEGj9xhNhiCV0Gklw== devigned@msft.com\\r\\n\"\r\n }\r\n ]\r\n }\r\n },\r\n \"servicePrincipalProfile\": {\r\n \"clientId\": \"6f277dd3-e481-4518-8aab-35c31662bad9\"\r\n },\r\n \"addonProfiles\": {\r\n \"kubedashboard\": {\r\n \"enabled\": true,\r\n \"config\": {}\r\n }\r\n },\r\n \"nodeResourceGroup\": \"MC_rgps9003_kubeps7892_westus\",\r\n \"enableRBAC\": true,\r\n \"networkProfile\": {\r\n \"networkPlugin\": \"kubenet\",\r\n \"loadBalancerSku\": \"Standard\",\r\n \"loadBalancerProfile\": {\r\n \"managedOutboundIPs\": {\r\n \"count\": 1\r\n },\r\n \"effectiveOutboundIPs\": [\r\n {\r\n \"id\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/MC_rgps9003_kubeps7892_westus/providers/Microsoft.Network/publicIPAddresses/19bded83-0179-45cd-b4b9-28f8eea08b06\"\r\n }\r\n ]\r\n },\r\n \"podCidr\": \"10.244.0.0/16\",\r\n \"serviceCidr\": \"10.0.0.0/16\",\r\n \"dnsServiceIP\": \"10.0.0.10\",\r\n \"dockerBridgeCidr\": \"172.17.0.1/16\",\r\n \"outboundType\": \"loadBalancer\"\r\n },\r\n \"maxAgentPools\": 1\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\",\r\n \"tier\": \"Free\"\r\n }\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/c2b01341-a1c0-471d-839b-ee95d1841d16?api-version=2017-08-31",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvYzJiMDEzNDEtYTFjMC00NzFkLTgzOWItZWU5NWQxODQxZDE2P2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
+ "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/4b04ace5-0374-4e5a-b475-ea2b97252c65?api-version=2017-08-31",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvNGIwNGFjZTUtMDM3NC00ZTVhLWI0NzUtZWEyYjk3MjUyYzY1P2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29130.01",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.1.0"
]
},
"ResponseHeaders": {
@@ -711,13 +711,13 @@
"no-cache"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11995"
+ "11998"
],
"x-ms-correlation-request-id": [
- "8b4b5980-f9c8-455f-b7f4-51ba2db555f6"
+ "b70d645f-8890-4bda-9c48-675f25e7de40"
],
"x-ms-request-id": [
- "351d7962-0eff-4c7d-9775-64757acbad45"
+ "96af1f97-dcea-4f4e-863f-af4ecca568a3"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -729,13 +729,13 @@
"nginx"
],
"x-ms-routing-request-id": [
- "SOUTHEASTASIA:20200602T054907Z:8b4b5980-f9c8-455f-b7f4-51ba2db555f6"
+ "SOUTHEASTASIA:20200908T033001Z:b70d645f-8890-4bda-9c48-675f25e7de40"
],
"Date": [
- "Tue, 02 Jun 2020 05:49:06 GMT"
+ "Tue, 08 Sep 2020 03:30:01 GMT"
],
"Content-Length": [
- "126"
+ "125"
],
"Content-Type": [
"application/json"
@@ -744,20 +744,20 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"name\": \"4113b0c2-c0a1-1d47-839b-ee95d1841d16\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-06-02T05:48:34.7803493Z\"\r\n}",
+ "ResponseBody": "{\r\n \"name\": \"e5ac044b-7403-5a4e-b475-ea2b97252c65\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-09-08T03:29:29.879984Z\"\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/c2b01341-a1c0-471d-839b-ee95d1841d16?api-version=2017-08-31",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvYzJiMDEzNDEtYTFjMC00NzFkLTgzOWItZWU5NWQxODQxZDE2P2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
+ "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/4b04ace5-0374-4e5a-b475-ea2b97252c65?api-version=2017-08-31",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvNGIwNGFjZTUtMDM3NC00ZTVhLWI0NzUtZWEyYjk3MjUyYzY1P2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29130.01",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.1.0"
]
},
"ResponseHeaders": {
@@ -768,13 +768,13 @@
"no-cache"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11994"
+ "11997"
],
"x-ms-correlation-request-id": [
- "5da3a0da-5a5c-4076-9714-119de9829ae7"
+ "574d3b29-40c2-47a6-b463-bdb79ead3cb6"
],
"x-ms-request-id": [
- "52b8699c-c71a-44fb-890b-87f1e0b54d6b"
+ "f13d080d-8b05-4fbb-a5ae-9e5ebc95efde"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -786,13 +786,13 @@
"nginx"
],
"x-ms-routing-request-id": [
- "SOUTHEASTASIA:20200602T054937Z:5da3a0da-5a5c-4076-9714-119de9829ae7"
+ "SOUTHEASTASIA:20200908T033032Z:574d3b29-40c2-47a6-b463-bdb79ead3cb6"
],
"Date": [
- "Tue, 02 Jun 2020 05:49:37 GMT"
+ "Tue, 08 Sep 2020 03:30:31 GMT"
],
"Content-Length": [
- "126"
+ "125"
],
"Content-Type": [
"application/json"
@@ -801,20 +801,20 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"name\": \"4113b0c2-c0a1-1d47-839b-ee95d1841d16\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-06-02T05:48:34.7803493Z\"\r\n}",
+ "ResponseBody": "{\r\n \"name\": \"e5ac044b-7403-5a4e-b475-ea2b97252c65\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-09-08T03:29:29.879984Z\"\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/c2b01341-a1c0-471d-839b-ee95d1841d16?api-version=2017-08-31",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvYzJiMDEzNDEtYTFjMC00NzFkLTgzOWItZWU5NWQxODQxZDE2P2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
+ "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/4b04ace5-0374-4e5a-b475-ea2b97252c65?api-version=2017-08-31",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvNGIwNGFjZTUtMDM3NC00ZTVhLWI0NzUtZWEyYjk3MjUyYzY1P2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29130.01",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.1.0"
]
},
"ResponseHeaders": {
@@ -825,13 +825,13 @@
"no-cache"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11993"
+ "11996"
],
"x-ms-correlation-request-id": [
- "da80aa8b-75bc-42dc-9317-5af7cb5410a2"
+ "fc28d0e1-ade0-44cc-a082-c46ad024cebc"
],
"x-ms-request-id": [
- "20b2c3a9-3c15-4fd9-96a5-3d84f40b0710"
+ "10c4a3b2-4001-4b7c-9ae5-856f0013fe11"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -843,13 +843,13 @@
"nginx"
],
"x-ms-routing-request-id": [
- "SOUTHEASTASIA:20200602T055008Z:da80aa8b-75bc-42dc-9317-5af7cb5410a2"
+ "SOUTHEASTASIA:20200908T033102Z:fc28d0e1-ade0-44cc-a082-c46ad024cebc"
],
"Date": [
- "Tue, 02 Jun 2020 05:50:07 GMT"
+ "Tue, 08 Sep 2020 03:31:02 GMT"
],
"Content-Length": [
- "126"
+ "125"
],
"Content-Type": [
"application/json"
@@ -858,20 +858,20 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"name\": \"4113b0c2-c0a1-1d47-839b-ee95d1841d16\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-06-02T05:48:34.7803493Z\"\r\n}",
+ "ResponseBody": "{\r\n \"name\": \"e5ac044b-7403-5a4e-b475-ea2b97252c65\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-09-08T03:29:29.879984Z\"\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/c2b01341-a1c0-471d-839b-ee95d1841d16?api-version=2017-08-31",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvYzJiMDEzNDEtYTFjMC00NzFkLTgzOWItZWU5NWQxODQxZDE2P2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
+ "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/4b04ace5-0374-4e5a-b475-ea2b97252c65?api-version=2017-08-31",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvNGIwNGFjZTUtMDM3NC00ZTVhLWI0NzUtZWEyYjk3MjUyYzY1P2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29130.01",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.1.0"
]
},
"ResponseHeaders": {
@@ -882,13 +882,13 @@
"no-cache"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11992"
+ "11995"
],
"x-ms-correlation-request-id": [
- "99d13be5-416b-44a4-bf10-1ca2a48f8a05"
+ "94ebed2d-7a7a-4739-939b-1c46739b81c9"
],
"x-ms-request-id": [
- "58df8558-9405-48a7-9ceb-7c6a6029c817"
+ "b7f05305-294b-47b0-9dc1-368f199c055b"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -900,13 +900,13 @@
"nginx"
],
"x-ms-routing-request-id": [
- "SOUTHEASTASIA:20200602T055038Z:99d13be5-416b-44a4-bf10-1ca2a48f8a05"
+ "SOUTHEASTASIA:20200908T033133Z:94ebed2d-7a7a-4739-939b-1c46739b81c9"
],
"Date": [
- "Tue, 02 Jun 2020 05:50:37 GMT"
+ "Tue, 08 Sep 2020 03:31:32 GMT"
],
"Content-Length": [
- "126"
+ "125"
],
"Content-Type": [
"application/json"
@@ -915,20 +915,20 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"name\": \"4113b0c2-c0a1-1d47-839b-ee95d1841d16\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-06-02T05:48:34.7803493Z\"\r\n}",
+ "ResponseBody": "{\r\n \"name\": \"e5ac044b-7403-5a4e-b475-ea2b97252c65\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-09-08T03:29:29.879984Z\"\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/c2b01341-a1c0-471d-839b-ee95d1841d16?api-version=2017-08-31",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvYzJiMDEzNDEtYTFjMC00NzFkLTgzOWItZWU5NWQxODQxZDE2P2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
+ "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/4b04ace5-0374-4e5a-b475-ea2b97252c65?api-version=2017-08-31",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvNGIwNGFjZTUtMDM3NC00ZTVhLWI0NzUtZWEyYjk3MjUyYzY1P2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29130.01",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.1.0"
]
},
"ResponseHeaders": {
@@ -939,13 +939,13 @@
"no-cache"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11991"
+ "11994"
],
"x-ms-correlation-request-id": [
- "d45dbe63-4a71-459b-969b-72327e5b753b"
+ "a847dc05-39bb-4761-9068-2b5c00cd7ce4"
],
"x-ms-request-id": [
- "290f9274-f666-4e72-9c40-af949612a0f6"
+ "ba9c2fc8-f9ce-48c1-8590-ea85034bc96d"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -957,13 +957,13 @@
"nginx"
],
"x-ms-routing-request-id": [
- "SOUTHEASTASIA:20200602T055109Z:d45dbe63-4a71-459b-969b-72327e5b753b"
+ "SOUTHEASTASIA:20200908T033203Z:a847dc05-39bb-4761-9068-2b5c00cd7ce4"
],
"Date": [
- "Tue, 02 Jun 2020 05:51:09 GMT"
+ "Tue, 08 Sep 2020 03:32:03 GMT"
],
"Content-Length": [
- "126"
+ "125"
],
"Content-Type": [
"application/json"
@@ -972,20 +972,20 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"name\": \"4113b0c2-c0a1-1d47-839b-ee95d1841d16\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-06-02T05:48:34.7803493Z\"\r\n}",
+ "ResponseBody": "{\r\n \"name\": \"e5ac044b-7403-5a4e-b475-ea2b97252c65\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-09-08T03:29:29.879984Z\"\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/c2b01341-a1c0-471d-839b-ee95d1841d16?api-version=2017-08-31",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvYzJiMDEzNDEtYTFjMC00NzFkLTgzOWItZWU5NWQxODQxZDE2P2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
+ "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/4b04ace5-0374-4e5a-b475-ea2b97252c65?api-version=2017-08-31",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvNGIwNGFjZTUtMDM3NC00ZTVhLWI0NzUtZWEyYjk3MjUyYzY1P2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29130.01",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.1.0"
]
},
"ResponseHeaders": {
@@ -996,13 +996,13 @@
"no-cache"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11990"
+ "11993"
],
"x-ms-correlation-request-id": [
- "e6c87aa1-f44c-41dd-8351-dcdbffd5eee3"
+ "c2b75102-d8cd-4cd9-8c1e-81d29c4047fd"
],
"x-ms-request-id": [
- "0a8b89c9-c646-44c6-9ec2-496604eb4620"
+ "27de1cd0-424a-4d96-b852-e1f3735d6dd2"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -1014,13 +1014,13 @@
"nginx"
],
"x-ms-routing-request-id": [
- "SOUTHEASTASIA:20200602T055139Z:e6c87aa1-f44c-41dd-8351-dcdbffd5eee3"
+ "SOUTHEASTASIA:20200908T033234Z:c2b75102-d8cd-4cd9-8c1e-81d29c4047fd"
],
"Date": [
- "Tue, 02 Jun 2020 05:51:39 GMT"
+ "Tue, 08 Sep 2020 03:32:33 GMT"
],
"Content-Length": [
- "126"
+ "169"
],
"Content-Type": [
"application/json"
@@ -1029,20 +1029,20 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"name\": \"4113b0c2-c0a1-1d47-839b-ee95d1841d16\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-06-02T05:48:34.7803493Z\"\r\n}",
+ "ResponseBody": "{\r\n \"name\": \"e5ac044b-7403-5a4e-b475-ea2b97252c65\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-09-08T03:29:29.879984Z\",\r\n \"endTime\": \"2020-09-08T03:32:06.9046919Z\"\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/c2b01341-a1c0-471d-839b-ee95d1841d16?api-version=2017-08-31",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvYzJiMDEzNDEtYTFjMC00NzFkLTgzOWItZWU5NWQxODQxZDE2P2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
+ "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/1d4bee63-8444-4f58-be31-8363c3c4e439?api-version=2017-08-31",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvMWQ0YmVlNjMtODQ0NC00ZjU4LWJlMzEtODM2M2MzYzRlNDM5P2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29130.01",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.1.0"
]
},
"ResponseHeaders": {
@@ -1056,10 +1056,10 @@
"11989"
],
"x-ms-correlation-request-id": [
- "a0675b18-43da-4063-903b-b35e618ab08f"
+ "045e6289-dc6a-44e8-beec-5eca121e2862"
],
"x-ms-request-id": [
- "c07e92c2-93f7-4d90-8042-65dec814990f"
+ "a496085b-8278-428b-9d66-df5c6a0c4c30"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -1071,10 +1071,10 @@
"nginx"
],
"x-ms-routing-request-id": [
- "SOUTHEASTASIA:20200602T055210Z:a0675b18-43da-4063-903b-b35e618ab08f"
+ "SOUTHEASTASIA:20200908T033312Z:045e6289-dc6a-44e8-beec-5eca121e2862"
],
"Date": [
- "Tue, 02 Jun 2020 05:52:09 GMT"
+ "Tue, 08 Sep 2020 03:33:11 GMT"
],
"Content-Length": [
"126"
@@ -1086,20 +1086,20 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"name\": \"4113b0c2-c0a1-1d47-839b-ee95d1841d16\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-06-02T05:48:34.7803493Z\"\r\n}",
+ "ResponseBody": "{\r\n \"name\": \"63ee4b1d-4484-584f-be31-8363c3c4e439\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-09-08T03:32:38.9799971Z\"\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/c2b01341-a1c0-471d-839b-ee95d1841d16?api-version=2017-08-31",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvYzJiMDEzNDEtYTFjMC00NzFkLTgzOWItZWU5NWQxODQxZDE2P2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
+ "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/1d4bee63-8444-4f58-be31-8363c3c4e439?api-version=2017-08-31",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvMWQ0YmVlNjMtODQ0NC00ZjU4LWJlMzEtODM2M2MzYzRlNDM5P2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29130.01",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.1.0"
]
},
"ResponseHeaders": {
@@ -1113,10 +1113,10 @@
"11988"
],
"x-ms-correlation-request-id": [
- "23cdc099-33b9-45bb-9f95-c2eaa0b45fd9"
+ "705aeda5-6d24-4b50-89e0-26d479fbd99f"
],
"x-ms-request-id": [
- "c478501e-5f3d-4a0e-81f1-e27648058a85"
+ "ee840165-f30e-4235-a2ab-02ee74e67a3e"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -1128,10 +1128,10 @@
"nginx"
],
"x-ms-routing-request-id": [
- "SOUTHEASTASIA:20200602T055241Z:23cdc099-33b9-45bb-9f95-c2eaa0b45fd9"
+ "SOUTHEASTASIA:20200908T033342Z:705aeda5-6d24-4b50-89e0-26d479fbd99f"
],
"Date": [
- "Tue, 02 Jun 2020 05:52:40 GMT"
+ "Tue, 08 Sep 2020 03:33:41 GMT"
],
"Content-Length": [
"126"
@@ -1143,20 +1143,20 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"name\": \"4113b0c2-c0a1-1d47-839b-ee95d1841d16\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-06-02T05:48:34.7803493Z\"\r\n}",
+ "ResponseBody": "{\r\n \"name\": \"63ee4b1d-4484-584f-be31-8363c3c4e439\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-09-08T03:32:38.9799971Z\"\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/c2b01341-a1c0-471d-839b-ee95d1841d16?api-version=2017-08-31",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvYzJiMDEzNDEtYTFjMC00NzFkLTgzOWItZWU5NWQxODQxZDE2P2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
+ "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/1d4bee63-8444-4f58-be31-8363c3c4e439?api-version=2017-08-31",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvMWQ0YmVlNjMtODQ0NC00ZjU4LWJlMzEtODM2M2MzYzRlNDM5P2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29130.01",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.1.0"
]
},
"ResponseHeaders": {
@@ -1170,10 +1170,10 @@
"11987"
],
"x-ms-correlation-request-id": [
- "a9052f1a-d2b8-496a-9f40-178a7ee60103"
+ "2a260c53-a4d1-4cfe-a30a-24eb857a17d1"
],
"x-ms-request-id": [
- "cc83d4d4-feef-4a44-b6bd-5f585f78a9fc"
+ "0c50f709-f640-4662-82fc-869f113b7fed"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -1185,10 +1185,10 @@
"nginx"
],
"x-ms-routing-request-id": [
- "SOUTHEASTASIA:20200602T055311Z:a9052f1a-d2b8-496a-9f40-178a7ee60103"
+ "SOUTHEASTASIA:20200908T033413Z:2a260c53-a4d1-4cfe-a30a-24eb857a17d1"
],
"Date": [
- "Tue, 02 Jun 2020 05:53:11 GMT"
+ "Tue, 08 Sep 2020 03:34:13 GMT"
],
"Content-Length": [
"126"
@@ -1200,20 +1200,20 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"name\": \"4113b0c2-c0a1-1d47-839b-ee95d1841d16\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-06-02T05:48:34.7803493Z\"\r\n}",
+ "ResponseBody": "{\r\n \"name\": \"63ee4b1d-4484-584f-be31-8363c3c4e439\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-09-08T03:32:38.9799971Z\"\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/c2b01341-a1c0-471d-839b-ee95d1841d16?api-version=2017-08-31",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvYzJiMDEzNDEtYTFjMC00NzFkLTgzOWItZWU5NWQxODQxZDE2P2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
+ "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/1d4bee63-8444-4f58-be31-8363c3c4e439?api-version=2017-08-31",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvMWQ0YmVlNjMtODQ0NC00ZjU4LWJlMzEtODM2M2MzYzRlNDM5P2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29130.01",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.1.0"
]
},
"ResponseHeaders": {
@@ -1227,10 +1227,10 @@
"11986"
],
"x-ms-correlation-request-id": [
- "c4ea37de-47b5-4f75-90c7-baaeb99547e5"
+ "0ff0d41b-a3ac-4d98-a1e1-9e59768d9de5"
],
"x-ms-request-id": [
- "8db05cea-72e4-4885-8e15-dac8f1e7d7a7"
+ "e195780a-886a-4aa4-b986-7dc6d101149e"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -1242,13 +1242,13 @@
"nginx"
],
"x-ms-routing-request-id": [
- "SOUTHEASTASIA:20200602T055342Z:c4ea37de-47b5-4f75-90c7-baaeb99547e5"
+ "SOUTHEASTASIA:20200908T033444Z:0ff0d41b-a3ac-4d98-a1e1-9e59768d9de5"
],
"Date": [
- "Tue, 02 Jun 2020 05:53:42 GMT"
+ "Tue, 08 Sep 2020 03:34:43 GMT"
],
"Content-Length": [
- "170"
+ "126"
],
"Content-Type": [
"application/json"
@@ -1257,20 +1257,20 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"name\": \"4113b0c2-c0a1-1d47-839b-ee95d1841d16\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-02T05:48:34.7803493Z\",\r\n \"endTime\": \"2020-06-02T05:53:14.2125079Z\"\r\n}",
+ "ResponseBody": "{\r\n \"name\": \"63ee4b1d-4484-584f-be31-8363c3c4e439\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-09-08T03:32:38.9799971Z\"\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/a1ffec96-4376-4b25-b993-238910f7d35b?api-version=2017-08-31",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvYTFmZmVjOTYtNDM3Ni00YjI1LWI5OTMtMjM4OTEwZjdkMzViP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
+ "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/1d4bee63-8444-4f58-be31-8363c3c4e439?api-version=2017-08-31",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvMWQ0YmVlNjMtODQ0NC00ZjU4LWJlMzEtODM2M2MzYzRlNDM5P2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29130.01",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.1.0"
]
},
"ResponseHeaders": {
@@ -1281,13 +1281,13 @@
"no-cache"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11982"
+ "11985"
],
"x-ms-correlation-request-id": [
- "a116ec52-4270-42bc-a97f-2161a410aa72"
+ "6eaba518-108b-480b-a4d1-e87b9488f54d"
],
"x-ms-request-id": [
- "2f991441-ccde-426c-9b1b-91a4307196a2"
+ "eafbf53d-9963-4b78-9c3c-b3462eab2178"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -1299,13 +1299,13 @@
"nginx"
],
"x-ms-routing-request-id": [
- "SOUTHEASTASIA:20200602T055426Z:a116ec52-4270-42bc-a97f-2161a410aa72"
+ "SOUTHEASTASIA:20200908T033514Z:6eaba518-108b-480b-a4d1-e87b9488f54d"
],
"Date": [
- "Tue, 02 Jun 2020 05:54:25 GMT"
+ "Tue, 08 Sep 2020 03:35:14 GMT"
],
"Content-Length": [
- "124"
+ "126"
],
"Content-Type": [
"application/json"
@@ -1314,20 +1314,20 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"name\": \"96ecffa1-7643-254b-b993-238910f7d35b\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-06-02T05:53:52.99681Z\"\r\n}",
+ "ResponseBody": "{\r\n \"name\": \"63ee4b1d-4484-584f-be31-8363c3c4e439\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-09-08T03:32:38.9799971Z\"\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/a1ffec96-4376-4b25-b993-238910f7d35b?api-version=2017-08-31",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvYTFmZmVjOTYtNDM3Ni00YjI1LWI5OTMtMjM4OTEwZjdkMzViP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
+ "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/1d4bee63-8444-4f58-be31-8363c3c4e439?api-version=2017-08-31",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvMWQ0YmVlNjMtODQ0NC00ZjU4LWJlMzEtODM2M2MzYzRlNDM5P2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29130.01",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.1.0"
]
},
"ResponseHeaders": {
@@ -1338,13 +1338,13 @@
"no-cache"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11981"
+ "11984"
],
"x-ms-correlation-request-id": [
- "abf350eb-aa91-4d20-889b-e7350eabf6ea"
+ "2c47670f-9df5-4fe1-9545-7d2c9e6628bd"
],
"x-ms-request-id": [
- "ce25f5c6-961a-482d-9a32-2602eb7ba8df"
+ "edf04cff-f657-4cf0-8172-653f229dec6b"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -1356,13 +1356,13 @@
"nginx"
],
"x-ms-routing-request-id": [
- "SOUTHEASTASIA:20200602T055456Z:abf350eb-aa91-4d20-889b-e7350eabf6ea"
+ "SOUTHEASTASIA:20200908T033544Z:2c47670f-9df5-4fe1-9545-7d2c9e6628bd"
],
"Date": [
- "Tue, 02 Jun 2020 05:54:56 GMT"
+ "Tue, 08 Sep 2020 03:35:44 GMT"
],
"Content-Length": [
- "124"
+ "170"
],
"Content-Type": [
"application/json"
@@ -1371,20 +1371,26 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"name\": \"96ecffa1-7643-254b-b993-238910f7d35b\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-06-02T05:53:52.99681Z\"\r\n}",
+ "ResponseBody": "{\r\n \"name\": \"63ee4b1d-4484-584f-be31-8363c3c4e439\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-09-08T03:32:38.9799971Z\",\r\n \"endTime\": \"2020-09-08T03:35:34.3155969Z\"\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/a1ffec96-4376-4b25-b993-238910f7d35b?api-version=2017-08-31",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvYTFmZmVjOTYtNDM3Ni00YjI1LWI5OTMtMjM4OTEwZjdkMzViP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
- "RequestMethod": "GET",
+ "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/rgps9003/providers/Microsoft.ContainerService/managedClusters/kubeps7892/listClusterUserCredential?api-version=2020-07-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Jlc291cmNlR3JvdXBzL3JncHM5MDAzL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9tYW5hZ2VkQ2x1c3RlcnMva3ViZXBzNzg5Mi9saXN0Q2x1c3RlclVzZXJDcmVkZW50aWFsP2FwaS12ZXJzaW9uPTIwMjAtMDctMDE=",
+ "RequestMethod": "POST",
"RequestBody": "",
"RequestHeaders": {
+ "x-ms-client-request-id": [
+ "cfe4eb8d-d93e-4692-a6ab-c073d3da89ce"
+ ],
+ "Accept-Language": [
+ "en-US"
+ ],
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29130.01",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.1.0"
]
},
"ResponseHeaders": {
@@ -1394,14 +1400,17 @@
"Pragma": [
"no-cache"
],
- "x-ms-ratelimit-remaining-subscription-reads": [
- "11980"
+ "x-ms-routing-request-id": [
+ "SOUTHEASTASIA:20200908T033545Z:1da25abe-619b-40e2-9429-6ced5d234549"
+ ],
+ "x-ms-ratelimit-remaining-subscription-writes": [
+ "1199"
],
"x-ms-correlation-request-id": [
- "02ee4203-2aa4-4834-a371-13e23f717c18"
+ "1da25abe-619b-40e2-9429-6ced5d234549"
],
"x-ms-request-id": [
- "64a4eb47-e916-4eaa-b3e0-04617076a4ba"
+ "34b51592-4210-4fbd-ac3a-d60f0937c4c8"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -1412,14 +1421,11 @@
"Server": [
"nginx"
],
- "x-ms-routing-request-id": [
- "SOUTHEASTASIA:20200602T055527Z:02ee4203-2aa4-4834-a371-13e23f717c18"
- ],
"Date": [
- "Tue, 02 Jun 2020 05:55:27 GMT"
+ "Tue, 08 Sep 2020 03:35:44 GMT"
],
"Content-Length": [
- "124"
+ "12840"
],
"Content-Type": [
"application/json"
@@ -1428,20 +1434,26 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"name\": \"96ecffa1-7643-254b-b993-238910f7d35b\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-06-02T05:53:52.99681Z\"\r\n}",
+ "ResponseBody": "{\r\n \"kubeconfigs\": [\r\n {\r\n \"name\": \"clusterUser\",\r\n \"value\": \"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gY2x1c3RlcjoKICAgIGNlcnRpZmljYXRlLWF1dGhvcml0eS1kYXRhOiBMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VWNVZFTkRRWEpIWjBGM1NVSkJaMGxSUTIxc1NVZEROV0U0ZUhObVUyRlpjRkEzYTJ3MGVrRk9RbWRyY1docmFVYzVkekJDUVZGelJrRkVRVTRLVFZGemQwTlJXVVJXVVZGRVJYZEthbGxVUVdkR2R6QjVUVVJCTlUxRVozZE5la1UxVFhwc1lVZEJPSGxOUkZWM1RVUnJkMDlFUVhwTmFtdDZUMVp2ZHdwRVZFVk1UVUZyUjBFeFZVVkJlRTFEV1RKRmQyZG5TV2xOUVRCSFExTnhSMU5KWWpORVVVVkNRVkZWUVVFMFNVTkVkMEYzWjJkSlMwRnZTVU5CVVVSdENuVm1RbEF4VDBWTmQwdHVSRVp0YlhOT2FTOUlUVk5HU1VWcUswVlNNVFl3ZVU5S1lWWkxWRUkwYWxWQ2VXb3dOa0p1V0VOaE5XZFROMnBQT1Rka1Ewb0tVWGRDZEZVMWVtdFhkMDFhWjNsbFMyUkNNRUpFUWtvMWNsUTVTR3hyWVhoVGRHUnhhMjkyS3pGUGQzcG1OWFJKUnpKRFpWQkVjMFZIVjI5SVZXbE9Zd3BLZUdWT1NYVlVaRFZsZUdFclJsVkJORTA0V1hka1pFcHFWRFppYUVKNmRqTm5RV0ZSVXpsS2QwSXZMMWxUUkdWbGJWQldPRVZMYmxGVmNIZFBSMGhJQ2s0eFRIbDNkVFZzVlRjeVJXZHZUVWdyWTBnclZrNXVhM2xWY0hkMmF5dDZUREJXWTNCdllrcEpkMlpDTUhOMU5XeHhPRmRqYjJNM1JGcG5lbE4wUm1FS1NHUmFlSGQ2T1M5WmNIQjJSekJvT0c1R2NVaFRjREk0VlZSb2FqWkdObkJLWjNWb1NIWnFXa1JRY2paRFJuQjRPRFkwUzIxa1ZFVllkMHhyUlV4NVdRcHBLMWxGZWxwd2NtVk5kR1JGVGxWemNYWkpVM3BRWWxrNWVYYzFiMFJvVHpCTlJISkhVRWMyZEZRemNuSmhSRkl4WjB4SU9Vc3JiVTlUZW5vNFMyMXdDazVPZW00ck4xVmxUa2xqUzJWUFZDOHJPSGhpZVVsMFMwSnBRbloyWW5NeFMxVTJZV3N4UjBaMFpHRmxSMDlEZGxoUldDOTBaWHBwWTBGU1UzTXZPVkVLUkhSelNFWTVXbkFyVjA1VFdHbHFXbkpzYTB0VFkzZHRaM0ZWVFhSbVMzQlpWM2RLVUhaVkwwVTRkRGtyWkhJMmMwWklkMGN6YWtSWldrRlVjaTk1U1FwU1RtOW1RWGh3YVVjMU1UWldTV1ZVYUVkeVMyRkViWEZ5YTFsck4zbzRObEEwZDBwa1JpOVVPRFJQYUZZNVUyaDRZVGRPVjJNM1oyWjVhRTUwWjNKdUNpdHNaVlI1YkZnMVRrNDFWV0ZpTUhSMFJVSnRXVE0wWlVScU1VTlhjeXRvUjFscVQwazRRbVZ4TW10dlZGbExWbVIxYm1welRsRmFlbTlwWTBkcFpESUtNMlpGVlhneVlUbFpaMkZwUkhGM1EyVlZiM2huU0dWb2NWaFFUV3B2TWpCWmFYbFpTRXhCSzJsM1NVUkJVVUZDYjNsTmQwbFVRVTlDWjA1V1NGRTRRZ3BCWmpoRlFrRk5RMEZ4VVhkRWQxbEVWbEl3VkVGUlNDOUNRVlYzUVhkRlFpOTZRVTVDWjJ0eGFHdHBSemwzTUVKQlVYTkdRVUZQUTBGblJVRjJTRGxvQ21aWmJpdFNkR1pQVm1GV2FrZ3dXbkkxWlhwVFRrZFBNMkpzVDJKVVpteEpVekJaYTFaSVRrOU1RMnB4V0VoQlR6aEZLMFZYVnpZd01EVjJNWE5qV25JS1RDdFNjbnBVVVRkeVoyOXZZM1JsY1c1NVRXVnVURUZIUmswM1JsTkJTR1EyV1ZoRmN6RmFRMU5vT1hacFdGbzRSbGxpU3pkVVkyaGFRblJEUTFwWmVnb3pZMFI1VFM5bFdUSnpXSFUxVlRsV1UweEpNaTlVTUZkcU1YWlRSbmRrSzBjNGMzSm9NMDgwVjBrNEwxcHdNRkY1ZFdsTGVIRnBhVTlHTjFrM1pDOVlDbWhoTkVGME1tSldVMHgwYXpkNVprc3ZSRmwxVUcwM2FYVnBNRXhrYlVjeGJHUjJSa3hDVjFVNGRrdzNSV3hyT0doQk0wOVZhMnR6YWpsNU1YTlpiMFVLV0hsVGVtZGpMMFZ6T1VoRFowWm5laTluTVVwc1UyMXBUMWhOUTNkbWVFc3JSMHAzZFc1aE1scERSbThyWVV0clEwcEJRMjl4WkZkMk4xVktjMkUzTVFwVlVrdHZZVU41VlZkTmVuaHJlSGxvZFdwTmRDc3lia2hTZUVJeVJsWmplVmhvVURnd2MzRXZkR1ZJWlVOWFdWUnNlV1pXWVhoRk1qbDJMMk5zTWpKeUNqTXpkbE5oTmxoRFZtdFpkbEpJZGtSaVRYaFNlR3Q1Ym5KU1JUWlVXVlpCWVUxcmJHODJLMU5ZVFZZdlVUaHVTa3hvT1VGeFdYUnhOVFpvZFRjcllVb0tUWGRtUjNaWmQyWnJVbE5JV0ZaeFN6WlpObkJNYTJ0RlZIWTRURzFYV1ZRcmRqaEhhVEJDWldaWldITkdSSFVyUVVWdGJDdElNV1ZzYm5aTk1VOTFWd28zUW5WUmRFTkhUR3RYYmtkdWQyczJNV2hHUzFjNFFsZG1Xa0pPVVVSMlR5OUVSRmhxYmt0SFltUkliRFJZUTI1S1JWazVOU3RKT0ZWVk1tZEJkVmxKQ2tWUmVHcFhSa3BhV1ZOM2JqQk9aakpvV2tGUWNIaFpUVU5UY25GVGJGaHdha05NYldKUmMwOVRUVzV1Y1ZrM1lUQktWbEFyZEVGUVF6TkRSMGg0YTJNS1NHOUtTRTUwYVVGc2FqSkpia1V2ZVVkUGJIRjBjamhrZVZSMVRXWmhVR1UyZVhaQ2JETkpQUW90TFMwdExVVk9SQ0JEUlZKVVNVWkpRMEZVUlMwdExTMHRDZz09CiAgICBzZXJ2ZXI6IGh0dHBzOi8va3ViZXBjOWNiLTEzMjc3OWRhLmhjcC53ZXN0dXMuYXptazhzLmlvOjQ0MwogIG5hbWU6IGt1YmVwczc4OTIKY29udGV4dHM6Ci0gY29udGV4dDoKICAgIGNsdXN0ZXI6IGt1YmVwczc4OTIKICAgIHVzZXI6IGNsdXN0ZXJVc2VyX3JncHM5MDAzX2t1YmVwczc4OTIKICBuYW1lOiBrdWJlcHM3ODkyCmN1cnJlbnQtY29udGV4dDoga3ViZXBzNzg5MgpraW5kOiBDb25maWcKcHJlZmVyZW5jZXM6IHt9CnVzZXJzOgotIG5hbWU6IGNsdXN0ZXJVc2VyX3JncHM5MDAzX2t1YmVwczc4OTIKICB1c2VyOgogICAgY2xpZW50LWNlcnRpZmljYXRlLWRhdGE6IExTMHRMUzFDUlVkSlRpQkRSVkpVU1VaSlEwRlVSUzB0TFMwdENrMUpTVVV2UkVORFFYVlRaMEYzU1VKQlowbFJUREpuUkRaWlRXdDJORXhyV0dGbGNFcDFWRVZ4YWtGT1FtZHJjV2hyYVVjNWR6QkNRVkZ6UmtGRVFVNEtUVkZ6ZDBOUldVUldVVkZFUlhkS2FsbFVRV1ZHZHpCNVRVUkJOVTFFWjNkTmVrVTFUWHBzWVVaM01IbE5ha0UxVFVSbmQwMTZTVFZOZW14aFRVUkJlQXBHZWtGV1FtZE9Wa0pCYjFSRWJrNDFZek5TYkdKVWNIUlpXRTR3V2xoS2VrMVNWWGRGZDFsRVZsRlJSRVYzZUhSWldFNHdXbGhLYW1KSGJHeGlibEYzQ21kblNXbE5RVEJIUTFOeFIxTkpZak5FVVVWQ1FWRlZRVUUwU1VORWQwRjNaMmRKUzBGdlNVTkJVVU0xWkdOc2QwdEtNa3cwUlhCNk1tcFpUMmRLZEVFS1RrdDJaVE5wTm5wYWRFOWxWR05JWlVkdldFbEpkV1JLYW5acU5qaFFiV2N4UW5VelRVMHphRU5vUlU1QlVXUkpVRmRETlRaWFptNTRNbEo2Um1SWlZBcElZV1F4YTJvMFNHTlJSVnBNVkRVMVZHOTBlRGhzWTBzeFpUSmxRbWwxT1hoek4yaHdkekp5Ukd0dFoyMWpXbFJ5Um5sUk0xYzROM3BPVld0WmJ6WTBDbEJaU1hCR09WTjFTRFZyYlhwaVJsSkROMjFzTlUxQmVDOTJhR3hMVjAwNVYxRlZSMFZNVDFJMk1FVklTamR0Y21JNU1uRjRVVTVsU0ZaeGJucHFXa1VLUW5waGJISkxNVlpXYW1vNFRuRlpiVVJ0TnpCbGVtZ3dORXBDSzFkYU1rRkNiMWhOWkRjck5sRk5RaTh2U3poRmJsY3ZLM1ZaZGxreGEzSkVlWGN3U0FwNlduUlJla1F4YlhWcU9UWm1OVGR5YlhCTGNFWlhZM2hMWlZOeFZWbEphVTlqVlhnck1DOW9Sell6ZVZGWVZsQjBZMGhVVkhwNWFHUlNMMWhFTkhGaENteEVUV2N3VW1rM2RWcFNWVVZHTjBKWVoxTmplazQ1VXpWRFVtOUpiRUY1WmxsQlZ6SnpaWFpTWjAweFUyMHdNM28yZDFCcVZWSlpOVEpUUTFSMlVISUtUMUkwZDFZeVVUVlFVSGhtVVhaeVdqWlZOR05HUWpCYVVVUmpPV0YzVURCMlZIbGhjbTVzTDA5RGJFbHlSRGMwTHlzdmRGbENiRE5NTjJ4S1RrbEhaQXB3YVhkVFQzUlRlVXhtZVhjNFVpdDRTMVJ6VVZCSWNFZGFNRFJNWlZwRVFYTnFXVUVyTW1kTU1FODFVV3hIVm5aNVRqUkZhMDlLUTBabk9WZ3ZORVZKQ2pKMldUa3pSR0ZhVWpWVk5HNTNXRkZCWlZSMk9IRldVR1ZuV0ZZNVZVZFhRbllyWVhoeVRUVndURkJNT1RGdFQzbEtkVlZUY205T2RVZDFZV2hoWjFvS2JEaG9UVXBUVGxaR1ZtcFdlVGxrT1hGSVNuaEdjVkYyWkdkdmMySjFjRFF2YkRab1NXWkljRUZXU3pONlZrTjNja05ZTWtkQk1HeE5ZMmQwWVdOU09RcHpZa2MxZFV0c2VpOVRhek5vYUUxbEwxTmFjRlJSU1VSQlVVRkNiM3BWZDAxNlFVOUNaMDVXU0ZFNFFrRm1PRVZDUVUxRFFtRkJkMFYzV1VSV1VqQnNDa0pCZDNkRFoxbEpTM2RaUWtKUlZVaEJkMGwzUkVGWlJGWlNNRlJCVVVndlFrRkpkMEZFUVU1Q1oydHhhR3RwUnpsM01FSkJVWE5HUVVGUFEwRm5SVUVLY1hKV05qSjFPRTR4TmtaRE5rSjRiaXQ2ZFdoSWFXeGtTVTFxVTJkVVVsaFJMMjkzU2tsQlNFNHpUVzEwWjNkSWVFTmpTMDFwY1hCQmFXWk1NRmMwVWdveWNIUnZRblpPV2pBNVJYcDVjMkoxWmpOcGVYSldSVVVyTmxOdVluY3hWMlU1VHpSWk5sbERjM1J6VFU1aFRWVmFRV0pRWVhSWVdsUldObkJKT1VwMENtMHJlVVJtZVVGSFYwVmlUVmMzZGs0d0syNVRXU3REUVVsdFNtMVVlVlZzTm5KMFVVRXJlSEI1VDB4cmJDOXdUV1YyVjNSeFZrUjJNMjR3YjNKcmQwWUthWGRLZGxOeWNXTlZiVk5RYTJjdk5VUnRWemxLWjNKb1kzVlNNR3hIVkZwYU0wSjVhVzlaTldSaFJ6bEpka0o0U1VsWUwwODBVR05pY2pCVE1rVnJaZ3BTVkdKalYwUlZkbVJ2YzNwdFNYTlVWMVZLV2poWlUyazVkalpuUTJnNFMzRm5jREoxVUVkeFlrODJlalpCYVRJd1JqSm1XbVozTVVKNk1ERnpPR3BrQ214VmVVSTVNV1JrZDNwNGFsTTJNbk16Tkc4M1ZYaE5Sa1ZTVDBSVFptd3pZMFp6YURoaE1rRkZNSGxOUW5oMVZ6UlFaVVJtZWpCa2NXdGxlRFJOWmxNS2VISkVWRXhSWTJOYVEzTnNaMkUyVEd4cU9EUlJSREpqU1ZaTFYwVjZLM1Y0Tm5WS1drRlVjRFp2ZDAxMVJYRndUbEpQWWtKYWRDdFRlbEpyU1VSQk9BcEhTMlpuY2psVlZHVlhOV3RMYTB0S2VuSmpUazlQVG1VM01GVklhR0ZtUmpCaFlVOXhjazVOTVVVelN6bEZVREl4WjBGcmVGVlZVSEpUUnpKemFVazNDamt2U0ZNeWFuUlZVblEwYkhseFMxaENUWE5LY0N0b05XNHlXVE5WYW1sTlMxbDNLelU0UzBoMWJGUjViMkphY1VKQkszWkRTRlo0YUdWa01VRjRkSFlLTm00d2QxQnNSMEkxU1Voa2J6QklRbGg0VmsxeEsyRm1kU3QyYWpSNWNIZGpZMlY0V1VKbWRVbFZReTlUVjNvelZIUndSSGRoVlhaWFNHeEVPRXg0WWdwYU0wOXhUM0pxVVVWWVZVbEZjbVpqTUV0d1NWcHROMk5oYld0VldUQkxURlZtWTNwU1dHRTNiVk13UFFvdExTMHRMVVZPUkNCRFJWSlVTVVpKUTBGVVJTMHRMUzB0Q2c9PQogICAgY2xpZW50LWtleS1kYXRhOiBMUzB0TFMxQ1JVZEpUaUJTVTBFZ1VGSkpWa0ZVUlNCTFJWa3RMUzB0TFFwTlNVbEtTMEZKUWtGQlMwTkJaMFZCZFZoWVNtTkRhV1JwSzBKTFl6bHZNa1J2UTJKUlJGTnlNM1EwZFhNeVlsUnVhek5DTTJoeFJubERURzVUV1RjMENpdDJSRFZ2VGxGaWRIcEVUalJSYjFKRVVVVklVMFF4WjNWbGJHNDFPR1JyWTNoWVYwVjRNbTVrV2trclFqTkZRa2RUTUN0bFZUWk1ZMlpLV0VOMFdIUUtibWRaY25aallrODBZV05PY1hjMVNtOUtia2RWTm5oamEwNHhkazg0ZWxaS1IwdFBkVVF5UTB0U1psVnlhQ3RhU25NeWVGVlJkVFZ3WlZSQlRXWTNOQXBhVTJ4cVVGWnJSa0pvUTNwclpYUkNRbmxsTlhFeUwyUnhjMVZFV0dneFlYQTROREpTUVdNeWNHRjVkRlpXV1RRdlJHRnRTbWMxZFRsSWN6UmtUME5SQ21ac2JXUm5RV0ZHZWtobEwzVnJSRUZtTDNsMlFrb3hkaTl5YlV3eVRscExkemh6VGtJNE1tSlZUWGM1V25KdkwyVnVLMlUyTlhGVGNWSldiazFUYm1zS2NXeEhRMGxxYmtaTlpuUlFORkoxZERoclJqRlVOMWhDTURBNE9HOVlWV1l4ZHl0TGJYQlJla2xPUlZsMU4yMVZWa0pDWlhkV05FVnVUWHBtVlhWUmF3cGhRMHBSVFc0eVFVWjBja2h5TUZsRVRsVndkRTQ0SzNORU5ERkZWMDlrYTJkck4zbzJlbXRsVFVaa2EwOVVlamhZTUV3Mk1tVnNUMGhDVVdSSFZVRXpDbEJYYzBRNVREQTRiWEUxTldaNlozQlRTM2NySzFBdmRqZFhRVnBrZVNzMVUxUlRRbTVoV1hORmFuSlZjMmt6T0hOUVJXWnpVMnMzUlVSNE5sSnRaRThLUXpOdFVYZE1TVEpCVUhSdlF6bEVkVlZLVW14aU9HcGxRa3BFYVZGb1dWQldMeXRDUTA1eU1sQmtkekp0VldWV1QwbzRSakJCU0dzM0wwdHNWRE52UmdveFpsWkNiR2RpTDIxellYcFBZVk42ZVM5a1dtcHphV0pzUlhFMlJHSm9jbTF2VjI5SFdtWkpWRU5WYWxaU1Zsa3hZM1pZWm1Gb2VXTlNZV3RNTTFsTENreEhOM0ZsVURWbGIxTkllRFpSUmxOME9ERlJjMHQzYkRsb1owNUtWRWhKVEZkdVJXWmlSM2gxWW1sd1l5OHdjRTQwV1ZSSWRqQnRZVlV3UTBGM1JVRUtRVkZMUTBGblFrVmlSWFF3V1U1bE0xTnViazVuYkRGa1VHd3JTVGhoV0ZSYVRpdFFLM05xY1ZvM0t6RTFUVEJyZVVwUVUxWk1hRkpTVDFOclZFZ3djQXBQWnpGTVJVZzJNemhKUVhsVE9ISkxOMGN3VlZjd1JWcEpTalZLYTFSQkswNVZWa1JWTlV4WVMyaFZXbWhxZGpKUWVsZFVNM1JrTmpkTldHOXFNV1V5Q21OMk5tTTVTR3d2YTJoNFZYUkpkVEpQY1hkWFVWQXdSMGh2UzFCUlRXOXllRkZ2U0dJNGNpdFJVR1JDWTI1VU9ESnZaRFpMY0hGVlNVRXZiME14WWtzS1NsSkdURXhoVG1oTk1uWlNOekJUTWtFeFpUVjFiRk12UVd4eFRrRkxhRTUxV1ZvNWNrbEVOM1JIU0dGUGIzSXZSV2hOUkUwdlN6ZFhkVFkzTVVOM053cEJjR04xTjFWTVdVNVhObEUwYkVReWFIQm5jekpQY21WcU5sSjNSVFZDVVRNdmJISldRakpzV1ZRMVRuRkZjV2h5VXpkVlQyRlBUMjUxU0VoS1RUZ3pDa2xKVVZwQ2FrSklOVFZUVkZsMmFIVnpTbGx4TnpFMVpUVjJTRFJqYm1oVWFraHBPRFZsZW5WVEwydHhVVTlZZEVWd1VXNW1jVGh4UVZFM1UzRm5RbmdLU1d4R2FUUk5ZVzl5UXpjeE1GVjFkazh2V2xOblVFUjRTVE5XWjJGdFltRmFjbVJEUWtSbldrMUJVbVp1WkhFNGMwWkNjM0ZqTjJGTmRHSnllVkJUVGdwd1JHVjJXRmhUTTNsME1IUjNka1JOUlVOTVQyMDJSMFpWVDFSWGEzUnlORWR3UVdNMVVsaFZTVE16V1VOVlFUZFZZMEpVTDBOU00zcFhVMVZoVlV0VENtdG1VMXBaVWxOcFdDczJOMko0YW1NeGRWWkNTRnBFWlZaRVJuSlNjVVpMYnpKRVJVVnhXV3BrV0hoclVFMUxVMFZFUjBNeWFESTNlRzAwTTI5alJqVUtTMkp0YlVoMlNVUk1NM3BLYlRWWWFrRnJla3BYVVV0NlZHVkZiRVY1TVRrNEt6Z3JRM1ZZYW1zdmIzVndNblp6YURRelYycE9hVk12V0ZodlRFWnhWd3BKU0ZWUk4zRXJlR2g0Vm5GWFowTmxjRFl5YzFkVk9XRkhaSFpvWjBFeWJWaHRMMk5ST1M5VlpHeDJMMk53U0ZwV1VVdERRVkZGUVhneGQyNW5VMGMyQ2xOcFlWbHNhalY1Vm00MFlXVXZOak5VUTFsVWRXcFNWbUpZWm5ScFIwZGpUVE16TUU1bFQzSldhM0pVTWxjd2NXOXdNMWRWVmk5d1VIRmtRVmRTU1ZRS2IyeHRZbGx6VUhNNFpqZHplalpGY21sbU5XSmtValJSUzFWV1lVVldhamxpVml0eVdDdFRaWGhGWTBGSVExQXJORTlvTTI1NlNDOWhZa1l4UkRGd2F3cHNjMWRuTldKWFdEQndaelkwV0VsTmR6QmxNbXczYld4MlQyOW9LMjQzYm1kWWRrdHFOV3hPVHpsRWIzaEZkRkkwZW5obFdYbGlNMnAxWWtsWVNrNXNDa2xtVFdkUGVrUlZjazFNZVVwcVdXbFFNelYxVTNaaFQwSnhRVXBhYUhjMFlrWnJlR0p2UkVWSFRXZzBRbXB6TkZVMGMxSm9iR2xwZEdaMGVWVnBSRVVLVDJ4TVYyTjRlRUZvZUZWdGFETkVhV1ZLU0hscEszVXZNV1oyYVVGTGFUaHRVMmhvZG10UFRuaHNhWGRGUmtSMGNtUjROVEF3VUZWVllTdFZXWFoyUndvM1ZITnVVRVpDZVRkT01XNUVkMHREUVZGRlFUZHBZWEV3TDBGQk1IbExSREZGUldjd1JIZE1lWEptWkdzdllWTm1XbVpYWmxaRmJYcG1XbGhLYTJjeUNraFBMM1ZwVDB0MU9VRTVSU3RtY2xkTGRUUjJUelJwYTFwME5GRTRWVU51ZFRSWGVFRlhaaTlHT0hKUGIyMXlkemxNZEhKUkwwNHdjRFV5ZERSTWJIZ0tlRUo0V1VseGNTOWtRVk5RV2xJNWFpOUZOVFJRV1VGUFl6a3dVMHBxVWpCeGNYcEJOa3hFU1V3d1ltbDZiR0pJUTJzeGNVVnFhbVZPUkVsaU1WUTFNUXBtZGxWSlFqbFdiMU5aZEhRMlNDdHRjRkppWm1kTGVtUkVURGhCYTJWaFdYUTBWRXhKUVcxYVdtUXhObXhvYVVOellVWnJLelpGUVV3MlNtcFlNVmxtQ25GTVUyTXdVMDlRV1VGUVduWXlkM1V2ZFdSQlEwMXViamwzVWtsQmNqQldORFpWUTB4eFZsaFVMeXRsTDNOV1IxTk9ZbFpMTkdodE5YWnZlVWRHYkVNS1RYUnNWR1YxTkU5b1FXZEhVbUZvV2xONlVEZFZSalZ1UkN0NVlVWk5PVk0zTkcxeWFFbFBTalIzUzBOQlVVVkJkM053T1ZsM1VUQm9TekZRYmtWWWNBbzNRemhOTmpacVNFdHhWblF3ZUhVNVpVNWxZMmhSZUhreGFrVXdaemc0ZG04MFNUZHRkeXMyWml0bVpUa3JXRkl2YTBSdVl5dENaM2hPYm5aS1RVdDRDbUYzWVdWR2IxZDRRMEZWTjBWaFZrNVFlbGxtVDJsSlRXaFhhbU5DZW1SWlJtZHZWbmh0YXpWaGEwcGhWak5qTDNrclRIcHpVWFYxYVRBNFVURnJTRzRLTVZsTFpYcGFaR3hrZHpGRlJVNHpOVmhwZDJKQ1UyOXZVUzlHVkhrMWJVeDVSekZ2WTJoMmVVdERhbVJTVGpWWVRuYzJlVXRTY0haNk5IUkRTeTlQWWdwaGFUWlZPR1JqYkVGWmMydGplVk5VVVRBdmRIWjRURVkwYzBGSWREWlJhbVIwSzNoMmMzcDNWRlpxZEhnMmIyeFhaRVZXVFRoQlIxYzRTME12VkdoWENuRkhXak5JYUVkcWFIaEdOM1l4UjJKUlNtSTNhbGs1VW5OQmFYWTRTSE5NVGxGdFJrSnVkemh6UVhSclJWcFJUME5pTmxsTE1YTTVWa3RFWlhodFZVa0tNV1l6UXpaM1MwTkJVVUl4VDNwdFlXSkxiWEpTV0VaS2JXVnVVMDQ0ZWtOT1RFcDRaRTAxTVROeWJYRktURzFMV2pkd1RUQlFNRFpVTWpOSWJXNWlkZ3BGTVd0elExTjBSMHBOZGtKaVlXdHZUR2xhS3pkQmJteHBTa1Y1YkZGUlFYSlZaamh6WkVnNVZuZHJaR2RSYlhGMlZHSnllV0l6VlVGUVVIUXhUVzA0Q2tSallXTjVPVUZJVlc5V2EwZE9ZVVZsU1ROSWJYTnFXR1kwVkZONGNuTXdZM0IxVWxsVGVFaDVVVmgyUWtkc01XNXFhMUJTZEdwR056QTNUblJIVEVzS01sVlVORlF5V1RCSVJXUllZVEJFUWxadlEzTlZZWGhhYjNCbWRrcEhjVXgwTTFCNE1GRjZPRGRsY25NMWVuUldUalJZWkZZeVRITlNSVko0ZFhsVFNBbzJhakZXVDNGalJIVmphRTk1ZWpGU00zQjViMHBJV2xSQmJGcEtjV2REUzBVNVdYSnhaV0pKVlcxRVRFNXFSVnBuU1RSTFlVWXpjVGxCY0doSFJFTjZDa1U1VVhGc1FUSnZkRWRWUWtWblpDOHdhMDlwTDAwdmFIUkpOVzVCS3pGeVFXOUpRa0ZFUjNwVGFtSjBTblZPUTFkR2NrVnJRa28yYTI1Mk5VTTJMME1LVWxZeFpXSXJVR3BTTkhRNFdYVk9WV0p3TjFVMU5UUnJValphWWtkSk5FWjZkVFJGVWxkeGFqTmtiWHBpZUVSdE1XcHdNVkJxVG1oUWFUWnpVVGhNYVFwTVpUVndWVlpoUVM5a1pHZ3lUVk1yTVc1TVdWWXhVWEl5T1dGa2RtcEVjbGN4WVVjdmVtOXhZbmxLWjFCeGJGWk9SWFF4WlRkRGVsVTRRV3gzWlVNekNrY3ZUR04yT1ZkUU5taEdhbGxGT1V0aVYwVldNbkV3TWtaaVptVmtOR1pwWldSelpHOUxZM295U2twRmFtaDNXa3MxVjNWMFpTOUZMelF2WjNjMFF6SUtUbWhEV1RkcVl5OXJiMDF1YTNVM1JsYzNUMGhNUjFjMFJYVnBhVzk0Ym5oT2REbHBVa1JFYW5CT1dVNUdTMjF1VDBwMlNESm9Uemd2TDJ4a1RVTXlhUXBsVW1zeU4yTnZRMHBKU0RKRVRYWnlOMHhpWjNZd1MwOU9jamxYUVRoWGFsQk5NU3RDYUdOR1NrbEZXSEZzV2xKT2VTOUlWVFJUTlVOdVl6MEtMUzB0TFMxRlRrUWdVbE5CSUZCU1NWWkJWRVVnUzBWWkxTMHRMUzBLCiAgICB0b2tlbjogZDhhZGQwM2YyMjM2MGZjY2E3MGJmODEzYWQ3MDZmMWJhMTEzZmUyODAwY2M1Y2Y3ZjgxZGUzMDQwNzFmM2ViYzQyN2JhM2ZiY2Q4OTgyNmJmNjdlM2M5MmY5MzM3YTMxYWM3YjQ4NTg1NzdhZWI1MzBjYjVmMmExMmU4ODMwMWEK\"\r\n }\r\n ]\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/a1ffec96-4376-4b25-b993-238910f7d35b?api-version=2017-08-31",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvYTFmZmVjOTYtNDM3Ni00YjI1LWI5OTMtMjM4OTEwZjdkMzViP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
- "RequestMethod": "GET",
+ "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/rgps9003/providers/Microsoft.ContainerService/managedClusters/kubeps7892?api-version=2020-07-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Jlc291cmNlR3JvdXBzL3JncHM5MDAzL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9tYW5hZ2VkQ2x1c3RlcnMva3ViZXBzNzg5Mj9hcGktdmVyc2lvbj0yMDIwLTA3LTAx",
+ "RequestMethod": "DELETE",
"RequestBody": "",
"RequestHeaders": {
+ "x-ms-client-request-id": [
+ "ab4f1922-b861-44c9-9d04-3e11b83debfe"
+ ],
+ "Accept-Language": [
+ "en-US"
+ ],
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29130.01",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.1.0"
]
},
"ResponseHeaders": {
@@ -1451,111 +1463,57 @@
"Pragma": [
"no-cache"
],
- "x-ms-ratelimit-remaining-subscription-reads": [
- "11979"
+ "Location": [
+ "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operationresults/5db914c7-dbd7-4ae8-8838-eeacef7e1b6e?api-version=2017-08-31"
+ ],
+ "x-ms-ratelimit-remaining-subscription-deletes": [
+ "14998"
+ ],
+ "Azure-AsyncOperation": [
+ "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/5db914c7-dbd7-4ae8-8838-eeacef7e1b6e?api-version=2017-08-31"
],
"x-ms-correlation-request-id": [
- "89585500-a10c-472e-ad59-b161eafbf7a4"
+ "3055847b-cec9-4e04-abc2-b64927b478e0"
],
"x-ms-request-id": [
- "db44b4e3-8894-4af6-a71e-b300c6a37ae3"
+ "5db914c7-dbd7-4ae8-8838-eeacef7e1b6e"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
],
- "X-Content-Type-Options": [
- "nosniff"
- ],
"Server": [
"nginx"
],
"x-ms-routing-request-id": [
- "SOUTHEASTASIA:20200602T055557Z:89585500-a10c-472e-ad59-b161eafbf7a4"
- ],
- "Date": [
- "Tue, 02 Jun 2020 05:55:57 GMT"
- ],
- "Content-Length": [
- "124"
- ],
- "Content-Type": [
- "application/json"
- ],
- "Expires": [
- "-1"
- ]
- },
- "ResponseBody": "{\r\n \"name\": \"96ecffa1-7643-254b-b993-238910f7d35b\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-06-02T05:53:52.99681Z\"\r\n}",
- "StatusCode": 200
- },
- {
- "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/a1ffec96-4376-4b25-b993-238910f7d35b?api-version=2017-08-31",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvYTFmZmVjOTYtNDM3Ni00YjI1LWI5OTMtMjM4OTEwZjdkMzViP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
- "RequestMethod": "GET",
- "RequestBody": "",
- "RequestHeaders": {
- "User-Agent": [
- "FxVersion/4.6.28207.03",
- "OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.0.0"
- ]
- },
- "ResponseHeaders": {
- "Cache-Control": [
- "no-cache"
- ],
- "Pragma": [
- "no-cache"
- ],
- "x-ms-ratelimit-remaining-subscription-reads": [
- "11978"
- ],
- "x-ms-correlation-request-id": [
- "f5b389fa-38c5-4f81-b409-4f8cc0d4e37d"
- ],
- "x-ms-request-id": [
- "bcf073c4-4997-4f08-b5b2-db87599996ce"
- ],
- "Strict-Transport-Security": [
- "max-age=31536000; includeSubDomains"
+ "SOUTHEASTASIA:20200908T033547Z:3055847b-cec9-4e04-abc2-b64927b478e0"
],
"X-Content-Type-Options": [
"nosniff"
],
- "Server": [
- "nginx"
- ],
- "x-ms-routing-request-id": [
- "SOUTHEASTASIA:20200602T055628Z:f5b389fa-38c5-4f81-b409-4f8cc0d4e37d"
- ],
"Date": [
- "Tue, 02 Jun 2020 05:56:27 GMT"
- ],
- "Content-Length": [
- "124"
- ],
- "Content-Type": [
- "application/json"
+ "Tue, 08 Sep 2020 03:35:46 GMT"
],
"Expires": [
"-1"
+ ],
+ "Content-Length": [
+ "0"
]
},
- "ResponseBody": "{\r\n \"name\": \"96ecffa1-7643-254b-b993-238910f7d35b\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-06-02T05:53:52.99681Z\"\r\n}",
- "StatusCode": 200
+ "ResponseBody": "",
+ "StatusCode": 202
},
{
- "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/a1ffec96-4376-4b25-b993-238910f7d35b?api-version=2017-08-31",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvYTFmZmVjOTYtNDM3Ni00YjI1LWI5OTMtMjM4OTEwZjdkMzViP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
+ "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/5db914c7-dbd7-4ae8-8838-eeacef7e1b6e?api-version=2017-08-31",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvNWRiOTE0YzctZGJkNy00YWU4LTg4MzgtZWVhY2VmN2UxYjZlP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29130.01",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.1.0"
]
},
"ResponseHeaders": {
@@ -1566,13 +1524,13 @@
"no-cache"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11977"
+ "11982"
],
"x-ms-correlation-request-id": [
- "ae57f78d-9368-46a6-9b32-3b9c09390baf"
+ "855e2acb-604c-4d8c-969b-7e42ebb32dc5"
],
"x-ms-request-id": [
- "fc001ecb-078b-443c-993b-cad6b676f695"
+ "be971dd6-d5fc-461d-91ba-bc8444d27e58"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -1584,13 +1542,13 @@
"nginx"
],
"x-ms-routing-request-id": [
- "SOUTHEASTASIA:20200602T055659Z:ae57f78d-9368-46a6-9b32-3b9c09390baf"
+ "SOUTHEASTASIA:20200908T033617Z:855e2acb-604c-4d8c-969b-7e42ebb32dc5"
],
"Date": [
- "Tue, 02 Jun 2020 05:56:58 GMT"
+ "Tue, 08 Sep 2020 03:36:16 GMT"
],
"Content-Length": [
- "124"
+ "126"
],
"Content-Type": [
"application/json"
@@ -1599,20 +1557,20 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"name\": \"96ecffa1-7643-254b-b993-238910f7d35b\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-06-02T05:53:52.99681Z\"\r\n}",
+ "ResponseBody": "{\r\n \"name\": \"c714b95d-d7db-e84a-8838-eeacef7e1b6e\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-09-08T03:35:47.1744691Z\"\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/a1ffec96-4376-4b25-b993-238910f7d35b?api-version=2017-08-31",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvYTFmZmVjOTYtNDM3Ni00YjI1LWI5OTMtMjM4OTEwZjdkMzViP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
+ "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/5db914c7-dbd7-4ae8-8838-eeacef7e1b6e?api-version=2017-08-31",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvNWRiOTE0YzctZGJkNy00YWU4LTg4MzgtZWVhY2VmN2UxYjZlP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29130.01",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.1.0"
]
},
"ResponseHeaders": {
@@ -1623,13 +1581,13 @@
"no-cache"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11976"
+ "11981"
],
"x-ms-correlation-request-id": [
- "a5672d72-6c04-45fa-b880-d2c3e1ceb0aa"
+ "4775d05b-83e6-4717-885e-f6780b5d4f25"
],
"x-ms-request-id": [
- "09a65621-e797-46bf-9a10-526ebb8b2dc3"
+ "71efee12-acea-444f-bfcc-74a6b28d7366"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -1641,13 +1599,13 @@
"nginx"
],
"x-ms-routing-request-id": [
- "SOUTHEASTASIA:20200602T055729Z:a5672d72-6c04-45fa-b880-d2c3e1ceb0aa"
+ "SOUTHEASTASIA:20200908T033648Z:4775d05b-83e6-4717-885e-f6780b5d4f25"
],
"Date": [
- "Tue, 02 Jun 2020 05:57:29 GMT"
+ "Tue, 08 Sep 2020 03:36:48 GMT"
],
"Content-Length": [
- "124"
+ "126"
],
"Content-Type": [
"application/json"
@@ -1656,20 +1614,20 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"name\": \"96ecffa1-7643-254b-b993-238910f7d35b\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-06-02T05:53:52.99681Z\"\r\n}",
+ "ResponseBody": "{\r\n \"name\": \"c714b95d-d7db-e84a-8838-eeacef7e1b6e\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-09-08T03:35:47.1744691Z\"\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/a1ffec96-4376-4b25-b993-238910f7d35b?api-version=2017-08-31",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvYTFmZmVjOTYtNDM3Ni00YjI1LWI5OTMtMjM4OTEwZjdkMzViP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
+ "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/5db914c7-dbd7-4ae8-8838-eeacef7e1b6e?api-version=2017-08-31",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvNWRiOTE0YzctZGJkNy00YWU4LTg4MzgtZWVhY2VmN2UxYjZlP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29130.01",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.1.0"
]
},
"ResponseHeaders": {
@@ -1680,13 +1638,13 @@
"no-cache"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11975"
+ "11980"
],
"x-ms-correlation-request-id": [
- "2c372c2a-39f9-43f0-a5a5-cf60fa4c79a7"
+ "4bb32738-c32c-4d34-a7c9-f7f4c629e84c"
],
"x-ms-request-id": [
- "5d0c80d7-aa7c-4ba4-b8c2-0240b99d957f"
+ "e1aafe28-6299-46d2-8af1-b8b12f9f6aa4"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -1698,13 +1656,13 @@
"nginx"
],
"x-ms-routing-request-id": [
- "SOUTHEASTASIA:20200602T055800Z:2c372c2a-39f9-43f0-a5a5-cf60fa4c79a7"
+ "SOUTHEASTASIA:20200908T033718Z:4bb32738-c32c-4d34-a7c9-f7f4c629e84c"
],
"Date": [
- "Tue, 02 Jun 2020 05:57:59 GMT"
+ "Tue, 08 Sep 2020 03:37:18 GMT"
],
"Content-Length": [
- "124"
+ "126"
],
"Content-Type": [
"application/json"
@@ -1713,20 +1671,20 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"name\": \"96ecffa1-7643-254b-b993-238910f7d35b\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-06-02T05:53:52.99681Z\"\r\n}",
+ "ResponseBody": "{\r\n \"name\": \"c714b95d-d7db-e84a-8838-eeacef7e1b6e\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-09-08T03:35:47.1744691Z\"\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/a1ffec96-4376-4b25-b993-238910f7d35b?api-version=2017-08-31",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvYTFmZmVjOTYtNDM3Ni00YjI1LWI5OTMtMjM4OTEwZjdkMzViP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
+ "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/5db914c7-dbd7-4ae8-8838-eeacef7e1b6e?api-version=2017-08-31",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvNWRiOTE0YzctZGJkNy00YWU4LTg4MzgtZWVhY2VmN2UxYjZlP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29130.01",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.1.0"
]
},
"ResponseHeaders": {
@@ -1737,13 +1695,13 @@
"no-cache"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11974"
+ "11979"
],
"x-ms-correlation-request-id": [
- "e9b0094b-a6b3-49f8-989d-fe4dcc398152"
+ "78224577-bd0c-44c5-99bd-0a2f88b2fdee"
],
"x-ms-request-id": [
- "b0bc7032-df8a-4c7f-a40c-3a992eb08ca2"
+ "6ce8f361-df9b-4ddd-9452-1a0cacb30552"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -1755,76 +1713,13 @@
"nginx"
],
"x-ms-routing-request-id": [
- "SOUTHEASTASIA:20200602T055830Z:e9b0094b-a6b3-49f8-989d-fe4dcc398152"
+ "SOUTHEASTASIA:20200908T033749Z:78224577-bd0c-44c5-99bd-0a2f88b2fdee"
],
"Date": [
- "Tue, 02 Jun 2020 05:58:30 GMT"
+ "Tue, 08 Sep 2020 03:37:48 GMT"
],
"Content-Length": [
- "168"
- ],
- "Content-Type": [
- "application/json"
- ],
- "Expires": [
- "-1"
- ]
- },
- "ResponseBody": "{\r\n \"name\": \"96ecffa1-7643-254b-b993-238910f7d35b\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-02T05:53:52.99681Z\",\r\n \"endTime\": \"2020-06-02T05:58:02.6515504Z\"\r\n}",
- "StatusCode": 200
- },
- {
- "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/rgps9507/providers/Microsoft.ContainerService/managedClusters/kubeps5598/listClusterUserCredential?api-version=2019-10-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Jlc291cmNlR3JvdXBzL3JncHM5NTA3L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9tYW5hZ2VkQ2x1c3RlcnMva3ViZXBzNTU5OC9saXN0Q2x1c3RlclVzZXJDcmVkZW50aWFsP2FwaS12ZXJzaW9uPTIwMTktMTAtMDE=",
- "RequestMethod": "POST",
- "RequestBody": "",
- "RequestHeaders": {
- "x-ms-client-request-id": [
- "8658695c-b3e2-4799-905b-9cd7c5e0956c"
- ],
- "Accept-Language": [
- "en-US"
- ],
- "User-Agent": [
- "FxVersion/4.6.28207.03",
- "OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.0.0"
- ]
- },
- "ResponseHeaders": {
- "Cache-Control": [
- "no-cache"
- ],
- "Pragma": [
- "no-cache"
- ],
- "x-ms-routing-request-id": [
- "SOUTHEASTASIA:20200602T055833Z:ed97ba07-798f-4942-a39d-e5c3b20a8a0a"
- ],
- "x-ms-ratelimit-remaining-subscription-writes": [
- "1199"
- ],
- "x-ms-correlation-request-id": [
- "ed97ba07-798f-4942-a39d-e5c3b20a8a0a"
- ],
- "x-ms-request-id": [
- "82308421-8031-4177-96e6-797cd98885c9"
- ],
- "Strict-Transport-Security": [
- "max-age=31536000; includeSubDomains"
- ],
- "X-Content-Type-Options": [
- "nosniff"
- ],
- "Server": [
- "nginx"
- ],
- "Date": [
- "Tue, 02 Jun 2020 05:58:32 GMT"
- ],
- "Content-Length": [
- "12840"
+ "126"
],
"Content-Type": [
"application/json"
@@ -1833,86 +1728,20 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"kubeconfigs\": [\r\n {\r\n \"name\": \"clusterUser\",\r\n \"value\": \"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gY2x1c3RlcjoKICAgIGNlcnRpZmljYXRlLWF1dGhvcml0eS1kYXRhOiBMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VWNVZFTkRRWEpIWjBGM1NVSkJaMGxSVEU4NWVGQndSRWxIY2xoSVMwTlRVMmhLYzFkc2VrRk9RbWRyY1docmFVYzVkekJDUVZGelJrRkVRVTRLVFZGemQwTlJXVVJXVVZGRVJYZEthbGxVUVdkR2R6QjVUVVJCTWsxRVNYZE9WRTAwVGtSR1lVZEJPSGxOUkZWM1RVUlpkMDFxUVRGT1JHY3dUVlp2ZHdwRVZFVk1UVUZyUjBFeFZVVkJlRTFEV1RKRmQyZG5TV2xOUVRCSFExTnhSMU5KWWpORVVVVkNRVkZWUVVFMFNVTkVkMEYzWjJkSlMwRnZTVU5CVVVNM0NrTnpjazQ1YzJGd1pIQlJjbTFNTURsbWJFaG1jVFpYUkhjd05Ya3pkRmxUTVZaaFEwcFpUV3RSZWpaNVpUUjNTelpPWlhnMU9YVjRWa0pTTjBOSlNrRUtNRzVsWm0xNVdGbG5kRkYwYUVzclFtZHZlVFJ3VFhSWlVrUXZOM2wxUm1kcllXRmxWMVYxYzFWQk4xRnNkbUkzWm1jNVFUSnRPSEpEU1RCTVpHeHNhUW95ZFdnNE5uaFFOMDR2UWpSUlVrZG1kSEZuVkdKT056ZGlNRTFVWTFOcFRIbGxXaTkzZVVVMlpYWXhka3RtTms5YU5sVkZlbk53VldsbmEyZHhWVVZoQ2tKQ2FuRXlUR1ZGU0RObFdXdzRZbHB1UjBOaFFVVk1XbEpwU1c5MFRFVlphM1ZrVEhrd09YQnNSaTlRVW1SRFkxbHdNRUZoYkZwMFFsWm9kRkZDUkRrS2F6aHFkMmRYYVdVMGVtbHRlVWR6YVU1aVpFRTJSSEJ5YVZoNE1rZHhXVVo1TUZSYU1GbzFSU3RsSzFGM1RGZHJOVTFpWkdWdFRVMVpkMFJaVWxwSlF3cHlXbkZuVUdKcWNFRnlkMXBsTTNGRVkwb3hOMHBtWVcxTVlraEhTa2hTTkZVMFUwa3hTMXBUUzBaTmIydzRaVlJZUW01RWMyTkRWM0V4VEVsMVFUTm1DbmR2ZHpOdFJEUklVM1kyYnpaRlJsRlhkWHAxYTI4eE5EbFNlbXhYTDIxSGF6ZHVkWFI1VDNoRFdsUnViSEpPYldWNE0xWndhVk5wYkRSck1VVTNXVEVLU21sa1lYVXdkV05VYUdWQ2FEY3JhVGt5SzB4WFpGSlRTR1ZaVVVOR2NVeFBRbEZSVlhVd09HazBiV1JEYVRaMmRpdGhTekJMY2xabWNYTTVSbVp1WndwTlprRTRZMHhsYTNWRlptNDBOV2d6YTNWUGJuVlNaMHBRVG1keVVFSjZXVWRzVlRObGFqUk5LMVZuWjJoMlIwZHdOMDVwT1ZGMVVWWnlaRTFZYlhoeUNrUXJVMFpXTXpNMGFWRnNOU3RoYUROME5XMWpSRVJ3UTBGUk9YY3paWHBzVXpSUU1ITkljVWxRU0dSTE5reE1hSEZ5WldGc1VXbFZaVlp0YjBONFVYQUtaRE5oUVhnck1FZEtaVGgyZDNaUlpUTlhWRUYzVTI5bFprRldkRXBhU0d0WE9YTklTMjFRYVc1UlNVUkJVVUZDYjNsTmQwbFVRVTlDWjA1V1NGRTRRZ3BCWmpoRlFrRk5RMEZ4VVhkRWQxbEVWbEl3VkVGUlNDOUNRVlYzUVhkRlFpOTZRVTVDWjJ0eGFHdHBSemwzTUVKQlVYTkdRVUZQUTBGblJVRkljR3hJQ2xWUlJURk1iMUpHZUZaUGJIaHdkbGwwSzBaaGIwcG1XWEphT1hGdVRUTTRhVVkyU2sxbFozVlFjU3RzTTNaRlYzaDZhSE5qYkRoMGRtMUZOa2w2TWswS1pFVlFLMnAzTmpFNWJHWnVZbEE0TlVaMVpHNU5jM1ZYWWpsRFJrTlVhRzh6YzNZek1ESnVjSEEyTUU5T2JuaHBUbGRpVG5WRFpHbEZlblJEVW5WYVV3b3lOVUZUTW1SMWFXZEZSV3N2TjNKMmIwRlJiSGx3VUhkM2VsaHhUbFI2VERkYVJFOHdiMFp6WjFwcFZHNXFhV3hDYTJaTVUwVjJNbTk1ZFZkc01WRXdDbVUzVWtReVpUVnhLM2RwT1dKNk5EWXpSVXAyWTBkYVNYRTBMMUpUUWt4NlZqSXdja2g0SzJkME5WbFROMUprWTFwdVdtWndkSEpvTTJsQ1RIUXpUM01LUW1KaFVrRkVOSGh4ZFVSRlFuUkNVR3h2YkdoNlNVa3ZTV2RIVkN0UVoycFpUVUZXU2pWRFNYWjZla29yVjAxYU9HZG1Za0ZYV1hKVGVXWllaRmRVZGdwb1IyZ3dNbGg0YjBGbUwzVkhRM2x0TlVOaWVuWTVWbkZXZEhsMldFWm9lVkF5WVRsUE1HUjBXQ3Q1Vmk5T1JXRnFUVWRIUnpSVGFXSkdObTE0YVhKdUNtTTBSR3R0VlRkSVprZ3ZNbWsyT0VOV1VteHJVa3hRYVRWbVpFRnFiVVkyZFc5dEsyRlRjamRhYkRsQmQyWTBka05VT0ZoRWJHTlNTVXhOVGxKVWJFZ0tPVkZDTVZoTFdXVnZaRmhPT1ZCQmJGWnVOMnhOVVUxVFUySnZUbEIzWW1oNlYzQm9XRGRYYjFOSE1WRnZlRlZOU0cxSWJtVkphVmR4VWpNd2VXUTVOZ3BrTTI5MVdYVXZZbUpRYm1seVZqUXJTakpCZDAxcmVEWXdNbUZvZFc5b1pESlFWbVpGYW5wbVExWnJSak5aYjNremFWQjZlVVowUVVaYWIxSlRPV0p3Q210dGRrc3hVbkpQWVZsalNUQmFZMFZsT1dGUGJWaG1PRm8zWTB4d1ZtTTVlVEl6U2xScE5FRTRNSGxOU0hWb1ExUlVSMHhTUzBvM2FVNXRVVFI2VlRBS2VrNWFXbXhTZVRSRFdXVXplbEpIVEZsblNuazRUakJ3V0VWSWFEVnhOVlFyTVVSM1JUWnZQUW90TFMwdExVVk9SQ0JEUlZKVVNVWkpRMEZVUlMwdExTMHRDZz09CiAgICBzZXJ2ZXI6IGh0dHBzOi8va3ViZXBjOWNiLWE4NThlZTc3LmhjcC53ZXN0dXMuYXptazhzLmlvOjQ0MwogIG5hbWU6IGt1YmVwczU1OTgKY29udGV4dHM6Ci0gY29udGV4dDoKICAgIGNsdXN0ZXI6IGt1YmVwczU1OTgKICAgIHVzZXI6IGNsdXN0ZXJVc2VyX3JncHM5NTA3X2t1YmVwczU1OTgKICBuYW1lOiBrdWJlcHM1NTk4CmN1cnJlbnQtY29udGV4dDoga3ViZXBzNTU5OApraW5kOiBDb25maWcKcHJlZmVyZW5jZXM6IHt9CnVzZXJzOgotIG5hbWU6IGNsdXN0ZXJVc2VyX3JncHM5NTA3X2t1YmVwczU1OTgKICB1c2VyOgogICAgY2xpZW50LWNlcnRpZmljYXRlLWRhdGE6IExTMHRMUzFDUlVkSlRpQkRSVkpVU1VaSlEwRlVSUzB0TFMwdENrMUpTVVV2VkVORFFYVlhaMEYzU1VKQlowbFNRVTVDTUdGUVVEQm9kbmRLZVhsbmVYaHJaQ3RVWmpoM1JGRlpTa3R2V2tsb2RtTk9RVkZGVEVKUlFYY0tSRlJGVEUxQmEwZEJNVlZGUVhoTlExa3lSWGRJYUdOT1RXcEJkMDVxUVhsTlJGVjZUMFJSZUZkb1kwNU5ha2wzVG1wQmVVMUVWVEJQUkZGNFYycEJkd3BOVW1OM1JsRlpSRlpSVVV0RmR6VjZaVmhPTUZwWE1EWmlWMFo2WkVkV2VXTjZSVlpOUWsxSFFURlZSVUY0VFUxaVYwWjZaRWRXZVZreWVIQmFWelV3Q2sxSlNVTkpha0ZPUW1kcmNXaHJhVWM1ZHpCQ1FWRkZSa0ZCVDBOQlp6aEJUVWxKUTBOblMwTkJaMFZCZUhBM1lsTkZiMmt3Vm1SQ05XSjRSRk16TjA4S1JHTlpOV3hIYW1kMVIySnVPRWw2ZURkbVMwcEtVWEp3Yld0cFZHczRSekYwY0ZndlVuVXpjVVZGTjJoWmVuRXlkWEJyZG1rMlZIaFNOelpzTjBZMWVRb3JNRUo2ZFU1R1dYaFdVMlZ4TUVNM2NGRTBPWGRUUVZkSVZGazVjVzUxWjNsWVlVNUJjaTlhTjJOV1VXd3JNbmhqYWpGaFRuSXlWbXhwZVVrNVJDOURDbGxHVTJaSk9Dc3dielpqVW1oNFdsTlFVelpFUzJWVVlsUk1hR0pJYm1GM2EzSkpjVEpNTWpsdVYzbEtUREp0UkUxWVltWkhPVnBWTm1zeFJ6WlZUVGNLZG5KNWVHZFJUbk0yYWl0Nk5qVTJUSGRGUzFVMFYyeE1aV0U0VjJvdlJtTjFUbTFxUTNKMVpIUjFXVXRRYXpZeVFqUnFaMkVyTXpaNmRWSndSakV5U0FwcFNuVkNaMDVLZUdRNVdHVjRaRXQxUTNScVdqQm5VbVp5WlhnMlNFTklMM2RsYTJReE1ucDVXbTlDYkdWblZqUnhUME01WmpFeE9FOWhkR1ZLY0dkTkNqZExNek5sTVRKeWVXaEROalJFWlhCMGN6TlVUME13V0M5V1kwdGlVSEJGU1ZWUWVqZzVPVVFySzFwM1lUTk1ZM0p2VUhNd1RGQm9lblpCVWpCVGFDOEtSbUZ4Vld0NFZWUm9hemg1TW1KNGVYTmlUbkpqUWxkTFl6UlhUM055VWpKTFRuTlhiMDB6ZFZsM1l5OXZOWE5OV1cxVVdDOXBXVTVVZFhWUVZXNXlOUXB0Vnl0dVVsVnJOblJqZGtkNVowaG5PVlZNZWxCVWFHc3JkVFExVmtaTFRVWjJObFJsTkZZeVoxSnRXREJIU3pWSUsxZEdaSGxHZDBsd2FqTnFVakE0Q2xWQlVFOVhUMVJ1VFRkdmQxSlRMelpwY21kMWJWY3hkRlZFVlVocFUzUk9OWGRRZEZKSE1tRndka3BhUVV0bFYxRnRNbFJxUm5Gb2EzUlZRekJZTnpJS2NsUndiV1FyYnpoSE9HeGhSV3hGTWtwQmRXczJOakp6UTBFdldrOVVaeXRPVnpWUE5rSTFSemRLYzBkRFYzQkNVekpFUlVwYU4zZExPWFozUkM5NlpBbzFVbVV3VDBnNGJXRjRjR0Z2T0Vsa09VbE9iaXQ2WTBOQmQwVkJRV0ZOTVUxRVRYZEVaMWxFVmxJd1VFRlJTQzlDUVZGRVFXZFhaMDFDVFVkQk1WVmtDa3BSVVUxTlFXOUhRME56UjBGUlZVWkNkMDFEVFVGM1IwRXhWV1JGZDBWQ0wzZFJRMDFCUVhkRVVWbEtTMjlhU1doMlkwNUJVVVZNUWxGQlJHZG5TVUlLUVVkd2EwaGtTRXhwYjBsS1NWa3hWWGxrTlhVME9GQkxZMVJ4ZDNwMWExaGFUVXR2WWxsRGIwZE1iM1pvWkVaaUwzQXllbTFPWWs0MVdGcHFlaXRVZWdvd1NVbEVSRGx5YVdFeVkyZFRUalU1VlhFM09EaG5jR2M0UjFSUGJsZHdPVEpoU0RKblJqZzVTMlJNZUV0dFkwWm1TelUwVWt4NFoxWXdla3hoZW5oMUNsQkxUbUpNYWs4elYzcFRORUpwVURCRldGcG1OemxuTm5FemQyTTFMMVZsT0hWV1dUWkViWEVyT1cxcEwyUmFaR1p1ZFdVclIwMUJkVEZzYmxoUWFrY0thVGxRV1RGTE1WZElObXhVYVVrcmRqRk9OamRqWkdWMlMySkROM05zYVVaUWRtaHVUa2RVUW1keWVWWllhMlF4WjIweVp6Rnpaa2hzV25GSFZWVkZTd3BPU0ZOd09VWlpTbmhZY0ZGV1YwWndZVmx5YUU5NWFWRXlUR2hCVlROR04ySkVXaXRWZW1WYVNWVkhXSE4zWm5SWWJHMXhRMngxVm0xMGRGQnNTV1pPQ2tGeVNWcHBWeXRyUjJweWFUYzFSVU5hVkZweGIzVnBPR1I1UVZSSFoyWmtlVFZIY2t0cVJuSXdSa1ZhT1hReE1qSlBWWEE0VTNVeFkwTkNkV1ZtV2tNS2FrVXdibW93YjBWcFFtSnZjMHBPZWpKc2NHOTRVR1ozYjBkTlFXYzFjR2xPY3pkUWIyUjRRWGxHUTFWc1ZFY3hRVlZtVVdrMGRWaHdNamRSZDBFeU5BcFVSRFpKUVc5NldVUjZPVWQwYTNOU1ZFeHNSVlJRZGtSS1FYaHVMMkZPTm5NeVlWTmhibEpKWmpGQk5VZ3JablV6VVdwUlVVNUJWV292YmxGMFluTklDalk0TjB3eFp6WXpTV1JDVlRCUWRtUjJZVm93Um1Zd1ZHOVhXWGxTT0hwS2VUUlJhblJaZUVNMVVVeDJaSEU0UlZsU2VrWXZabVJQVjNwblUxRTRWR1VLT0VsMWRra3pTREJ2VGk5amRHUkdTV1FyYW5wUVpreFVTbmN5VGpSRWMzUnNTbVV4VGtSaVlXSktPREkzTkVkSVlraDNTV1Z1YmxaWmFFVjRhMWxIWndvMlZrRXlPRU12U0RWcFpGTkZVMG8yU1hWVlNqaEdWR05ZVEdKUGJEaG5iRXRsVlVWMk5YQXphVlJrTndvdExTMHRMVVZPUkNCRFJWSlVTVVpKUTBGVVJTMHRMUzB0Q2c9PQogICAgY2xpZW50LWtleS1kYXRhOiBMUzB0TFMxQ1JVZEpUaUJTVTBFZ1VGSkpWa0ZVUlNCTFJWa3RMUzB0TFFwTlNVbEtTMUZKUWtGQlMwTkJaMFZCZUhBM1lsTkZiMmt3Vm1SQ05XSjRSRk16TjA5RVkxazFiRWRxWjNWSFltNDRTWHA0TjJaTFNrcFJjbkJ0YTJsVUNtczRSekYwY0ZndlVuVXpjVVZGTjJoWmVuRXlkWEJyZG1rMlZIaFNOelpzTjBZMWVTc3dRbnAxVGtaWmVGWlRaWEV3UXpkd1VUUTVkMU5CVjBoVVdUa0tjVzUxWjNsWVlVNUJjaTlhTjJOV1VXd3JNbmhqYWpGaFRuSXlWbXhwZVVrNVJDOURXVVpUWmtrNEt6QnZObU5TYUhoYVUxQlROa1JMWlZSaVZFeG9ZZ3BJYm1GM2EzSkpjVEpNTWpsdVYzbEtUREp0UkUxWVltWkhPVnBWTm1zeFJ6WlZUVGQyY25sNFoxRk9jelpxSzNvMk5UWk1kMFZMVlRSWGJFeGxZVGhYQ21vdlJtTjFUbTFxUTNKMVpIUjFXVXRRYXpZeVFqUnFaMkVyTXpaNmRWSndSakV5U0dsS2RVSm5Ua3A0WkRsWVpYaGtTM1ZEZEdwYU1HZFNabkpsZURZS1NFTklMM2RsYTJReE1ucDVXbTlDYkdWblZqUnhUME01WmpFeE9FOWhkR1ZLY0dkTk4wc3pNMlV4TW5KNWFFTTJORVJsY0hSek0xUlBRekJZTDFaalN3cGlVSEJGU1ZWUWVqZzVPVVFySzFwM1lUTk1ZM0p2VUhNd1RGQm9lblpCVWpCVGFDOUdZWEZWYTNoVlZHaHJPSGt5WW5oNWMySk9jbU5DVjB0ak5GZFBDbk55VWpKTFRuTlhiMDB6ZFZsM1l5OXZOWE5OV1cxVVdDOXBXVTVVZFhWUVZXNXlOVzFYSzI1U1ZXczJkR04yUjNsblNHYzVWVXg2VUZSb2F5dDFORFVLVmtaTFRVWjJObFJsTkZZeVoxSnRXREJIU3pWSUsxZEdaSGxHZDBsd2FqTnFVakE0VlVGUVQxZFBWRzVOTjI5M1VsTXZObWx5WjNWdFZ6RjBWVVJWU0FwcFUzUk9OWGRRZEZKSE1tRndka3BhUVV0bFYxRnRNbFJxUm5Gb2EzUlZRekJZTnpKeVZIQnRaQ3R2T0VjNGJHRkZiRVV5U2tGMWF6WTJNbk5EUVM5YUNrOVVaeXRPVnpWUE5rSTFSemRLYzBkRFYzQkNVekpFUlVwYU4zZExPWFozUkM5NlpEVlNaVEJQU0RodFlYaHdZVzg0U1dRNVNVNXVLM3BqUTBGM1JVRUtRVkZMUTBGblFpc3ZZV0ZoWVRkM2FrOU1WVXhYTDJ4NU1WcHhUazlCV1hOdE0yNURjbEpxZVhScmMyZHdaMlZHZUZwd2FXRk1SR2x6WlVkeE5HWkRZZ3AxZUZsRFdUQjVPRVY0WjNRMmFUazJRek5YZUU0eldVTXdUV2xZVjBSbmJFaE5VM3BPYXpGVmJGVnFhMWRXZVcxc1FYUlFiR2hUVEZsbmQwWm5NbFJhQ2sxNWVqRldNR3RYVDI5V1VEQXlXbEY0V25CVmMwSnFTV2RrVDFodU9FMDBUa1kzT0cwMU9HSlVaWGMyTjJabmVUSjJOVlEyVkU1d1NVNHpOR3BUTTFRS09HdDVMekJHZEU5RmVHOXphME5LUzFCQ2JVTjZVRWhtZUc1eU1tdDBTM2tyUTNVeFFXaElXbEJxSzBGS05VaHNTbFowTm1FM1dIcFNjRVJSU2pKaFZncFJRM1YzWlhob2JHbG9TR05qTW13MU1rZHBXbmt6VW1ReWFFVkZRMDVyWlUxdE9GWXZXVzh6TVZkSmREQlZVa1JuVlZKcVoxZFVOV2M0ZEhkblkyNTNDbkZPYlRkTE4wTXhLMkpYVWpGRksxVnNXVTFPY0VWSVNWUXdUa1JHTm5CTVpHMHZNRlZ6VDNkalVEVk9aMDVOYTNwb1lqRTJTSEkyTTJoMVZtOVFWMUlLTlVSdVYwUnhPVGd3UmpsVFZHeEJabGhtTUdGQmFESnVhV3hCYWxWSlVreFdaamszVWpSUU9XZEVZMkUzWVVsaVIwWXhUWFpPTjFKMWFYTmtNVTlrY3dvNUsxcGpSVWt6VlVaeFYwZ3lVRlpOWlcweVpHODNlRWwxUldWQlZEZzRlRVZQVldWeVNWRldZbXhzYTNoUWIzRTVUVXRQUmpsR2RVeHlTbVZJY1RSV0NrcFVkREExVFhaQ2FVaDVlVWx4U0N0dVJUZzVSbEZHUlRBeVZ6Rk5XamhPWWpScFEySjZTMHRMUWtWVk5UZFdOMHBQVDFOemQwZFlkbk5NVHpWbmJGZ0tNVmRaYjA5dFowTjZhamd4UVdaME5XRnFPRUZ6YlhsaEwwaHJMM0JJTXpsclNXcDJRbGwwWkdkUlRsbFlhRloyT0dGTk9YSXlSbVZSVEU0d1RFeHVNd3B4ZFdKbmJtZG9VVEJxWkRsNk4zcDNNMDluWlZoSk1FWndLM1JWVDFCVU5tOU1kRXg2ZVhGTVFtTlBla0ZyVnl0alVVdERRVkZGUVRGdU0wUllOVGRIQ25Zd2QzVlBRVlIzYTJGc1pXSkhPSGR1SzJad1RGRXlOVWxZVGpOeFpXRTFXRVpVY1hKc1VEUnhWbUp1VFRoV1ZHMHJhSFJKVUdVNE5sSnlkR3RrTkU0S01FNXhXR1pyTkVGT1RVVm1UMEV2SzFSSWFraFRhSE41VlRGdlpUVmtVR3ROVDFGWlR6WllLMU53YzFGa1dEQnVVV05pTUhKMk5GcGljbEU0UjBzMk5ncHZNMVpWZEdkR1ppODJiRTB2V0ZOTVN6bENWMFZyTTA1Uk0yZEdWbEUzVWtOQ1VtWndNMFJQTkRkR2FsSktMekEyZEROUU5ETjJOMVpOZEZJd05rZzRDaXRTTVZsSGIxaFRaSHBsUW1Kbk1GVkRSa3ByU3pBME0wMWpTU3RNWkRWWFVIZGtja0pLY1VSUFZHOTJjVFJHZUhKRVV6Wm5kekpxTW1JdlJ6ZHZhM1FLWjJNeWFWWm9RV2xFUkdaVlMzaGpTMDB2YmxsYWRHWnBjVmRvYzFSNVowcDRObWRRUjBSQ2IxcENhMHN3VEVsMVJVTmhlbEpRUTB3eWJWcGtlSFZ2V2dwT2VtRTRVRU5HTVVrNGJGbFhkMHREUVZGRlFUZFJOMVpHVGtkQlpWRnBOR05xUlhWQlVWVkhWekJsYkdkbkx6RlVRa1UxTWpZNUwzQTRkalZrUm5oRkNsSmliRGhCZFhJMFltMHhlRE5UVGpac1puSkpTVXhzT1RORVNHSjBPRkZ2YW5GT2J6QjFOM1UyYWxaSWFrTkVjSFpGVVhCcldqQnJXRGx4UzI0MFNGa0tNVzh2Vm5ScE5sUkhXWGhQVGpsUmVFUkRVMW8wUTBoWVlUbEljSFZUVlhSVFdXcFdZVkZqVGxaSlpHTlBlVGs1YlV4R01XcGtTMDVWZFZaRE9EUnNTd3BxZEdONmF6SkdWbUpaVEc5NGNGaFRPRzFoTHpocE1saHJLekp1U0hreU5UZHVTVVJpY1N0NFdqVnNOSEEzVHk5UFpGQjFlRW95WjJsS2FqQnlVVTFvQ213eVRYbHBSVVZCVW1kdmJtSnRWamhzUVhkdVVHZHNORWw1VDBsRVdFaHVWV3hPYTJ4WlRtUTJLMjl0V0RSNldGWXpjaXRHUVdWV1J5OXRTa2RLWjJNS1ZFWTJOSE5KWWpkVldHWlZSRlZwTjFSTldGZ3ZNWFpXTTNSclkxVlFLeTlUS3pONmVGcElMMVpSUzBOQlVVRlJRbFEyTVdkeFpETnVSbTlNV25oelRRb3hhV2wxVlhKUVFVUmtUbFozVTA5c2QzWnJZVWxLYVZKeksyNHZZMVpuZFZaaldscEZTa1ZLU1ZKblpHdFZUbm8yWTFnMk1HbHZXVUZ0ZFRCVVIwVndDbW8wT0d0WlpGWjBiM04yU0RGcVdYaEZXbU5xVGxkMGFURXpZVlExWm1OVVdGaGxhVkIxU0ZOM1QyZ3ZkRmw2ZVhaMFYwdFNiWEU0VlUxUmRDOHZXa3NLYjNwMVZEVnpUMHRXZW5CSGFtSmpZVXBtYmtnck5UVlVVM2x3UmpKSFFYSnJOVVpHYVN0clFVeGxZMk5LTms5RVJuUnBZWGhSZFdaRk4ydEVObWxFY0FwT1MxVm1UV2w2WmpOcUsweEhTVVkwTTNab1JEbHpjR05XVGt0RFpXOVFORzR3WWpKUFYyNXFTV1ZGV1dKemJHaE9lbXBHYTJ0MGNUSmFRVnBsTkZRdkNtZHdMeTlSS3pWSlMxazBibE5HUzNWemNGUTRZVXBKY1dKdWQwdEpNM1EwYkc5SkwxTnFLekJvZURreWN6ZDZUMkZFZW5rMFdVNVhiekpxTVRKTk0yMEtRMWRFYmtGdlNVSkJVVVJ6VjFaYWRreEVWek01Y3pkWE5ERjFibTV3Wm04eVJGVlhlVTE0WW1Fck1WRnlPV2hLZEhRNVpXVlZUMFZrVG5SRmJWaHlXZ3AwYm5KSk4xUXJhVmQxWlM5WlRrVjNaMlpGTjJSbVMzUjZRbE5QUVdKVWIyY3ZhSGx4VEc5Q1pqaEJiVTE0VGpaRlp6QldNMVZOVWtsV1ZVWkVPR2xRQ25Rd2FXYzVkMng2ZG5WYVFVSmtNbVV6VTI0eU9IazRSVEp6TVZSeGNteExjSEUxTlZBck9ITkdkbkJMVkZSMWEwRXpjRTlFTTNKeWExaHZWbTVtZVhJS1l6bExZbU12VG1WNFRIcHdUM3BYWlZGc2NsZG9hVTlVY21NM2IxRXpiRkF2YWpkRGFsUTNRamREUW5CdVdFeGFNMmMxVFd4UmRXWjNWVWt6WjFBNVFnb3hXWFpqTUVsb01XNTFlR1JQVG0xNmVIaEJNWFl6VUZCeE9UbHJRbWhpVmxOS01qZDBSazVpU1VGQ1JXWm5OMWhXYlV0MWVEZEhia2gxVm5FNGVHMU5DamQ2YWxocFkxWmpWbEZFTWpBeGQxaHNSVlpqUzB4Q1ZXaHphaXRIV1UxR1FXOUpRa0ZSUTFKelpEQXlNR0Y2WXpGbWVDdHpXbUZCWTB0V1ZHcFpUSEFLTnl0aGJsZGxTVUZsZUVRMFFsWldWR2hWYmxsSVNtZGpjalJVVFRWU0t6VXlOM2xFYXk5Rk9HaENUV0pQV0VsMFREaGtVVnBsZW5ObVQzcHJlVVJvUWdwRlNtWXphbmRxTVhGbVpFTkhaMFp1VjJ0UlJVd3JaR0ZYUm1kVlpsVnlSRm8wUjNCVmMyOXVjakJIVVZGNlNEVXdPVmxsUTJSUVNFNWtXVkJ0WkVZeUNrcERiVmxRWkZKSU5rNVVObUp3WkRoU1lqQkpaMkpzT0dONlJHOVZURTlGY1dScVZETnFOazE1UTNwd1JFTlNibXBpWm5SUmEyMVFlbFZ0UnlzNVNFa0tOblkwWkRFM1ZWaHlhbXgxTUU0M2VFRnFVVGxGTURodEwxRXlhRGMyVms5UGRWZFhPRXB4ZFZGR1ozRTBUVlZVZVVWSWFDczRNWEo0TTNGbVNYZzNjUW92VFVWR1ZsY3pVV3RtYkZoV1lYQm9aVzlWZG5JM1IydFRSSFZDWjJOQ2JrUlZXV1Z1UzJ4UlJEaFhiVnBtY3lzNU0zVk9SWG8wTTNsWFZFUUtMUzB0TFMxRlRrUWdVbE5CSUZCU1NWWkJWRVVnUzBWWkxTMHRMUzBLCiAgICB0b2tlbjogYTliNjU4NjE1YzAwMTYzYjViNjkwZDU5MjI4ZDNmYjExN2M5M2E5MzBiYTEyYjM0M2Q0MDljNzMxOGRjNTNmMjgyOTI3MjFhOTI0NzI2YTBiNThiNjIxYjI4MGZjYzllOGY5MzAwMGU4YWQ3NmU0MDVjZWE4YjA1YTYzNjE5N2QK\"\r\n }\r\n ]\r\n}",
+ "ResponseBody": "{\r\n \"name\": \"c714b95d-d7db-e84a-8838-eeacef7e1b6e\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-09-08T03:35:47.1744691Z\"\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/rgps9507/providers/Microsoft.ContainerService/managedClusters/kubeps5598?api-version=2019-10-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Jlc291cmNlR3JvdXBzL3JncHM5NTA3L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9tYW5hZ2VkQ2x1c3RlcnMva3ViZXBzNTU5OD9hcGktdmVyc2lvbj0yMDE5LTEwLTAx",
- "RequestMethod": "DELETE",
- "RequestBody": "",
- "RequestHeaders": {
- "x-ms-client-request-id": [
- "3bd217c6-9dbc-4c97-b88c-c98d08068eba"
- ],
- "Accept-Language": [
- "en-US"
- ],
- "User-Agent": [
- "FxVersion/4.6.28207.03",
- "OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.0.0"
- ]
- },
- "ResponseHeaders": {
- "Cache-Control": [
- "no-cache"
- ],
- "Pragma": [
- "no-cache"
- ],
- "Location": [
- "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operationresults/bb0efe6d-6eb1-42c5-bd0d-436ffccbd2ec?api-version=2017-08-31"
- ],
- "x-ms-ratelimit-remaining-subscription-deletes": [
- "14999"
- ],
- "Azure-AsyncOperation": [
- "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/bb0efe6d-6eb1-42c5-bd0d-436ffccbd2ec?api-version=2017-08-31"
- ],
- "x-ms-correlation-request-id": [
- "d81da9e3-0d1a-44be-86a9-2e2925a9f6ae"
- ],
- "x-ms-request-id": [
- "bb0efe6d-6eb1-42c5-bd0d-436ffccbd2ec"
- ],
- "Strict-Transport-Security": [
- "max-age=31536000; includeSubDomains"
- ],
- "Server": [
- "nginx"
- ],
- "x-ms-routing-request-id": [
- "SOUTHEASTASIA:20200602T055836Z:d81da9e3-0d1a-44be-86a9-2e2925a9f6ae"
- ],
- "X-Content-Type-Options": [
- "nosniff"
- ],
- "Date": [
- "Tue, 02 Jun 2020 05:58:36 GMT"
- ],
- "Expires": [
- "-1"
- ],
- "Content-Length": [
- "0"
- ]
- },
- "ResponseBody": "",
- "StatusCode": 202
- },
- {
- "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/bb0efe6d-6eb1-42c5-bd0d-436ffccbd2ec?api-version=2017-08-31",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvYmIwZWZlNmQtNmViMS00MmM1LWJkMGQtNDM2ZmZjY2JkMmVjP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
+ "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/5db914c7-dbd7-4ae8-8838-eeacef7e1b6e?api-version=2017-08-31",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvNWRiOTE0YzctZGJkNy00YWU4LTg4MzgtZWVhY2VmN2UxYjZlP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29130.01",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.1.0"
]
},
"ResponseHeaders": {
@@ -1923,13 +1752,13 @@
"no-cache"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11972"
+ "11978"
],
"x-ms-correlation-request-id": [
- "1dbe428f-effc-4c42-8862-5a12542a02c9"
+ "6827c259-173b-4935-9e98-d6462570b3c0"
],
"x-ms-request-id": [
- "2e806389-1339-4cdd-a640-53073f626174"
+ "c29c3727-edd6-4a89-9443-bc7c508d95b1"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -1941,10 +1770,10 @@
"nginx"
],
"x-ms-routing-request-id": [
- "SOUTHEASTASIA:20200602T055906Z:1dbe428f-effc-4c42-8862-5a12542a02c9"
+ "SOUTHEASTASIA:20200908T033819Z:6827c259-173b-4935-9e98-d6462570b3c0"
],
"Date": [
- "Tue, 02 Jun 2020 05:59:06 GMT"
+ "Tue, 08 Sep 2020 03:38:18 GMT"
],
"Content-Length": [
"126"
@@ -1956,20 +1785,20 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"name\": \"6dfe0ebb-b16e-c542-bd0d-436ffccbd2ec\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-06-02T05:58:35.9149774Z\"\r\n}",
+ "ResponseBody": "{\r\n \"name\": \"c714b95d-d7db-e84a-8838-eeacef7e1b6e\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-09-08T03:35:47.1744691Z\"\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/bb0efe6d-6eb1-42c5-bd0d-436ffccbd2ec?api-version=2017-08-31",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvYmIwZWZlNmQtNmViMS00MmM1LWJkMGQtNDM2ZmZjY2JkMmVjP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
+ "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/5db914c7-dbd7-4ae8-8838-eeacef7e1b6e?api-version=2017-08-31",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvNWRiOTE0YzctZGJkNy00YWU4LTg4MzgtZWVhY2VmN2UxYjZlP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29130.01",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.1.0"
]
},
"ResponseHeaders": {
@@ -1980,13 +1809,13 @@
"no-cache"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11971"
+ "11977"
],
"x-ms-correlation-request-id": [
- "0e90f89f-f611-4ef4-86de-848afe401aaf"
+ "bf58295e-1934-423a-b90d-a5475b97d3e8"
],
"x-ms-request-id": [
- "23582577-77f5-419b-aec9-ba06350360fa"
+ "10e758c8-1151-41c1-b24c-217951f7273c"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -1998,10 +1827,10 @@
"nginx"
],
"x-ms-routing-request-id": [
- "SOUTHEASTASIA:20200602T055937Z:0e90f89f-f611-4ef4-86de-848afe401aaf"
+ "SOUTHEASTASIA:20200908T033849Z:bf58295e-1934-423a-b90d-a5475b97d3e8"
],
"Date": [
- "Tue, 02 Jun 2020 05:59:36 GMT"
+ "Tue, 08 Sep 2020 03:38:49 GMT"
],
"Content-Length": [
"126"
@@ -2013,20 +1842,20 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"name\": \"6dfe0ebb-b16e-c542-bd0d-436ffccbd2ec\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-06-02T05:58:35.9149774Z\"\r\n}",
+ "ResponseBody": "{\r\n \"name\": \"c714b95d-d7db-e84a-8838-eeacef7e1b6e\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-09-08T03:35:47.1744691Z\"\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/bb0efe6d-6eb1-42c5-bd0d-436ffccbd2ec?api-version=2017-08-31",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvYmIwZWZlNmQtNmViMS00MmM1LWJkMGQtNDM2ZmZjY2JkMmVjP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
+ "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/5db914c7-dbd7-4ae8-8838-eeacef7e1b6e?api-version=2017-08-31",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvNWRiOTE0YzctZGJkNy00YWU4LTg4MzgtZWVhY2VmN2UxYjZlP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29130.01",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.1.0"
]
},
"ResponseHeaders": {
@@ -2037,13 +1866,13 @@
"no-cache"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11970"
+ "11976"
],
"x-ms-correlation-request-id": [
- "c512c000-d6ff-4c8c-b3a4-607e71da3189"
+ "52539b9f-822b-414f-9afc-aefd422cb286"
],
"x-ms-request-id": [
- "1a61513c-10ed-407d-859a-a047b533c221"
+ "c4bd474d-08a0-4109-8be3-7298f76ed428"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -2055,10 +1884,10 @@
"nginx"
],
"x-ms-routing-request-id": [
- "SOUTHEASTASIA:20200602T060008Z:c512c000-d6ff-4c8c-b3a4-607e71da3189"
+ "SOUTHEASTASIA:20200908T033920Z:52539b9f-822b-414f-9afc-aefd422cb286"
],
"Date": [
- "Tue, 02 Jun 2020 06:00:07 GMT"
+ "Tue, 08 Sep 2020 03:39:20 GMT"
],
"Content-Length": [
"126"
@@ -2070,20 +1899,20 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"name\": \"6dfe0ebb-b16e-c542-bd0d-436ffccbd2ec\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-06-02T05:58:35.9149774Z\"\r\n}",
+ "ResponseBody": "{\r\n \"name\": \"c714b95d-d7db-e84a-8838-eeacef7e1b6e\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-09-08T03:35:47.1744691Z\"\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/bb0efe6d-6eb1-42c5-bd0d-436ffccbd2ec?api-version=2017-08-31",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvYmIwZWZlNmQtNmViMS00MmM1LWJkMGQtNDM2ZmZjY2JkMmVjP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
+ "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/5db914c7-dbd7-4ae8-8838-eeacef7e1b6e?api-version=2017-08-31",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvNWRiOTE0YzctZGJkNy00YWU4LTg4MzgtZWVhY2VmN2UxYjZlP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29130.01",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.1.0"
]
},
"ResponseHeaders": {
@@ -2094,13 +1923,13 @@
"no-cache"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11969"
+ "11975"
],
"x-ms-correlation-request-id": [
- "bb8ae8f4-9622-4526-afad-4a29aae6568f"
+ "624a00ee-46cb-453d-952e-b00a49f84da9"
],
"x-ms-request-id": [
- "01159b8d-a3df-4723-8261-22ccf6eb3635"
+ "9cad491f-0f23-4094-9a1a-fc91b6e96847"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -2112,10 +1941,10 @@
"nginx"
],
"x-ms-routing-request-id": [
- "SOUTHEASTASIA:20200602T060038Z:bb8ae8f4-9622-4526-afad-4a29aae6568f"
+ "SOUTHEASTASIA:20200908T033950Z:624a00ee-46cb-453d-952e-b00a49f84da9"
],
"Date": [
- "Tue, 02 Jun 2020 06:00:38 GMT"
+ "Tue, 08 Sep 2020 03:39:50 GMT"
],
"Content-Length": [
"126"
@@ -2127,20 +1956,20 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"name\": \"6dfe0ebb-b16e-c542-bd0d-436ffccbd2ec\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-06-02T05:58:35.9149774Z\"\r\n}",
+ "ResponseBody": "{\r\n \"name\": \"c714b95d-d7db-e84a-8838-eeacef7e1b6e\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-09-08T03:35:47.1744691Z\"\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/bb0efe6d-6eb1-42c5-bd0d-436ffccbd2ec?api-version=2017-08-31",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvYmIwZWZlNmQtNmViMS00MmM1LWJkMGQtNDM2ZmZjY2JkMmVjP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
+ "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/5db914c7-dbd7-4ae8-8838-eeacef7e1b6e?api-version=2017-08-31",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvNWRiOTE0YzctZGJkNy00YWU4LTg4MzgtZWVhY2VmN2UxYjZlP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29130.01",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.1.0"
]
},
"ResponseHeaders": {
@@ -2151,13 +1980,13 @@
"no-cache"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11968"
+ "11974"
],
"x-ms-correlation-request-id": [
- "6a982986-e854-4ae7-ad25-53ee1cb62fc4"
+ "5e19a1c3-fcaa-441e-bf09-cb573d362e6c"
],
"x-ms-request-id": [
- "920d1b9b-7931-4899-af27-b3d13d362fe6"
+ "de16469f-3105-4a2b-af85-86b16c387b0f"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -2169,10 +1998,10 @@
"nginx"
],
"x-ms-routing-request-id": [
- "SOUTHEASTASIA:20200602T060109Z:6a982986-e854-4ae7-ad25-53ee1cb62fc4"
+ "SOUTHEASTASIA:20200908T034021Z:5e19a1c3-fcaa-441e-bf09-cb573d362e6c"
],
"Date": [
- "Tue, 02 Jun 2020 06:01:08 GMT"
+ "Tue, 08 Sep 2020 03:40:21 GMT"
],
"Content-Length": [
"126"
@@ -2184,20 +2013,20 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"name\": \"6dfe0ebb-b16e-c542-bd0d-436ffccbd2ec\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-06-02T05:58:35.9149774Z\"\r\n}",
+ "ResponseBody": "{\r\n \"name\": \"c714b95d-d7db-e84a-8838-eeacef7e1b6e\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-09-08T03:35:47.1744691Z\"\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/bb0efe6d-6eb1-42c5-bd0d-436ffccbd2ec?api-version=2017-08-31",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvYmIwZWZlNmQtNmViMS00MmM1LWJkMGQtNDM2ZmZjY2JkMmVjP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
+ "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/5db914c7-dbd7-4ae8-8838-eeacef7e1b6e?api-version=2017-08-31",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvNWRiOTE0YzctZGJkNy00YWU4LTg4MzgtZWVhY2VmN2UxYjZlP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29130.01",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.1.0"
]
},
"ResponseHeaders": {
@@ -2208,13 +2037,13 @@
"no-cache"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11967"
+ "11973"
],
"x-ms-correlation-request-id": [
- "a461cd58-bf5f-438d-9ed2-c40cbec7bd8c"
+ "de393cc5-6d77-436f-afe7-35d5a93059f9"
],
"x-ms-request-id": [
- "16ab0553-11ff-410c-ae56-64340f8b230e"
+ "80356e75-6af6-4bbd-8301-3f1da7049fe5"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -2226,10 +2055,10 @@
"nginx"
],
"x-ms-routing-request-id": [
- "SOUTHEASTASIA:20200602T060139Z:a461cd58-bf5f-438d-9ed2-c40cbec7bd8c"
+ "SOUTHEASTASIA:20200908T034052Z:de393cc5-6d77-436f-afe7-35d5a93059f9"
],
"Date": [
- "Tue, 02 Jun 2020 06:01:38 GMT"
+ "Tue, 08 Sep 2020 03:40:51 GMT"
],
"Content-Length": [
"126"
@@ -2241,20 +2070,20 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"name\": \"6dfe0ebb-b16e-c542-bd0d-436ffccbd2ec\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-06-02T05:58:35.9149774Z\"\r\n}",
+ "ResponseBody": "{\r\n \"name\": \"c714b95d-d7db-e84a-8838-eeacef7e1b6e\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-09-08T03:35:47.1744691Z\"\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/bb0efe6d-6eb1-42c5-bd0d-436ffccbd2ec?api-version=2017-08-31",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvYmIwZWZlNmQtNmViMS00MmM1LWJkMGQtNDM2ZmZjY2JkMmVjP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
+ "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/5db914c7-dbd7-4ae8-8838-eeacef7e1b6e?api-version=2017-08-31",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvNWRiOTE0YzctZGJkNy00YWU4LTg4MzgtZWVhY2VmN2UxYjZlP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29130.01",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.1.0"
]
},
"ResponseHeaders": {
@@ -2265,13 +2094,13 @@
"no-cache"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11966"
+ "11972"
],
"x-ms-correlation-request-id": [
- "fd10f3c5-aa46-42d7-9f75-89d8646c43d2"
+ "1724ab1b-3fb7-43ab-b3d9-f3956fb7684e"
],
"x-ms-request-id": [
- "93dc75d8-ced2-4fe1-be17-749e629a9481"
+ "ae0693f3-c60f-47b0-8a76-e6a801c0c0a5"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -2283,10 +2112,10 @@
"nginx"
],
"x-ms-routing-request-id": [
- "SOUTHEASTASIA:20200602T060210Z:fd10f3c5-aa46-42d7-9f75-89d8646c43d2"
+ "SOUTHEASTASIA:20200908T034122Z:1724ab1b-3fb7-43ab-b3d9-f3956fb7684e"
],
"Date": [
- "Tue, 02 Jun 2020 06:02:10 GMT"
+ "Tue, 08 Sep 2020 03:41:21 GMT"
],
"Content-Length": [
"126"
@@ -2298,20 +2127,20 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"name\": \"6dfe0ebb-b16e-c542-bd0d-436ffccbd2ec\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-06-02T05:58:35.9149774Z\"\r\n}",
+ "ResponseBody": "{\r\n \"name\": \"c714b95d-d7db-e84a-8838-eeacef7e1b6e\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-09-08T03:35:47.1744691Z\"\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/bb0efe6d-6eb1-42c5-bd0d-436ffccbd2ec?api-version=2017-08-31",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvYmIwZWZlNmQtNmViMS00MmM1LWJkMGQtNDM2ZmZjY2JkMmVjP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
+ "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/5db914c7-dbd7-4ae8-8838-eeacef7e1b6e?api-version=2017-08-31",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvNWRiOTE0YzctZGJkNy00YWU4LTg4MzgtZWVhY2VmN2UxYjZlP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29130.01",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.1.0"
]
},
"ResponseHeaders": {
@@ -2322,13 +2151,13 @@
"no-cache"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11965"
+ "11971"
],
"x-ms-correlation-request-id": [
- "2adf9e66-861f-4233-b2bb-b28cee990ceb"
+ "5321d990-e3b8-45c2-b3de-81a3bcff3552"
],
"x-ms-request-id": [
- "7c234f29-337c-44e2-88d9-76789b8d5517"
+ "1495b04d-5c44-40fc-9808-e9e80d090226"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -2340,10 +2169,10 @@
"nginx"
],
"x-ms-routing-request-id": [
- "SOUTHEASTASIA:20200602T060240Z:2adf9e66-861f-4233-b2bb-b28cee990ceb"
+ "SOUTHEASTASIA:20200908T034153Z:5321d990-e3b8-45c2-b3de-81a3bcff3552"
],
"Date": [
- "Tue, 02 Jun 2020 06:02:40 GMT"
+ "Tue, 08 Sep 2020 03:41:52 GMT"
],
"Content-Length": [
"126"
@@ -2355,20 +2184,20 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"name\": \"6dfe0ebb-b16e-c542-bd0d-436ffccbd2ec\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-06-02T05:58:35.9149774Z\"\r\n}",
+ "ResponseBody": "{\r\n \"name\": \"c714b95d-d7db-e84a-8838-eeacef7e1b6e\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-09-08T03:35:47.1744691Z\"\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/bb0efe6d-6eb1-42c5-bd0d-436ffccbd2ec?api-version=2017-08-31",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvYmIwZWZlNmQtNmViMS00MmM1LWJkMGQtNDM2ZmZjY2JkMmVjP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
+ "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/5db914c7-dbd7-4ae8-8838-eeacef7e1b6e?api-version=2017-08-31",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvNWRiOTE0YzctZGJkNy00YWU4LTg4MzgtZWVhY2VmN2UxYjZlP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29130.01",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.1.0"
]
},
"ResponseHeaders": {
@@ -2379,13 +2208,13 @@
"no-cache"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11964"
+ "11970"
],
"x-ms-correlation-request-id": [
- "8ed69327-04d2-4cea-b6f1-5cbcd9fa44c2"
+ "48e3218f-e09f-4484-958b-d06b86f2c0c3"
],
"x-ms-request-id": [
- "dda2db50-d731-4739-8127-b470a714d9d9"
+ "aa8cffe1-5f6e-4f1a-bab9-d012443895de"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -2397,10 +2226,10 @@
"nginx"
],
"x-ms-routing-request-id": [
- "SOUTHEASTASIA:20200602T060311Z:8ed69327-04d2-4cea-b6f1-5cbcd9fa44c2"
+ "SOUTHEASTASIA:20200908T034223Z:48e3218f-e09f-4484-958b-d06b86f2c0c3"
],
"Date": [
- "Tue, 02 Jun 2020 06:03:10 GMT"
+ "Tue, 08 Sep 2020 03:42:23 GMT"
],
"Content-Length": [
"126"
@@ -2412,20 +2241,20 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"name\": \"6dfe0ebb-b16e-c542-bd0d-436ffccbd2ec\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-06-02T05:58:35.9149774Z\"\r\n}",
+ "ResponseBody": "{\r\n \"name\": \"c714b95d-d7db-e84a-8838-eeacef7e1b6e\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-09-08T03:35:47.1744691Z\"\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/bb0efe6d-6eb1-42c5-bd0d-436ffccbd2ec?api-version=2017-08-31",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvYmIwZWZlNmQtNmViMS00MmM1LWJkMGQtNDM2ZmZjY2JkMmVjP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
+ "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/5db914c7-dbd7-4ae8-8838-eeacef7e1b6e?api-version=2017-08-31",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvNWRiOTE0YzctZGJkNy00YWU4LTg4MzgtZWVhY2VmN2UxYjZlP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29130.01",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.1.0"
]
},
"ResponseHeaders": {
@@ -2436,13 +2265,13 @@
"no-cache"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11963"
+ "11969"
],
"x-ms-correlation-request-id": [
- "c6ffecb4-f7ce-46ac-b9ed-7ea61ecc4a4c"
+ "99fca1f9-32af-41d2-a263-bc475607579b"
],
"x-ms-request-id": [
- "45992a57-e00f-4ef6-9e22-debd30dfc35f"
+ "dedc5ffd-fa6a-4236-b5fe-f1e5e34eb5d0"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -2454,10 +2283,10 @@
"nginx"
],
"x-ms-routing-request-id": [
- "SOUTHEASTASIA:20200602T060342Z:c6ffecb4-f7ce-46ac-b9ed-7ea61ecc4a4c"
+ "SOUTHEASTASIA:20200908T034253Z:99fca1f9-32af-41d2-a263-bc475607579b"
],
"Date": [
- "Tue, 02 Jun 2020 06:03:42 GMT"
+ "Tue, 08 Sep 2020 03:42:53 GMT"
],
"Content-Length": [
"126"
@@ -2469,20 +2298,20 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"name\": \"6dfe0ebb-b16e-c542-bd0d-436ffccbd2ec\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-06-02T05:58:35.9149774Z\"\r\n}",
+ "ResponseBody": "{\r\n \"name\": \"c714b95d-d7db-e84a-8838-eeacef7e1b6e\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-09-08T03:35:47.1744691Z\"\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/bb0efe6d-6eb1-42c5-bd0d-436ffccbd2ec?api-version=2017-08-31",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvYmIwZWZlNmQtNmViMS00MmM1LWJkMGQtNDM2ZmZjY2JkMmVjP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
+ "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/5db914c7-dbd7-4ae8-8838-eeacef7e1b6e?api-version=2017-08-31",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvNWRiOTE0YzctZGJkNy00YWU4LTg4MzgtZWVhY2VmN2UxYjZlP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29130.01",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.1.0"
]
},
"ResponseHeaders": {
@@ -2493,13 +2322,13 @@
"no-cache"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11962"
+ "11968"
],
"x-ms-correlation-request-id": [
- "720758d2-98b3-4c43-8628-ba3085dccb9c"
+ "a398e145-98cc-4493-8985-603e7c435731"
],
"x-ms-request-id": [
- "e162487b-e007-4b26-a66d-ed27336e7f62"
+ "3b2ded03-5f4f-481e-9a78-f6db4e6be065"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -2511,10 +2340,10 @@
"nginx"
],
"x-ms-routing-request-id": [
- "SOUTHEASTASIA:20200602T060413Z:720758d2-98b3-4c43-8628-ba3085dccb9c"
+ "SOUTHEASTASIA:20200908T034324Z:a398e145-98cc-4493-8985-603e7c435731"
],
"Date": [
- "Tue, 02 Jun 2020 06:04:12 GMT"
+ "Tue, 08 Sep 2020 03:43:23 GMT"
],
"Content-Length": [
"126"
@@ -2526,20 +2355,20 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"name\": \"6dfe0ebb-b16e-c542-bd0d-436ffccbd2ec\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-06-02T05:58:35.9149774Z\"\r\n}",
+ "ResponseBody": "{\r\n \"name\": \"c714b95d-d7db-e84a-8838-eeacef7e1b6e\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-09-08T03:35:47.1744691Z\"\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/bb0efe6d-6eb1-42c5-bd0d-436ffccbd2ec?api-version=2017-08-31",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvYmIwZWZlNmQtNmViMS00MmM1LWJkMGQtNDM2ZmZjY2JkMmVjP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
+ "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/5db914c7-dbd7-4ae8-8838-eeacef7e1b6e?api-version=2017-08-31",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvNWRiOTE0YzctZGJkNy00YWU4LTg4MzgtZWVhY2VmN2UxYjZlP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29130.01",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.1.0"
]
},
"ResponseHeaders": {
@@ -2550,13 +2379,13 @@
"no-cache"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11961"
+ "11967"
],
"x-ms-correlation-request-id": [
- "a2812eb8-c43f-4718-b59a-bea37f24688c"
+ "7cb9f624-259f-43ac-8585-283a87230a85"
],
"x-ms-request-id": [
- "f8838763-f370-44a2-aa45-20944826333e"
+ "8bf7a19b-8f87-440c-9785-1425f1a4288e"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -2568,10 +2397,10 @@
"nginx"
],
"x-ms-routing-request-id": [
- "SOUTHEASTASIA:20200602T060443Z:a2812eb8-c43f-4718-b59a-bea37f24688c"
+ "SOUTHEASTASIA:20200908T034354Z:7cb9f624-259f-43ac-8585-283a87230a85"
],
"Date": [
- "Tue, 02 Jun 2020 06:04:42 GMT"
+ "Tue, 08 Sep 2020 03:43:53 GMT"
],
"Content-Length": [
"126"
@@ -2583,20 +2412,20 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"name\": \"6dfe0ebb-b16e-c542-bd0d-436ffccbd2ec\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-06-02T05:58:35.9149774Z\"\r\n}",
+ "ResponseBody": "{\r\n \"name\": \"c714b95d-d7db-e84a-8838-eeacef7e1b6e\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-09-08T03:35:47.1744691Z\"\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/bb0efe6d-6eb1-42c5-bd0d-436ffccbd2ec?api-version=2017-08-31",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvYmIwZWZlNmQtNmViMS00MmM1LWJkMGQtNDM2ZmZjY2JkMmVjP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
+ "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/5db914c7-dbd7-4ae8-8838-eeacef7e1b6e?api-version=2017-08-31",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvNWRiOTE0YzctZGJkNy00YWU4LTg4MzgtZWVhY2VmN2UxYjZlP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29130.01",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.1.0"
]
},
"ResponseHeaders": {
@@ -2607,13 +2436,13 @@
"no-cache"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11960"
+ "11966"
],
"x-ms-correlation-request-id": [
- "67fe29cd-1384-427e-9066-d74b948b50ff"
+ "cc501e47-dbf9-4d39-9463-6c4189bb23dc"
],
"x-ms-request-id": [
- "a7be177b-5f06-4723-b399-5c930d752a87"
+ "f60302bf-6a16-4e37-b308-18fc340267a6"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -2625,10 +2454,10 @@
"nginx"
],
"x-ms-routing-request-id": [
- "SOUTHEASTASIA:20200602T060514Z:67fe29cd-1384-427e-9066-d74b948b50ff"
+ "SOUTHEASTASIA:20200908T034425Z:cc501e47-dbf9-4d39-9463-6c4189bb23dc"
],
"Date": [
- "Tue, 02 Jun 2020 06:05:14 GMT"
+ "Tue, 08 Sep 2020 03:44:25 GMT"
],
"Content-Length": [
"126"
@@ -2640,20 +2469,20 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"name\": \"6dfe0ebb-b16e-c542-bd0d-436ffccbd2ec\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-06-02T05:58:35.9149774Z\"\r\n}",
+ "ResponseBody": "{\r\n \"name\": \"c714b95d-d7db-e84a-8838-eeacef7e1b6e\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-09-08T03:35:47.1744691Z\"\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/bb0efe6d-6eb1-42c5-bd0d-436ffccbd2ec?api-version=2017-08-31",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvYmIwZWZlNmQtNmViMS00MmM1LWJkMGQtNDM2ZmZjY2JkMmVjP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
+ "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/5db914c7-dbd7-4ae8-8838-eeacef7e1b6e?api-version=2017-08-31",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvNWRiOTE0YzctZGJkNy00YWU4LTg4MzgtZWVhY2VmN2UxYjZlP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29130.01",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.1.0"
]
},
"ResponseHeaders": {
@@ -2664,13 +2493,13 @@
"no-cache"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11959"
+ "11965"
],
"x-ms-correlation-request-id": [
- "f83a5f66-5a1f-4b84-a452-80664dc94785"
+ "5090093f-3eca-4b79-bc13-25d69d171a32"
],
"x-ms-request-id": [
- "7b339596-9043-4d1b-abca-8b76f9f5e811"
+ "bf4d9b32-06e1-4386-9666-29fd01f3b822"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -2682,10 +2511,10 @@
"nginx"
],
"x-ms-routing-request-id": [
- "SOUTHEASTASIA:20200602T060544Z:f83a5f66-5a1f-4b84-a452-80664dc94785"
+ "SOUTHEASTASIA:20200908T034455Z:5090093f-3eca-4b79-bc13-25d69d171a32"
],
"Date": [
- "Tue, 02 Jun 2020 06:05:44 GMT"
+ "Tue, 08 Sep 2020 03:44:55 GMT"
],
"Content-Length": [
"126"
@@ -2697,20 +2526,20 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"name\": \"6dfe0ebb-b16e-c542-bd0d-436ffccbd2ec\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-06-02T05:58:35.9149774Z\"\r\n}",
+ "ResponseBody": "{\r\n \"name\": \"c714b95d-d7db-e84a-8838-eeacef7e1b6e\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-09-08T03:35:47.1744691Z\"\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/bb0efe6d-6eb1-42c5-bd0d-436ffccbd2ec?api-version=2017-08-31",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvYmIwZWZlNmQtNmViMS00MmM1LWJkMGQtNDM2ZmZjY2JkMmVjP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
+ "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/5db914c7-dbd7-4ae8-8838-eeacef7e1b6e?api-version=2017-08-31",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvNWRiOTE0YzctZGJkNy00YWU4LTg4MzgtZWVhY2VmN2UxYjZlP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29130.01",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.1.0"
]
},
"ResponseHeaders": {
@@ -2721,13 +2550,13 @@
"no-cache"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11958"
+ "11964"
],
"x-ms-correlation-request-id": [
- "6a133e5e-09cf-4095-aa7a-0f771bfb34ad"
+ "51446660-8206-4eb7-bab0-836c3b952e04"
],
"x-ms-request-id": [
- "c1a79903-be50-4f82-9a72-1a49ca5fe9e5"
+ "087da930-3139-40ff-aee3-d2359054fe7d"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -2739,10 +2568,10 @@
"nginx"
],
"x-ms-routing-request-id": [
- "SOUTHEASTASIA:20200602T060615Z:6a133e5e-09cf-4095-aa7a-0f771bfb34ad"
+ "SOUTHEASTASIA:20200908T034526Z:51446660-8206-4eb7-bab0-836c3b952e04"
],
"Date": [
- "Tue, 02 Jun 2020 06:06:14 GMT"
+ "Tue, 08 Sep 2020 03:45:25 GMT"
],
"Content-Length": [
"126"
@@ -2754,20 +2583,20 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"name\": \"6dfe0ebb-b16e-c542-bd0d-436ffccbd2ec\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-06-02T05:58:35.9149774Z\"\r\n}",
+ "ResponseBody": "{\r\n \"name\": \"c714b95d-d7db-e84a-8838-eeacef7e1b6e\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-09-08T03:35:47.1744691Z\"\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/bb0efe6d-6eb1-42c5-bd0d-436ffccbd2ec?api-version=2017-08-31",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvYmIwZWZlNmQtNmViMS00MmM1LWJkMGQtNDM2ZmZjY2JkMmVjP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
+ "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/5db914c7-dbd7-4ae8-8838-eeacef7e1b6e?api-version=2017-08-31",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvNWRiOTE0YzctZGJkNy00YWU4LTg4MzgtZWVhY2VmN2UxYjZlP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29130.01",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.1.0"
]
},
"ResponseHeaders": {
@@ -2778,13 +2607,13 @@
"no-cache"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11957"
+ "11963"
],
"x-ms-correlation-request-id": [
- "c9cc8061-37ca-435a-aac3-e1b425e173ca"
+ "34c2ef57-7040-4a14-b4ff-9d424a79ec6b"
],
"x-ms-request-id": [
- "d38ef927-dec3-4d7d-a5bc-bc4bf3a8438c"
+ "52c200c3-23fc-4eb6-b826-406e18ccf293"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -2796,10 +2625,10 @@
"nginx"
],
"x-ms-routing-request-id": [
- "SOUTHEASTASIA:20200602T060645Z:c9cc8061-37ca-435a-aac3-e1b425e173ca"
+ "SOUTHEASTASIA:20200908T034557Z:34c2ef57-7040-4a14-b4ff-9d424a79ec6b"
],
"Date": [
- "Tue, 02 Jun 2020 06:06:45 GMT"
+ "Tue, 08 Sep 2020 03:45:56 GMT"
],
"Content-Length": [
"170"
@@ -2811,20 +2640,20 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"name\": \"6dfe0ebb-b16e-c542-bd0d-436ffccbd2ec\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-06-02T05:58:35.9149774Z\",\r\n \"endTime\": \"2020-06-02T06:06:43.2191051Z\"\r\n}",
+ "ResponseBody": "{\r\n \"name\": \"c714b95d-d7db-e84a-8838-eeacef7e1b6e\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-09-08T03:35:47.1744691Z\",\r\n \"endTime\": \"2020-09-08T03:45:52.6252678Z\"\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operationresults/bb0efe6d-6eb1-42c5-bd0d-436ffccbd2ec?api-version=2017-08-31",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnJlc3VsdHMvYmIwZWZlNmQtNmViMS00MmM1LWJkMGQtNDM2ZmZjY2JkMmVjP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
+ "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operationresults/5db914c7-dbd7-4ae8-8838-eeacef7e1b6e?api-version=2017-08-31",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnJlc3VsdHMvNWRiOTE0YzctZGJkNy00YWU4LTg4MzgtZWVhY2VmN2UxYjZlP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29130.01",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.1.0"
]
},
"ResponseHeaders": {
@@ -2835,16 +2664,16 @@
"no-cache"
],
"Location": [
- "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operationresults/bb0efe6d-6eb1-42c5-bd0d-436ffccbd2ec?api-version=2017-08-31"
+ "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operationresults/5db914c7-dbd7-4ae8-8838-eeacef7e1b6e?api-version=2017-08-31"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11956"
+ "11962"
],
"x-ms-correlation-request-id": [
- "e46dffa3-1e93-4ae1-a698-608bc5419268"
+ "deb9551f-d0f8-4eef-83ae-6a57c4def4e7"
],
"x-ms-request-id": [
- "26980e02-ae68-4617-898f-ef2680a9de6a"
+ "7f2e27b4-d062-429f-802e-60be6f6f4dcc"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -2856,10 +2685,10 @@
"nginx"
],
"x-ms-routing-request-id": [
- "SOUTHEASTASIA:20200602T060646Z:e46dffa3-1e93-4ae1-a698-608bc5419268"
+ "SOUTHEASTASIA:20200908T034557Z:deb9551f-d0f8-4eef-83ae-6a57c4def4e7"
],
"Date": [
- "Tue, 02 Jun 2020 06:06:45 GMT"
+ "Tue, 08 Sep 2020 03:45:56 GMT"
],
"Content-Type": [
"application/json"
@@ -2872,22 +2701,22 @@
"StatusCode": 204
},
{
- "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourcegroups/rgps9507?api-version=2016-09-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Jlc291cmNlZ3JvdXBzL3JncHM5NTA3P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=",
+ "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourcegroups/rgps9003?api-version=2016-09-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Jlc291cmNlZ3JvdXBzL3JncHM5MDAzP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=",
"RequestMethod": "DELETE",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "60742b0c-b88d-4f67-925a-f9eb41456984"
+ "53c02991-7933-432d-a5db-911c9d365c9a"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29130.01",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.14"
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.23"
]
},
"ResponseHeaders": {
@@ -2898,22 +2727,22 @@
"no-cache"
],
"Location": [
- "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SR1BTOTUwNy1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01"
+ "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SR1BTOTAwMy1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01"
],
"Retry-After": [
"15"
],
"x-ms-ratelimit-remaining-subscription-deletes": [
- "14998"
+ "14997"
],
"x-ms-request-id": [
- "59ad323d-3ce5-4ee6-a628-2619209c630a"
+ "2df9c3a2-438c-43d0-8516-39450768555f"
],
"x-ms-correlation-request-id": [
- "59ad323d-3ce5-4ee6-a628-2619209c630a"
+ "2df9c3a2-438c-43d0-8516-39450768555f"
],
"x-ms-routing-request-id": [
- "SOUTHEASTASIA:20200602T060649Z:59ad323d-3ce5-4ee6-a628-2619209c630a"
+ "SOUTHEASTASIA:20200908T034600Z:2df9c3a2-438c-43d0-8516-39450768555f"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -2922,7 +2751,7 @@
"nosniff"
],
"Date": [
- "Tue, 02 Jun 2020 06:06:48 GMT"
+ "Tue, 08 Sep 2020 03:46:00 GMT"
],
"Expires": [
"-1"
@@ -2935,16 +2764,16 @@
"StatusCode": 202
},
{
- "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SR1BTOTUwNy1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFTUjFCVE9UVXdOeTFYUlZOVVZWTWlMQ0pxYjJKTWIyTmhkR2x2YmlJNkluZGxjM1IxY3lKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx",
+ "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SR1BTOTAwMy1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFTUjFCVE9UQXdNeTFYUlZOVVZWTWlMQ0pxYjJKTWIyTmhkR2x2YmlJNkluZGxjM1IxY3lKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29130.01",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.14"
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.23"
]
},
"ResponseHeaders": {
@@ -2955,22 +2784,22 @@
"no-cache"
],
"Location": [
- "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SR1BTOTUwNy1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01"
+ "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SR1BTOTAwMy1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01"
],
"Retry-After": [
"15"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11995"
+ "11961"
],
"x-ms-request-id": [
- "b670576b-f8c3-4fbb-9c08-9626fe49e22d"
+ "78fd6562-5751-435c-8c27-86c5cc557232"
],
"x-ms-correlation-request-id": [
- "b670576b-f8c3-4fbb-9c08-9626fe49e22d"
+ "78fd6562-5751-435c-8c27-86c5cc557232"
],
"x-ms-routing-request-id": [
- "SOUTHEASTASIA:20200602T060704Z:b670576b-f8c3-4fbb-9c08-9626fe49e22d"
+ "SOUTHEASTASIA:20200908T034616Z:78fd6562-5751-435c-8c27-86c5cc557232"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -2979,7 +2808,7 @@
"nosniff"
],
"Date": [
- "Tue, 02 Jun 2020 06:07:03 GMT"
+ "Tue, 08 Sep 2020 03:46:15 GMT"
],
"Expires": [
"-1"
@@ -2992,16 +2821,16 @@
"StatusCode": 202
},
{
- "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SR1BTOTUwNy1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFTUjFCVE9UVXdOeTFYUlZOVVZWTWlMQ0pxYjJKTWIyTmhkR2x2YmlJNkluZGxjM1IxY3lKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx",
+ "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SR1BTOTAwMy1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFTUjFCVE9UQXdNeTFYUlZOVVZWTWlMQ0pxYjJKTWIyTmhkR2x2YmlJNkluZGxjM1IxY3lKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29130.01",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.14"
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.23"
]
},
"ResponseHeaders": {
@@ -3012,22 +2841,22 @@
"no-cache"
],
"Location": [
- "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SR1BTOTUwNy1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01"
+ "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SR1BTOTAwMy1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01"
],
"Retry-After": [
"15"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11994"
+ "11960"
],
"x-ms-request-id": [
- "1cf22e2b-7446-41b8-ae5b-7b7186de9ff1"
+ "51a5d0f3-071c-4dac-831d-f2bf8ef95832"
],
"x-ms-correlation-request-id": [
- "1cf22e2b-7446-41b8-ae5b-7b7186de9ff1"
+ "51a5d0f3-071c-4dac-831d-f2bf8ef95832"
],
"x-ms-routing-request-id": [
- "SOUTHEASTASIA:20200602T060720Z:1cf22e2b-7446-41b8-ae5b-7b7186de9ff1"
+ "SOUTHEASTASIA:20200908T034631Z:51a5d0f3-071c-4dac-831d-f2bf8ef95832"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -3036,7 +2865,7 @@
"nosniff"
],
"Date": [
- "Tue, 02 Jun 2020 06:07:20 GMT"
+ "Tue, 08 Sep 2020 03:46:30 GMT"
],
"Expires": [
"-1"
@@ -3049,16 +2878,16 @@
"StatusCode": 202
},
{
- "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SR1BTOTUwNy1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFTUjFCVE9UVXdOeTFYUlZOVVZWTWlMQ0pxYjJKTWIyTmhkR2x2YmlJNkluZGxjM1IxY3lKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx",
+ "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SR1BTOTAwMy1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFTUjFCVE9UQXdNeTFYUlZOVVZWTWlMQ0pxYjJKTWIyTmhkR2x2YmlJNkluZGxjM1IxY3lKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29130.01",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.14"
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.23"
]
},
"ResponseHeaders": {
@@ -3069,16 +2898,16 @@
"no-cache"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11993"
+ "11959"
],
"x-ms-request-id": [
- "7c1740cf-2bfc-409f-be45-cbe94f451a31"
+ "3a08f408-fa58-4a0c-baf3-a68dd2ca602c"
],
"x-ms-correlation-request-id": [
- "7c1740cf-2bfc-409f-be45-cbe94f451a31"
+ "3a08f408-fa58-4a0c-baf3-a68dd2ca602c"
],
"x-ms-routing-request-id": [
- "SOUTHEASTASIA:20200602T060735Z:7c1740cf-2bfc-409f-be45-cbe94f451a31"
+ "SOUTHEASTASIA:20200908T034647Z:3a08f408-fa58-4a0c-baf3-a68dd2ca602c"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -3087,7 +2916,7 @@
"nosniff"
],
"Date": [
- "Tue, 02 Jun 2020 06:07:35 GMT"
+ "Tue, 08 Sep 2020 03:46:46 GMT"
],
"Expires": [
"-1"
@@ -3100,16 +2929,16 @@
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SR1BTOTUwNy1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFTUjFCVE9UVXdOeTFYUlZOVVZWTWlMQ0pxYjJKTWIyTmhkR2x2YmlJNkluZGxjM1IxY3lKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx",
+ "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SR1BTOTAwMy1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFTUjFCVE9UQXdNeTFYUlZOVVZWTWlMQ0pxYjJKTWIyTmhkR2x2YmlJNkluZGxjM1IxY3lKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29130.01",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.14"
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.23"
]
},
"ResponseHeaders": {
@@ -3120,16 +2949,16 @@
"no-cache"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11992"
+ "11958"
],
"x-ms-request-id": [
- "5c0f182b-e006-4808-bb5e-a821b4ec6f03"
+ "a4363381-6006-4c35-a43b-ec165a9b14a8"
],
"x-ms-correlation-request-id": [
- "5c0f182b-e006-4808-bb5e-a821b4ec6f03"
+ "a4363381-6006-4c35-a43b-ec165a9b14a8"
],
"x-ms-routing-request-id": [
- "SOUTHEASTASIA:20200602T060736Z:5c0f182b-e006-4808-bb5e-a821b4ec6f03"
+ "SOUTHEASTASIA:20200908T034647Z:a4363381-6006-4c35-a43b-ec165a9b14a8"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -3138,7 +2967,7 @@
"nosniff"
],
"Date": [
- "Tue, 02 Jun 2020 06:07:35 GMT"
+ "Tue, 08 Sep 2020 03:46:46 GMT"
],
"Expires": [
"-1"
@@ -3153,8 +2982,8 @@
],
"Names": {
"Test-NewAzAksSimple": [
- "ps9507",
- "ps5598"
+ "ps9003",
+ "ps7892"
]
},
"Variables": {
diff --git a/src/Aks/Aks.Test/SessionRecords/Commands.Aks.Test.ScenarioTests.NodePoolTests/TestAksNodePool.json b/src/Aks/Aks.Test/SessionRecords/Commands.Aks.Test.ScenarioTests.NodePoolTests/TestAksNodePool.json
index 6bb049fb9746..407b61f4a432 100644
--- a/src/Aks/Aks.Test/SessionRecords/Commands.Aks.Test.ScenarioTests.NodePoolTests/TestAksNodePool.json
+++ b/src/Aks/Aks.Test/SessionRecords/Commands.Aks.Test.ScenarioTests.NodePoolTests/TestAksNodePool.json
@@ -7,16 +7,16 @@
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "efdf3e86-57a8-4678-9f71-99a1e43f50ac"
+ "4b460f7c-2b70-47fe-b2db-db8366022f1a"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29130.01",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.4"
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.23"
]
},
"ResponseHeaders": {
@@ -27,16 +27,16 @@
"no-cache"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11999"
+ "11994"
],
"x-ms-request-id": [
- "50c119d8-ed92-4e02-b6a1-c6c022b969af"
+ "ef893f9e-8110-411c-9013-ca0be0ed1642"
],
"x-ms-correlation-request-id": [
- "50c119d8-ed92-4e02-b6a1-c6c022b969af"
+ "ef893f9e-8110-411c-9013-ca0be0ed1642"
],
"x-ms-routing-request-id": [
- "SOUTHEASTASIA:20200323T135537Z:50c119d8-ed92-4e02-b6a1-c6c022b969af"
+ "SOUTHEASTASIA:20200908T034926Z:ef893f9e-8110-411c-9013-ca0be0ed1642"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -45,7 +45,7 @@
"nosniff"
],
"Date": [
- "Mon, 23 Mar 2020 13:55:37 GMT"
+ "Tue, 08 Sep 2020 03:49:25 GMT"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -54,10 +54,10 @@
"-1"
],
"Content-Length": [
- "4955"
+ "5360"
]
},
- "ResponseBody": "{\r\n \"id\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService\",\r\n \"namespace\": \"Microsoft.ContainerService\",\r\n \"authorization\": {\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 \"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 ],\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 \"East US\",\r\n \"West Europe\",\r\n \"France Central\",\r\n \"Central US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"Australia East\",\r\n \"North Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"East US 2\",\r\n \"South Central US\",\r\n \"North Central US\",\r\n \"Southeast Asia\",\r\n \"Australia Southeast\",\r\n \"UK West\",\r\n \"South India\",\r\n \"Central India\",\r\n \"East Asia\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"Brazil South\",\r\n \"Germany North\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Germany West Central\",\r\n \"UAE North\",\r\n \"Norway East\",\r\n \"Norway West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-02-01\",\r\n \"2020-01-01\",\r\n \"2019-11-01\",\r\n \"2019-10-01\",\r\n \"2019-08-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-08-01-preview\",\r\n \"2018-03-31\",\r\n \"2017-08-31\"\r\n ],\r\n \"capabilities\": \"SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"openShiftManagedClusters\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"France Central\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"Central India\",\r\n \"South Africa North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-09-30-preview\",\r\n \"2019-04-30\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations/openShiftClusters\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"France Central\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"Central India\",\r\n \"South Africa North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-09-30-preview\",\r\n \"2019-04-30\",\r\n \"2018-09-30-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-08-31\",\r\n \"2017-01-31\",\r\n \"2016-09-30\",\r\n \"2016-03-30\",\r\n \"2015-11-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West Europe\",\r\n \"France Central\",\r\n \"Central US\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"UK South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"North Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"East US 2\",\r\n \"South Central US\",\r\n \"North Central US\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"South Africa North\",\r\n \"Brazil South\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"UAE North\",\r\n \"Norway East\",\r\n \"Norway West\"\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 \"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 \"France Central\",\r\n \"North Europe\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"UAE North\",\r\n \"Norway East\",\r\n \"Norway West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-03-30\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-10-31\",\r\n \"2018-03-31\",\r\n \"2017-08-31\",\r\n \"2017-07-01\",\r\n \"2017-01-31\",\r\n \"2016-09-30\",\r\n \"2016-03-30\",\r\n \"2015-11-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/orchestrators\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West Europe\",\r\n \"France Central\",\r\n \"Central US\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"North Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"East US 2\",\r\n \"South Central US\",\r\n \"North Central US\",\r\n \"Southeast Asia\",\r\n \"South India\",\r\n \"Central India\",\r\n \"East Asia\",\r\n \"South Africa North\",\r\n \"Brazil South\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"UAE North\",\r\n \"Norway East\",\r\n \"Norway West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-02-01\",\r\n \"2020-01-01\",\r\n \"2019-11-01\",\r\n \"2019-10-01\",\r\n \"2019-08-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2017-09-30\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}",
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService\",\r\n \"namespace\": \"Microsoft.ContainerService\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"7319c514-987d-4e9b-ac3d-d38c4f427f4c\",\r\n \"roleDefinitionId\": \"1b4a0c7f-2217-416f-acfa-cf73452fdc1c\",\r\n \"managedByRoleDefinitionId\": \"9e3af657-a8ff-583c-a75c-2fe7c4bcb635\",\r\n \"managedByAuthorization\": {\r\n \"allowManagedByInheritance\": true\r\n }\r\n },\r\n {\r\n \"applicationId\": \"6dae42f8-4368-4678-94ff-3960e28e3630\",\r\n \"roleDefinitionId\": \"831388fc-33b1-4dd1-b64c-40fdcaf96654\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"containerServices\",\r\n \"locations\": [\r\n \"Japan East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan West\",\r\n \"East Asia\",\r\n \"South Central US\",\r\n \"North Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Southeast Asia\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East US\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-07-01\",\r\n \"2017-01-31\",\r\n \"2016-09-30\",\r\n \"2016-03-30\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"managedClusters\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"East US\",\r\n \"West Europe\",\r\n \"France Central\",\r\n \"Central US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"Australia East\",\r\n \"North Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"East US 2\",\r\n \"South Central US\",\r\n \"North Central US\",\r\n \"Southeast Asia\",\r\n \"Australia Southeast\",\r\n \"UK West\",\r\n \"South India\",\r\n \"Central India\",\r\n \"East Asia\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"Brazil South\",\r\n \"Germany North\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Germany West Central\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-07-01\",\r\n \"2020-06-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-02-01\",\r\n \"2020-01-01\",\r\n \"2019-11-01\",\r\n \"2019-10-01\",\r\n \"2019-08-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-08-01-preview\",\r\n \"2018-03-31\",\r\n \"2017-08-31\"\r\n ],\r\n \"capabilities\": \"SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"openShiftManagedClusters\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"France Central\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Central India\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-09-30-preview\",\r\n \"2019-04-30\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations/openShiftClusters\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"France Central\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Central India\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-09-30-preview\",\r\n \"2019-04-30\",\r\n \"2018-09-30-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-08-31\",\r\n \"2017-01-31\",\r\n \"2016-09-30\",\r\n \"2016-03-30\",\r\n \"2015-11-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West Europe\",\r\n \"France Central\",\r\n \"Central US\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"UK South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"North Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"East US 2\",\r\n \"South Central US\",\r\n \"North Central US\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"South Africa North\",\r\n \"Brazil South\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-08-31\",\r\n \"2016-03-30\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operations\",\r\n \"locations\": [\r\n \"France Central\",\r\n \"East US\",\r\n \"West Europe\",\r\n \"Central US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"West US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"North Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"East US 2\",\r\n \"South Central US\",\r\n \"North Central US\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"South Africa North\",\r\n \"Brazil South\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-03-30\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-10-31\",\r\n \"2018-03-31\",\r\n \"2017-08-31\",\r\n \"2017-07-01\",\r\n \"2017-01-31\",\r\n \"2016-09-30\",\r\n \"2016-03-30\",\r\n \"2015-11-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/orchestrators\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West Europe\",\r\n \"France Central\",\r\n \"Central US\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"North Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"East US 2\",\r\n \"South Central US\",\r\n \"North Central US\",\r\n \"Southeast Asia\",\r\n \"South India\",\r\n \"Central India\",\r\n \"East Asia\",\r\n \"South Africa North\",\r\n \"Brazil South\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-07-01\",\r\n \"2020-06-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-02-01\",\r\n \"2020-01-01\",\r\n \"2019-11-01\",\r\n \"2019-10-01\",\r\n \"2019-08-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2017-09-30\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}",
"StatusCode": 200
},
{
@@ -67,16 +67,16 @@
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "213928a4-0aa8-4226-ba79-5d9b9937ddde"
+ "29943755-58ac-4634-af49-3d2a8347fb16"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29130.01",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.4"
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.23"
]
},
"ResponseHeaders": {
@@ -87,16 +87,16 @@
"no-cache"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11997"
+ "11992"
],
"x-ms-request-id": [
- "6a20dd5f-ceb1-4742-b3d4-d4dff98f9623"
+ "b412e704-4333-4df5-9139-4ba4a21caede"
],
"x-ms-correlation-request-id": [
- "6a20dd5f-ceb1-4742-b3d4-d4dff98f9623"
+ "b412e704-4333-4df5-9139-4ba4a21caede"
],
"x-ms-routing-request-id": [
- "SOUTHEASTASIA:20200323T135541Z:6a20dd5f-ceb1-4742-b3d4-d4dff98f9623"
+ "SOUTHEASTASIA:20200908T034929Z:b412e704-4333-4df5-9139-4ba4a21caede"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -105,7 +105,7 @@
"nosniff"
],
"Date": [
- "Mon, 23 Mar 2020 13:55:41 GMT"
+ "Tue, 08 Sep 2020 03:49:28 GMT"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -114,29 +114,29 @@
"-1"
],
"Content-Length": [
- "4955"
+ "5360"
]
},
- "ResponseBody": "{\r\n \"id\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService\",\r\n \"namespace\": \"Microsoft.ContainerService\",\r\n \"authorization\": {\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 \"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 ],\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 \"East US\",\r\n \"West Europe\",\r\n \"France Central\",\r\n \"Central US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"Australia East\",\r\n \"North Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"East US 2\",\r\n \"South Central US\",\r\n \"North Central US\",\r\n \"Southeast Asia\",\r\n \"Australia Southeast\",\r\n \"UK West\",\r\n \"South India\",\r\n \"Central India\",\r\n \"East Asia\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"Brazil South\",\r\n \"Germany North\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Germany West Central\",\r\n \"UAE North\",\r\n \"Norway East\",\r\n \"Norway West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-02-01\",\r\n \"2020-01-01\",\r\n \"2019-11-01\",\r\n \"2019-10-01\",\r\n \"2019-08-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-08-01-preview\",\r\n \"2018-03-31\",\r\n \"2017-08-31\"\r\n ],\r\n \"capabilities\": \"SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"openShiftManagedClusters\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"France Central\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"Central India\",\r\n \"South Africa North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-09-30-preview\",\r\n \"2019-04-30\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations/openShiftClusters\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"France Central\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"Central India\",\r\n \"South Africa North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-09-30-preview\",\r\n \"2019-04-30\",\r\n \"2018-09-30-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-08-31\",\r\n \"2017-01-31\",\r\n \"2016-09-30\",\r\n \"2016-03-30\",\r\n \"2015-11-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West Europe\",\r\n \"France Central\",\r\n \"Central US\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"UK South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"North Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"East US 2\",\r\n \"South Central US\",\r\n \"North Central US\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"South Africa North\",\r\n \"Brazil South\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"UAE North\",\r\n \"Norway East\",\r\n \"Norway West\"\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 \"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 \"France Central\",\r\n \"North Europe\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"UAE North\",\r\n \"Norway East\",\r\n \"Norway West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-03-30\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-10-31\",\r\n \"2018-03-31\",\r\n \"2017-08-31\",\r\n \"2017-07-01\",\r\n \"2017-01-31\",\r\n \"2016-09-30\",\r\n \"2016-03-30\",\r\n \"2015-11-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/orchestrators\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West Europe\",\r\n \"France Central\",\r\n \"Central US\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"North Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"East US 2\",\r\n \"South Central US\",\r\n \"North Central US\",\r\n \"Southeast Asia\",\r\n \"South India\",\r\n \"Central India\",\r\n \"East Asia\",\r\n \"South Africa North\",\r\n \"Brazil South\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"UAE North\",\r\n \"Norway East\",\r\n \"Norway West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-02-01\",\r\n \"2020-01-01\",\r\n \"2019-11-01\",\r\n \"2019-10-01\",\r\n \"2019-08-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2017-09-30\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}",
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService\",\r\n \"namespace\": \"Microsoft.ContainerService\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"7319c514-987d-4e9b-ac3d-d38c4f427f4c\",\r\n \"roleDefinitionId\": \"1b4a0c7f-2217-416f-acfa-cf73452fdc1c\",\r\n \"managedByRoleDefinitionId\": \"9e3af657-a8ff-583c-a75c-2fe7c4bcb635\",\r\n \"managedByAuthorization\": {\r\n \"allowManagedByInheritance\": true\r\n }\r\n },\r\n {\r\n \"applicationId\": \"6dae42f8-4368-4678-94ff-3960e28e3630\",\r\n \"roleDefinitionId\": \"831388fc-33b1-4dd1-b64c-40fdcaf96654\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"containerServices\",\r\n \"locations\": [\r\n \"Japan East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan West\",\r\n \"East Asia\",\r\n \"South Central US\",\r\n \"North Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Southeast Asia\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East US\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-07-01\",\r\n \"2017-01-31\",\r\n \"2016-09-30\",\r\n \"2016-03-30\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"managedClusters\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"East US\",\r\n \"West Europe\",\r\n \"France Central\",\r\n \"Central US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"Australia East\",\r\n \"North Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"East US 2\",\r\n \"South Central US\",\r\n \"North Central US\",\r\n \"Southeast Asia\",\r\n \"Australia Southeast\",\r\n \"UK West\",\r\n \"South India\",\r\n \"Central India\",\r\n \"East Asia\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"Brazil South\",\r\n \"Germany North\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Germany West Central\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-07-01\",\r\n \"2020-06-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-02-01\",\r\n \"2020-01-01\",\r\n \"2019-11-01\",\r\n \"2019-10-01\",\r\n \"2019-08-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-08-01-preview\",\r\n \"2018-03-31\",\r\n \"2017-08-31\"\r\n ],\r\n \"capabilities\": \"SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"openShiftManagedClusters\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"France Central\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Central India\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-09-30-preview\",\r\n \"2019-04-30\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations/openShiftClusters\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"France Central\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Central India\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-09-30-preview\",\r\n \"2019-04-30\",\r\n \"2018-09-30-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-08-31\",\r\n \"2017-01-31\",\r\n \"2016-09-30\",\r\n \"2016-03-30\",\r\n \"2015-11-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West Europe\",\r\n \"France Central\",\r\n \"Central US\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"UK South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"North Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"East US 2\",\r\n \"South Central US\",\r\n \"North Central US\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"South Africa North\",\r\n \"Brazil South\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-08-31\",\r\n \"2016-03-30\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operations\",\r\n \"locations\": [\r\n \"France Central\",\r\n \"East US\",\r\n \"West Europe\",\r\n \"Central US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"West US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"North Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"East US 2\",\r\n \"South Central US\",\r\n \"North Central US\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"South Africa North\",\r\n \"Brazil South\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-03-30\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-10-31\",\r\n \"2018-03-31\",\r\n \"2017-08-31\",\r\n \"2017-07-01\",\r\n \"2017-01-31\",\r\n \"2016-09-30\",\r\n \"2016-03-30\",\r\n \"2015-11-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/orchestrators\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West Europe\",\r\n \"France Central\",\r\n \"Central US\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"North Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"East US 2\",\r\n \"South Central US\",\r\n \"North Central US\",\r\n \"Southeast Asia\",\r\n \"South India\",\r\n \"Central India\",\r\n \"East Asia\",\r\n \"South Africa North\",\r\n \"Brazil South\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-07-01\",\r\n \"2020-06-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-02-01\",\r\n \"2020-01-01\",\r\n \"2019-11-01\",\r\n \"2019-10-01\",\r\n \"2019-08-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2017-09-30\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourcegroups/rgps9328?api-version=2016-09-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Jlc291cmNlZ3JvdXBzL3JncHM5MzI4P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=",
+ "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourcegroups/rgps9413?api-version=2016-09-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Jlc291cmNlZ3JvdXBzL3JncHM5NDEzP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=",
"RequestMethod": "PUT",
"RequestBody": "{\r\n \"location\": \"West US\"\r\n}",
"RequestHeaders": {
"x-ms-client-request-id": [
- "a40a9d60-6856-4580-a199-6e7af7ce5396"
+ "0ff011ba-42b9-4ad8-aad6-ae4091f776c7"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29130.01",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.4"
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.23"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -156,4927 +156,13 @@
"1199"
],
"x-ms-request-id": [
- "f64379f3-d538-40d6-a4ea-dee562c4c931"
- ],
- "x-ms-correlation-request-id": [
- "f64379f3-d538-40d6-a4ea-dee562c4c931"
- ],
- "x-ms-routing-request-id": [
- "SOUTHEASTASIA:20200323T135541Z:f64379f3-d538-40d6-a4ea-dee562c4c931"
- ],
- "Strict-Transport-Security": [
- "max-age=31536000; includeSubDomains"
- ],
- "X-Content-Type-Options": [
- "nosniff"
- ],
- "Date": [
- "Mon, 23 Mar 2020 13:55:40 GMT"
- ],
- "Content-Length": [
- "169"
- ],
- "Content-Type": [
- "application/json; charset=utf-8"
- ],
- "Expires": [
- "-1"
- ]
- },
- "ResponseBody": "{\r\n \"id\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/rgps9328\",\r\n \"name\": \"rgps9328\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}",
- "StatusCode": 201
- },
- {
- "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/rgps9328/providers/Microsoft.ContainerService/managedClusters/kubeps4983?api-version=2019-10-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Jlc291cmNlR3JvdXBzL3JncHM5MzI4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9tYW5hZ2VkQ2x1c3RlcnMva3ViZXBzNDk4Mz9hcGktdmVyc2lvbj0yMDE5LTEwLTAx",
- "RequestMethod": "GET",
- "RequestBody": "",
- "RequestHeaders": {
- "x-ms-client-request-id": [
- "a1720c88-4ff0-45d2-8273-88f4c0034f2a"
- ],
- "Accept-Language": [
- "en-US"
- ],
- "User-Agent": [
- "FxVersion/4.6.28207.03",
- "OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.0.0"
- ]
- },
- "ResponseHeaders": {
- "Cache-Control": [
- "no-cache"
- ],
- "Pragma": [
- "no-cache"
- ],
- "x-ms-failure-cause": [
- "gateway"
- ],
- "x-ms-request-id": [
- "3102b143-3d4a-4c37-b1ce-a51093eeea72"
- ],
- "x-ms-correlation-request-id": [
- "3102b143-3d4a-4c37-b1ce-a51093eeea72"
- ],
- "x-ms-routing-request-id": [
- "SOUTHEASTASIA:20200323T135541Z:3102b143-3d4a-4c37-b1ce-a51093eeea72"
- ],
- "Strict-Transport-Security": [
- "max-age=31536000; includeSubDomains"
- ],
- "X-Content-Type-Options": [
- "nosniff"
- ],
- "Date": [
- "Mon, 23 Mar 2020 13:55:41 GMT"
- ],
- "Content-Type": [
- "application/json; charset=utf-8"
- ],
- "Expires": [
- "-1"
- ],
- "Content-Length": [
- "165"
- ]
- },
- "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.ContainerService/managedClusters/kubeps4983' under resource group 'rgps9328' was not found.\"\r\n }\r\n}",
- "StatusCode": 404
- },
- {
- "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/rgps9328/providers/Microsoft.ContainerService/managedClusters/kubeps4983?api-version=2019-10-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Jlc291cmNlR3JvdXBzL3JncHM5MzI4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9tYW5hZ2VkQ2x1c3RlcnMva3ViZXBzNDk4Mz9hcGktdmVyc2lvbj0yMDE5LTEwLTAx",
- "RequestMethod": "GET",
- "RequestBody": "",
- "RequestHeaders": {
- "User-Agent": [
- "FxVersion/4.6.28207.03",
- "OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.0.0"
- ]
- },
- "ResponseHeaders": {
- "Cache-Control": [
- "no-cache"
- ],
- "Pragma": [
- "no-cache"
- ],
- "x-ms-routing-request-id": [
- "SOUTHEASTASIA:20200323T140204Z:3fd1147f-e96f-4249-a710-2fb04a34ee04"
- ],
- "x-ms-ratelimit-remaining-subscription-reads": [
- "11986"
- ],
- "x-ms-correlation-request-id": [
- "3fd1147f-e96f-4249-a710-2fb04a34ee04"
- ],
- "x-ms-request-id": [
- "241e18c2-6627-4ed7-9364-56c388b874f8"
- ],
- "Strict-Transport-Security": [
- "max-age=31536000; includeSubDomains"
- ],
- "X-Content-Type-Options": [
- "nosniff"
- ],
- "Server": [
- "nginx"
- ],
- "Date": [
- "Mon, 23 Mar 2020 14:02:03 GMT"
- ],
- "Content-Length": [
- "2123"
- ],
- "Content-Type": [
- "application/json"
- ],
- "Expires": [
- "-1"
- ]
- },
- "ResponseBody": "{\r\n \"id\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourcegroups/rgps9328/providers/Microsoft.ContainerService/managedClusters/kubeps4983\",\r\n \"location\": \"westus\",\r\n \"name\": \"kubeps4983\",\r\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"kubernetesVersion\": \"1.15.10\",\r\n \"dnsPrefix\": \"kubepc9cb\",\r\n \"fqdn\": \"kubepc9cb-e8c7e413.hcp.westus.azmk8s.io\",\r\n \"agentPoolProfiles\": [\r\n {\r\n \"name\": \"default\",\r\n \"count\": 3,\r\n \"vmSize\": \"Standard_D2_v2\",\r\n \"osDiskSizeGB\": 100,\r\n \"maxPods\": 30,\r\n \"type\": \"VirtualMachineScaleSets\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"orchestratorVersion\": \"1.15.10\",\r\n \"osType\": \"Linux\"\r\n }\r\n ],\r\n \"linuxProfile\": {\r\n \"adminUsername\": \"azureuser\",\r\n \"ssh\": {\r\n \"publicKeys\": [\r\n {\r\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQChy6cYuI2+AoUycYdObeb45hTY5N46KTuCyy7Ln6Sg+xOoC0RyEAOmLzAWUjYCgbgCuJyOWR7HUz8vGz9guxpeb6kKroXVU20/ZA7fdE8OLU/86aCWZJkBuDJpbmPZsuVwjBJ2sQClmyR+UESLmi+pHLF/QGC55sNh00kdLOpzJLFnkb7nkTWQZ25sWqzr/gmrAx5Pvn6fb6PzTgFKNjKyU2XvJQUpy0iXY1jCJd+0fMzbFDR44izuR+Y9FZ8H2abyARd/ujVYTY8S90ICW7J2eZFQPe8uCfhAjaMlHcQpAjQn/1+h21hJM51UckW1z1XptJZAYWr1IJHTp5B9KfKI/C+4EkcILlPGeqvoZlOCWPYiu6LetiWAf7I9TMfVbBmdl6tPt37Dene7rmHAOIcviskzSmFs7ajjLnOMLDp1GDDfBUntu+VOMHZo09AqOdXva5Qij+YMU1T/xd8cMPvEK7NPmp9E4T5kl+jy+zQxcP3w+niPEtI6w8uYM+vznq5g5nu1WGFT8hG+CprOnB/OzrZsJPMkWzg6cCiQ2nkBM1tjNxA0XHm665fg3OjqRhnXRMorEHri6T+0huUis6CY7Kbu5r1S4yll/eXhBLB6MNvqmeEHpwuGbEksSwjCCNBi812vOaYJ3ZIcSmgiafTDok9bsIEGj9xhNhiCV0Gklw== devigned@msft.com\\r\\n\"\r\n }\r\n ]\r\n }\r\n },\r\n \"windowsProfile\": {\r\n \"adminUsername\": \"winuser\"\r\n },\r\n \"servicePrincipalProfile\": {\r\n \"clientId\": \"1092eb5c-c31b-4c31-9b10-affc9a8f35c9\"\r\n },\r\n \"nodeResourceGroup\": \"MC_rgps9328_kubeps4983_westus\",\r\n \"enableRBAC\": false,\r\n \"networkProfile\": {\r\n \"networkPlugin\": \"azure\",\r\n \"loadBalancerSku\": \"Basic\",\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\": 10\r\n }\r\n}",
- "StatusCode": 200
- },
- {
- "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/rgps9328/providers/Microsoft.ContainerService/managedClusters/kubeps4983?api-version=2019-10-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Jlc291cmNlR3JvdXBzL3JncHM5MzI4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9tYW5hZ2VkQ2x1c3RlcnMva3ViZXBzNDk4Mz9hcGktdmVyc2lvbj0yMDE5LTEwLTAx",
- "RequestMethod": "GET",
- "RequestBody": "",
- "RequestHeaders": {
- "x-ms-client-request-id": [
- "b2d5c5a0-23ef-456d-80af-2be0857edc7d"
- ],
- "Accept-Language": [
- "en-US"
- ],
- "User-Agent": [
- "FxVersion/4.6.28207.03",
- "OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.0.0"
- ]
- },
- "ResponseHeaders": {
- "Cache-Control": [
- "no-cache"
- ],
- "Pragma": [
- "no-cache"
- ],
- "x-ms-routing-request-id": [
- "SOUTHEASTASIA:20200323T140206Z:f4ef5e61-2fde-433e-9af6-5a7274b07fa2"
- ],
- "x-ms-ratelimit-remaining-subscription-reads": [
- "11985"
- ],
- "x-ms-correlation-request-id": [
- "f4ef5e61-2fde-433e-9af6-5a7274b07fa2"
- ],
- "x-ms-request-id": [
- "9c747c4b-da87-46b9-a24a-25b33549981f"
- ],
- "Strict-Transport-Security": [
- "max-age=31536000; includeSubDomains"
- ],
- "X-Content-Type-Options": [
- "nosniff"
- ],
- "Server": [
- "nginx"
- ],
- "Date": [
- "Mon, 23 Mar 2020 14:02:05 GMT"
- ],
- "Content-Length": [
- "2123"
- ],
- "Content-Type": [
- "application/json"
- ],
- "Expires": [
- "-1"
- ]
- },
- "ResponseBody": "{\r\n \"id\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourcegroups/rgps9328/providers/Microsoft.ContainerService/managedClusters/kubeps4983\",\r\n \"location\": \"westus\",\r\n \"name\": \"kubeps4983\",\r\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"kubernetesVersion\": \"1.15.10\",\r\n \"dnsPrefix\": \"kubepc9cb\",\r\n \"fqdn\": \"kubepc9cb-e8c7e413.hcp.westus.azmk8s.io\",\r\n \"agentPoolProfiles\": [\r\n {\r\n \"name\": \"default\",\r\n \"count\": 3,\r\n \"vmSize\": \"Standard_D2_v2\",\r\n \"osDiskSizeGB\": 100,\r\n \"maxPods\": 30,\r\n \"type\": \"VirtualMachineScaleSets\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"orchestratorVersion\": \"1.15.10\",\r\n \"osType\": \"Linux\"\r\n }\r\n ],\r\n \"linuxProfile\": {\r\n \"adminUsername\": \"azureuser\",\r\n \"ssh\": {\r\n \"publicKeys\": [\r\n {\r\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQChy6cYuI2+AoUycYdObeb45hTY5N46KTuCyy7Ln6Sg+xOoC0RyEAOmLzAWUjYCgbgCuJyOWR7HUz8vGz9guxpeb6kKroXVU20/ZA7fdE8OLU/86aCWZJkBuDJpbmPZsuVwjBJ2sQClmyR+UESLmi+pHLF/QGC55sNh00kdLOpzJLFnkb7nkTWQZ25sWqzr/gmrAx5Pvn6fb6PzTgFKNjKyU2XvJQUpy0iXY1jCJd+0fMzbFDR44izuR+Y9FZ8H2abyARd/ujVYTY8S90ICW7J2eZFQPe8uCfhAjaMlHcQpAjQn/1+h21hJM51UckW1z1XptJZAYWr1IJHTp5B9KfKI/C+4EkcILlPGeqvoZlOCWPYiu6LetiWAf7I9TMfVbBmdl6tPt37Dene7rmHAOIcviskzSmFs7ajjLnOMLDp1GDDfBUntu+VOMHZo09AqOdXva5Qij+YMU1T/xd8cMPvEK7NPmp9E4T5kl+jy+zQxcP3w+niPEtI6w8uYM+vznq5g5nu1WGFT8hG+CprOnB/OzrZsJPMkWzg6cCiQ2nkBM1tjNxA0XHm665fg3OjqRhnXRMorEHri6T+0huUis6CY7Kbu5r1S4yll/eXhBLB6MNvqmeEHpwuGbEksSwjCCNBi812vOaYJ3ZIcSmgiafTDok9bsIEGj9xhNhiCV0Gklw== devigned@msft.com\\r\\n\"\r\n }\r\n ]\r\n }\r\n },\r\n \"windowsProfile\": {\r\n \"adminUsername\": \"winuser\"\r\n },\r\n \"servicePrincipalProfile\": {\r\n \"clientId\": \"1092eb5c-c31b-4c31-9b10-affc9a8f35c9\"\r\n },\r\n \"nodeResourceGroup\": \"MC_rgps9328_kubeps4983_westus\",\r\n \"enableRBAC\": false,\r\n \"networkProfile\": {\r\n \"networkPlugin\": \"azure\",\r\n \"loadBalancerSku\": \"Basic\",\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\": 10\r\n }\r\n}",
- "StatusCode": 200
- },
- {
- "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourcegroups/rgps9328?api-version=2016-09-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Jlc291cmNlZ3JvdXBzL3JncHM5MzI4P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=",
- "RequestMethod": "GET",
- "RequestBody": "",
- "RequestHeaders": {
- "x-ms-client-request-id": [
- "9949cec3-ce86-4d27-b965-5d3e16254e97"
- ],
- "Accept-Language": [
- "en-US"
- ],
- "User-Agent": [
- "FxVersion/4.6.28207.03",
- "OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.4"
- ]
- },
- "ResponseHeaders": {
- "Cache-Control": [
- "no-cache"
- ],
- "Pragma": [
- "no-cache"
- ],
- "x-ms-ratelimit-remaining-subscription-reads": [
- "11998"
- ],
- "x-ms-request-id": [
- "71ebcd9b-f6f1-4ca0-9d32-34d4e12d4bd7"
+ "8ee6d082-ee74-446b-ab06-c628cb167142"
],
"x-ms-correlation-request-id": [
- "71ebcd9b-f6f1-4ca0-9d32-34d4e12d4bd7"
- ],
- "x-ms-routing-request-id": [
- "SOUTHEASTASIA:20200323T135541Z:71ebcd9b-f6f1-4ca0-9d32-34d4e12d4bd7"
- ],
- "Strict-Transport-Security": [
- "max-age=31536000; includeSubDomains"
- ],
- "X-Content-Type-Options": [
- "nosniff"
- ],
- "Date": [
- "Mon, 23 Mar 2020 13:55:41 GMT"
- ],
- "Content-Type": [
- "application/json; charset=utf-8"
- ],
- "Expires": [
- "-1"
- ],
- "Content-Length": [
- "169"
- ]
- },
- "ResponseBody": "{\r\n \"id\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/rgps9328\",\r\n \"name\": \"rgps9328\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}",
- "StatusCode": 200
- },
- {
- "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/rgps9328/providers/Microsoft.ContainerService/managedClusters/kubeps4983?api-version=2019-10-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Jlc291cmNlR3JvdXBzL3JncHM5MzI4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9tYW5hZ2VkQ2x1c3RlcnMva3ViZXBzNDk4Mz9hcGktdmVyc2lvbj0yMDE5LTEwLTAx",
- "RequestMethod": "PUT",
- "RequestBody": "{\r\n \"properties\": {\r\n \"kubernetesVersion\": \"1.15.10\",\r\n \"dnsPrefix\": \"kubepc9cb\",\r\n \"agentPoolProfiles\": [\r\n {\r\n \"name\": \"default\",\r\n \"count\": 3,\r\n \"vmSize\": \"Standard_D2_v2\",\r\n \"osDiskSizeGB\": 0,\r\n \"type\": \"VirtualMachineScaleSets\"\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\": \"winuser\",\r\n \"adminPassword\": \"Password!!123\"\r\n },\r\n \"servicePrincipalProfile\": {\r\n \"clientId\": \"1092eb5c-c31b-4c31-9b10-affc9a8f35c9\",\r\n \"secret\": \"0eecd6b0-ca3e-489f-821c-7bf7fb658d27\"\r\n },\r\n \"networkProfile\": {\r\n \"networkPlugin\": \"azure\"\r\n }\r\n },\r\n \"location\": \"westus\"\r\n}",
- "RequestHeaders": {
- "x-ms-client-request-id": [
- "dbe6de93-1848-4770-b080-ca391759316d"
- ],
- "Accept-Language": [
- "en-US"
- ],
- "User-Agent": [
- "FxVersion/4.6.28207.03",
- "OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.0.0"
- ],
- "Content-Type": [
- "application/json; charset=utf-8"
- ],
- "Content-Length": [
- "1589"
- ]
- },
- "ResponseHeaders": {
- "Cache-Control": [
- "no-cache"
- ],
- "Pragma": [
- "no-cache"
+ "8ee6d082-ee74-446b-ab06-c628cb167142"
],
"x-ms-routing-request-id": [
- "SOUTHEASTASIA:20200323T135554Z:bb964153-6f5b-41d6-97fc-660eb39b5666"
- ],
- "x-ms-ratelimit-remaining-subscription-writes": [
- "1199"
- ],
- "Azure-AsyncOperation": [
- "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/c3959b4d-abd6-47dc-acdb-a25882d42024?api-version=2017-08-31"
- ],
- "x-ms-correlation-request-id": [
- "bb964153-6f5b-41d6-97fc-660eb39b5666"
- ],
- "x-ms-request-id": [
- "c3959b4d-abd6-47dc-acdb-a25882d42024"
- ],
- "Strict-Transport-Security": [
- "max-age=31536000; includeSubDomains"
- ],
- "X-Content-Type-Options": [
- "nosniff"
- ],
- "Server": [
- "nginx"
- ],
- "Date": [
- "Mon, 23 Mar 2020 13:55:54 GMT"
- ],
- "Content-Length": [
- "2121"
- ],
- "Content-Type": [
- "application/json"
- ],
- "Expires": [
- "-1"
- ]
- },
- "ResponseBody": "{\r\n \"id\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourcegroups/rgps9328/providers/Microsoft.ContainerService/managedClusters/kubeps4983\",\r\n \"location\": \"westus\",\r\n \"name\": \"kubeps4983\",\r\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"kubernetesVersion\": \"1.15.10\",\r\n \"dnsPrefix\": \"kubepc9cb\",\r\n \"fqdn\": \"kubepc9cb-e8c7e413.hcp.westus.azmk8s.io\",\r\n \"agentPoolProfiles\": [\r\n {\r\n \"name\": \"default\",\r\n \"count\": 3,\r\n \"vmSize\": \"Standard_D2_v2\",\r\n \"osDiskSizeGB\": 100,\r\n \"maxPods\": 30,\r\n \"type\": \"VirtualMachineScaleSets\",\r\n \"provisioningState\": \"Creating\",\r\n \"orchestratorVersion\": \"1.15.10\",\r\n \"osType\": \"Linux\"\r\n }\r\n ],\r\n \"linuxProfile\": {\r\n \"adminUsername\": \"azureuser\",\r\n \"ssh\": {\r\n \"publicKeys\": [\r\n {\r\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQChy6cYuI2+AoUycYdObeb45hTY5N46KTuCyy7Ln6Sg+xOoC0RyEAOmLzAWUjYCgbgCuJyOWR7HUz8vGz9guxpeb6kKroXVU20/ZA7fdE8OLU/86aCWZJkBuDJpbmPZsuVwjBJ2sQClmyR+UESLmi+pHLF/QGC55sNh00kdLOpzJLFnkb7nkTWQZ25sWqzr/gmrAx5Pvn6fb6PzTgFKNjKyU2XvJQUpy0iXY1jCJd+0fMzbFDR44izuR+Y9FZ8H2abyARd/ujVYTY8S90ICW7J2eZFQPe8uCfhAjaMlHcQpAjQn/1+h21hJM51UckW1z1XptJZAYWr1IJHTp5B9KfKI/C+4EkcILlPGeqvoZlOCWPYiu6LetiWAf7I9TMfVbBmdl6tPt37Dene7rmHAOIcviskzSmFs7ajjLnOMLDp1GDDfBUntu+VOMHZo09AqOdXva5Qij+YMU1T/xd8cMPvEK7NPmp9E4T5kl+jy+zQxcP3w+niPEtI6w8uYM+vznq5g5nu1WGFT8hG+CprOnB/OzrZsJPMkWzg6cCiQ2nkBM1tjNxA0XHm665fg3OjqRhnXRMorEHri6T+0huUis6CY7Kbu5r1S4yll/eXhBLB6MNvqmeEHpwuGbEksSwjCCNBi812vOaYJ3ZIcSmgiafTDok9bsIEGj9xhNhiCV0Gklw== devigned@msft.com\\r\\n\"\r\n }\r\n ]\r\n }\r\n },\r\n \"windowsProfile\": {\r\n \"adminUsername\": \"winuser\"\r\n },\r\n \"servicePrincipalProfile\": {\r\n \"clientId\": \"1092eb5c-c31b-4c31-9b10-affc9a8f35c9\"\r\n },\r\n \"nodeResourceGroup\": \"MC_rgps9328_kubeps4983_westus\",\r\n \"enableRBAC\": false,\r\n \"networkProfile\": {\r\n \"networkPlugin\": \"azure\",\r\n \"loadBalancerSku\": \"basic\",\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\": 10\r\n }\r\n}",
- "StatusCode": 201
- },
- {
- "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/c3959b4d-abd6-47dc-acdb-a25882d42024?api-version=2017-08-31",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvYzM5NTliNGQtYWJkNi00N2RjLWFjZGItYTI1ODgyZDQyMDI0P2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
- "RequestMethod": "GET",
- "RequestBody": "",
- "RequestHeaders": {
- "User-Agent": [
- "FxVersion/4.6.28207.03",
- "OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.0.0"
- ]
- },
- "ResponseHeaders": {
- "Cache-Control": [
- "no-cache"
- ],
- "Pragma": [
- "no-cache"
- ],
- "x-ms-ratelimit-remaining-subscription-reads": [
- "11998"
- ],
- "x-ms-correlation-request-id": [
- "8d414a2e-b1d9-4c5a-ba4d-3c4c21933528"
- ],
- "x-ms-request-id": [
- "2c9b0998-6d04-41a4-988a-db88c99995e4"
- ],
- "Strict-Transport-Security": [
- "max-age=31536000; includeSubDomains"
- ],
- "X-Content-Type-Options": [
- "nosniff"
- ],
- "Server": [
- "nginx"
- ],
- "x-ms-routing-request-id": [
- "SOUTHEASTASIA:20200323T135625Z:8d414a2e-b1d9-4c5a-ba4d-3c4c21933528"
- ],
- "Date": [
- "Mon, 23 Mar 2020 13:56:24 GMT"
- ],
- "Content-Length": [
- "126"
- ],
- "Content-Type": [
- "application/json"
- ],
- "Expires": [
- "-1"
- ]
- },
- "ResponseBody": "{\r\n \"name\": \"4d9b95c3-d6ab-dc47-acdb-a25882d42024\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-03-23T13:55:53.0844554Z\"\r\n}",
- "StatusCode": 200
- },
- {
- "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/c3959b4d-abd6-47dc-acdb-a25882d42024?api-version=2017-08-31",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvYzM5NTliNGQtYWJkNi00N2RjLWFjZGItYTI1ODgyZDQyMDI0P2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
- "RequestMethod": "GET",
- "RequestBody": "",
- "RequestHeaders": {
- "User-Agent": [
- "FxVersion/4.6.28207.03",
- "OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.0.0"
- ]
- },
- "ResponseHeaders": {
- "Cache-Control": [
- "no-cache"
- ],
- "Pragma": [
- "no-cache"
- ],
- "x-ms-ratelimit-remaining-subscription-reads": [
- "11997"
- ],
- "x-ms-correlation-request-id": [
- "604946b6-885a-4d0c-8620-7a345fa51fae"
- ],
- "x-ms-request-id": [
- "c4fb7246-da40-4bd2-9c85-89fb8c3febf9"
- ],
- "Strict-Transport-Security": [
- "max-age=31536000; includeSubDomains"
- ],
- "X-Content-Type-Options": [
- "nosniff"
- ],
- "Server": [
- "nginx"
- ],
- "x-ms-routing-request-id": [
- "SOUTHEASTASIA:20200323T135656Z:604946b6-885a-4d0c-8620-7a345fa51fae"
- ],
- "Date": [
- "Mon, 23 Mar 2020 13:56:56 GMT"
- ],
- "Content-Length": [
- "126"
- ],
- "Content-Type": [
- "application/json"
- ],
- "Expires": [
- "-1"
- ]
- },
- "ResponseBody": "{\r\n \"name\": \"4d9b95c3-d6ab-dc47-acdb-a25882d42024\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-03-23T13:55:53.0844554Z\"\r\n}",
- "StatusCode": 200
- },
- {
- "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/c3959b4d-abd6-47dc-acdb-a25882d42024?api-version=2017-08-31",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvYzM5NTliNGQtYWJkNi00N2RjLWFjZGItYTI1ODgyZDQyMDI0P2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
- "RequestMethod": "GET",
- "RequestBody": "",
- "RequestHeaders": {
- "User-Agent": [
- "FxVersion/4.6.28207.03",
- "OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.0.0"
- ]
- },
- "ResponseHeaders": {
- "Cache-Control": [
- "no-cache"
- ],
- "Pragma": [
- "no-cache"
- ],
- "x-ms-ratelimit-remaining-subscription-reads": [
- "11996"
- ],
- "x-ms-correlation-request-id": [
- "0b081b7a-c9bc-4730-8d35-403c27fb8923"
- ],
- "x-ms-request-id": [
- "aa684511-a306-4f87-833b-e96305ee5546"
- ],
- "Strict-Transport-Security": [
- "max-age=31536000; includeSubDomains"
- ],
- "X-Content-Type-Options": [
- "nosniff"
- ],
- "Server": [
- "nginx"
- ],
- "x-ms-routing-request-id": [
- "SOUTHEASTASIA:20200323T135727Z:0b081b7a-c9bc-4730-8d35-403c27fb8923"
- ],
- "Date": [
- "Mon, 23 Mar 2020 13:57:26 GMT"
- ],
- "Content-Length": [
- "126"
- ],
- "Content-Type": [
- "application/json"
- ],
- "Expires": [
- "-1"
- ]
- },
- "ResponseBody": "{\r\n \"name\": \"4d9b95c3-d6ab-dc47-acdb-a25882d42024\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-03-23T13:55:53.0844554Z\"\r\n}",
- "StatusCode": 200
- },
- {
- "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/c3959b4d-abd6-47dc-acdb-a25882d42024?api-version=2017-08-31",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvYzM5NTliNGQtYWJkNi00N2RjLWFjZGItYTI1ODgyZDQyMDI0P2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
- "RequestMethod": "GET",
- "RequestBody": "",
- "RequestHeaders": {
- "User-Agent": [
- "FxVersion/4.6.28207.03",
- "OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.0.0"
- ]
- },
- "ResponseHeaders": {
- "Cache-Control": [
- "no-cache"
- ],
- "Pragma": [
- "no-cache"
- ],
- "x-ms-ratelimit-remaining-subscription-reads": [
- "11995"
- ],
- "x-ms-correlation-request-id": [
- "fa4c6cdd-6999-42b9-91a9-023e1363af92"
- ],
- "x-ms-request-id": [
- "e7dd0f6a-729a-4969-a322-5b4a22944691"
- ],
- "Strict-Transport-Security": [
- "max-age=31536000; includeSubDomains"
- ],
- "X-Content-Type-Options": [
- "nosniff"
- ],
- "Server": [
- "nginx"
- ],
- "x-ms-routing-request-id": [
- "SOUTHEASTASIA:20200323T135757Z:fa4c6cdd-6999-42b9-91a9-023e1363af92"
- ],
- "Date": [
- "Mon, 23 Mar 2020 13:57:57 GMT"
- ],
- "Content-Length": [
- "126"
- ],
- "Content-Type": [
- "application/json"
- ],
- "Expires": [
- "-1"
- ]
- },
- "ResponseBody": "{\r\n \"name\": \"4d9b95c3-d6ab-dc47-acdb-a25882d42024\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-03-23T13:55:53.0844554Z\"\r\n}",
- "StatusCode": 200
- },
- {
- "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/c3959b4d-abd6-47dc-acdb-a25882d42024?api-version=2017-08-31",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvYzM5NTliNGQtYWJkNi00N2RjLWFjZGItYTI1ODgyZDQyMDI0P2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
- "RequestMethod": "GET",
- "RequestBody": "",
- "RequestHeaders": {
- "User-Agent": [
- "FxVersion/4.6.28207.03",
- "OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.0.0"
- ]
- },
- "ResponseHeaders": {
- "Cache-Control": [
- "no-cache"
- ],
- "Pragma": [
- "no-cache"
- ],
- "x-ms-ratelimit-remaining-subscription-reads": [
- "11994"
- ],
- "x-ms-correlation-request-id": [
- "bdb2b2ae-b943-464b-ad37-5b903b403f3a"
- ],
- "x-ms-request-id": [
- "2225fb42-a504-4475-a424-9fbe5547f051"
- ],
- "Strict-Transport-Security": [
- "max-age=31536000; includeSubDomains"
- ],
- "X-Content-Type-Options": [
- "nosniff"
- ],
- "Server": [
- "nginx"
- ],
- "x-ms-routing-request-id": [
- "SOUTHEASTASIA:20200323T135828Z:bdb2b2ae-b943-464b-ad37-5b903b403f3a"
- ],
- "Date": [
- "Mon, 23 Mar 2020 13:58:27 GMT"
- ],
- "Content-Length": [
- "126"
- ],
- "Content-Type": [
- "application/json"
- ],
- "Expires": [
- "-1"
- ]
- },
- "ResponseBody": "{\r\n \"name\": \"4d9b95c3-d6ab-dc47-acdb-a25882d42024\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-03-23T13:55:53.0844554Z\"\r\n}",
- "StatusCode": 200
- },
- {
- "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/c3959b4d-abd6-47dc-acdb-a25882d42024?api-version=2017-08-31",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvYzM5NTliNGQtYWJkNi00N2RjLWFjZGItYTI1ODgyZDQyMDI0P2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
- "RequestMethod": "GET",
- "RequestBody": "",
- "RequestHeaders": {
- "User-Agent": [
- "FxVersion/4.6.28207.03",
- "OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.0.0"
- ]
- },
- "ResponseHeaders": {
- "Cache-Control": [
- "no-cache"
- ],
- "Pragma": [
- "no-cache"
- ],
- "x-ms-ratelimit-remaining-subscription-reads": [
- "11993"
- ],
- "x-ms-correlation-request-id": [
- "a421686a-d5ee-4e0a-b132-aa9d065331bf"
- ],
- "x-ms-request-id": [
- "620ba20c-1e5f-4d11-a4a6-80176d3161de"
- ],
- "Strict-Transport-Security": [
- "max-age=31536000; includeSubDomains"
- ],
- "X-Content-Type-Options": [
- "nosniff"
- ],
- "Server": [
- "nginx"
- ],
- "x-ms-routing-request-id": [
- "SOUTHEASTASIA:20200323T135858Z:a421686a-d5ee-4e0a-b132-aa9d065331bf"
- ],
- "Date": [
- "Mon, 23 Mar 2020 13:58:58 GMT"
- ],
- "Content-Length": [
- "126"
- ],
- "Content-Type": [
- "application/json"
- ],
- "Expires": [
- "-1"
- ]
- },
- "ResponseBody": "{\r\n \"name\": \"4d9b95c3-d6ab-dc47-acdb-a25882d42024\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-03-23T13:55:53.0844554Z\"\r\n}",
- "StatusCode": 200
- },
- {
- "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/c3959b4d-abd6-47dc-acdb-a25882d42024?api-version=2017-08-31",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvYzM5NTliNGQtYWJkNi00N2RjLWFjZGItYTI1ODgyZDQyMDI0P2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
- "RequestMethod": "GET",
- "RequestBody": "",
- "RequestHeaders": {
- "User-Agent": [
- "FxVersion/4.6.28207.03",
- "OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.0.0"
- ]
- },
- "ResponseHeaders": {
- "Cache-Control": [
- "no-cache"
- ],
- "Pragma": [
- "no-cache"
- ],
- "x-ms-ratelimit-remaining-subscription-reads": [
- "11992"
- ],
- "x-ms-correlation-request-id": [
- "0df86d71-f5e2-4614-ba31-dfadc8b74426"
- ],
- "x-ms-request-id": [
- "52dae90d-7460-4a74-b80a-7b898892809b"
- ],
- "Strict-Transport-Security": [
- "max-age=31536000; includeSubDomains"
- ],
- "X-Content-Type-Options": [
- "nosniff"
- ],
- "Server": [
- "nginx"
- ],
- "x-ms-routing-request-id": [
- "SOUTHEASTASIA:20200323T135929Z:0df86d71-f5e2-4614-ba31-dfadc8b74426"
- ],
- "Date": [
- "Mon, 23 Mar 2020 13:59:29 GMT"
- ],
- "Content-Length": [
- "126"
- ],
- "Content-Type": [
- "application/json"
- ],
- "Expires": [
- "-1"
- ]
- },
- "ResponseBody": "{\r\n \"name\": \"4d9b95c3-d6ab-dc47-acdb-a25882d42024\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-03-23T13:55:53.0844554Z\"\r\n}",
- "StatusCode": 200
- },
- {
- "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/c3959b4d-abd6-47dc-acdb-a25882d42024?api-version=2017-08-31",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvYzM5NTliNGQtYWJkNi00N2RjLWFjZGItYTI1ODgyZDQyMDI0P2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
- "RequestMethod": "GET",
- "RequestBody": "",
- "RequestHeaders": {
- "User-Agent": [
- "FxVersion/4.6.28207.03",
- "OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.0.0"
- ]
- },
- "ResponseHeaders": {
- "Cache-Control": [
- "no-cache"
- ],
- "Pragma": [
- "no-cache"
- ],
- "x-ms-ratelimit-remaining-subscription-reads": [
- "11991"
- ],
- "x-ms-correlation-request-id": [
- "3ba12d3f-3cfd-4075-8fcd-55e31ee62840"
- ],
- "x-ms-request-id": [
- "6157df3a-b413-40f1-8072-4b2057c3dea6"
- ],
- "Strict-Transport-Security": [
- "max-age=31536000; includeSubDomains"
- ],
- "X-Content-Type-Options": [
- "nosniff"
- ],
- "Server": [
- "nginx"
- ],
- "x-ms-routing-request-id": [
- "SOUTHEASTASIA:20200323T140000Z:3ba12d3f-3cfd-4075-8fcd-55e31ee62840"
- ],
- "Date": [
- "Mon, 23 Mar 2020 13:59:59 GMT"
- ],
- "Content-Length": [
- "126"
- ],
- "Content-Type": [
- "application/json"
- ],
- "Expires": [
- "-1"
- ]
- },
- "ResponseBody": "{\r\n \"name\": \"4d9b95c3-d6ab-dc47-acdb-a25882d42024\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-03-23T13:55:53.0844554Z\"\r\n}",
- "StatusCode": 200
- },
- {
- "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/c3959b4d-abd6-47dc-acdb-a25882d42024?api-version=2017-08-31",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvYzM5NTliNGQtYWJkNi00N2RjLWFjZGItYTI1ODgyZDQyMDI0P2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
- "RequestMethod": "GET",
- "RequestBody": "",
- "RequestHeaders": {
- "User-Agent": [
- "FxVersion/4.6.28207.03",
- "OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.0.0"
- ]
- },
- "ResponseHeaders": {
- "Cache-Control": [
- "no-cache"
- ],
- "Pragma": [
- "no-cache"
- ],
- "x-ms-ratelimit-remaining-subscription-reads": [
- "11990"
- ],
- "x-ms-correlation-request-id": [
- "784026f7-d2be-4859-a05d-0a5609d45537"
- ],
- "x-ms-request-id": [
- "e65dbed9-6bf9-4447-971d-470f9af68d7f"
- ],
- "Strict-Transport-Security": [
- "max-age=31536000; includeSubDomains"
- ],
- "X-Content-Type-Options": [
- "nosniff"
- ],
- "Server": [
- "nginx"
- ],
- "x-ms-routing-request-id": [
- "SOUTHEASTASIA:20200323T140030Z:784026f7-d2be-4859-a05d-0a5609d45537"
- ],
- "Date": [
- "Mon, 23 Mar 2020 14:00:30 GMT"
- ],
- "Content-Length": [
- "126"
- ],
- "Content-Type": [
- "application/json"
- ],
- "Expires": [
- "-1"
- ]
- },
- "ResponseBody": "{\r\n \"name\": \"4d9b95c3-d6ab-dc47-acdb-a25882d42024\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-03-23T13:55:53.0844554Z\"\r\n}",
- "StatusCode": 200
- },
- {
- "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/c3959b4d-abd6-47dc-acdb-a25882d42024?api-version=2017-08-31",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvYzM5NTliNGQtYWJkNi00N2RjLWFjZGItYTI1ODgyZDQyMDI0P2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
- "RequestMethod": "GET",
- "RequestBody": "",
- "RequestHeaders": {
- "User-Agent": [
- "FxVersion/4.6.28207.03",
- "OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.0.0"
- ]
- },
- "ResponseHeaders": {
- "Cache-Control": [
- "no-cache"
- ],
- "Pragma": [
- "no-cache"
- ],
- "x-ms-ratelimit-remaining-subscription-reads": [
- "11989"
- ],
- "x-ms-correlation-request-id": [
- "f6c1a316-be45-4f3e-aee2-3ba7d9963a7b"
- ],
- "x-ms-request-id": [
- "228759eb-4557-4fdc-89ea-daa0e8232ca5"
- ],
- "Strict-Transport-Security": [
- "max-age=31536000; includeSubDomains"
- ],
- "X-Content-Type-Options": [
- "nosniff"
- ],
- "Server": [
- "nginx"
- ],
- "x-ms-routing-request-id": [
- "SOUTHEASTASIA:20200323T140101Z:f6c1a316-be45-4f3e-aee2-3ba7d9963a7b"
- ],
- "Date": [
- "Mon, 23 Mar 2020 14:01:01 GMT"
- ],
- "Content-Length": [
- "126"
- ],
- "Content-Type": [
- "application/json"
- ],
- "Expires": [
- "-1"
- ]
- },
- "ResponseBody": "{\r\n \"name\": \"4d9b95c3-d6ab-dc47-acdb-a25882d42024\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-03-23T13:55:53.0844554Z\"\r\n}",
- "StatusCode": 200
- },
- {
- "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/c3959b4d-abd6-47dc-acdb-a25882d42024?api-version=2017-08-31",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvYzM5NTliNGQtYWJkNi00N2RjLWFjZGItYTI1ODgyZDQyMDI0P2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
- "RequestMethod": "GET",
- "RequestBody": "",
- "RequestHeaders": {
- "User-Agent": [
- "FxVersion/4.6.28207.03",
- "OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.0.0"
- ]
- },
- "ResponseHeaders": {
- "Cache-Control": [
- "no-cache"
- ],
- "Pragma": [
- "no-cache"
- ],
- "x-ms-ratelimit-remaining-subscription-reads": [
- "11988"
- ],
- "x-ms-correlation-request-id": [
- "1ca5d438-debf-43ed-a0b4-60e591e2b817"
- ],
- "x-ms-request-id": [
- "237c488d-ff3b-43fd-a2e6-a1c4ee9e4a19"
- ],
- "Strict-Transport-Security": [
- "max-age=31536000; includeSubDomains"
- ],
- "X-Content-Type-Options": [
- "nosniff"
- ],
- "Server": [
- "nginx"
- ],
- "x-ms-routing-request-id": [
- "SOUTHEASTASIA:20200323T140132Z:1ca5d438-debf-43ed-a0b4-60e591e2b817"
- ],
- "Date": [
- "Mon, 23 Mar 2020 14:01:31 GMT"
- ],
- "Content-Length": [
- "126"
- ],
- "Content-Type": [
- "application/json"
- ],
- "Expires": [
- "-1"
- ]
- },
- "ResponseBody": "{\r\n \"name\": \"4d9b95c3-d6ab-dc47-acdb-a25882d42024\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-03-23T13:55:53.0844554Z\"\r\n}",
- "StatusCode": 200
- },
- {
- "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/c3959b4d-abd6-47dc-acdb-a25882d42024?api-version=2017-08-31",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvYzM5NTliNGQtYWJkNi00N2RjLWFjZGItYTI1ODgyZDQyMDI0P2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
- "RequestMethod": "GET",
- "RequestBody": "",
- "RequestHeaders": {
- "User-Agent": [
- "FxVersion/4.6.28207.03",
- "OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.0.0"
- ]
- },
- "ResponseHeaders": {
- "Cache-Control": [
- "no-cache"
- ],
- "Pragma": [
- "no-cache"
- ],
- "x-ms-ratelimit-remaining-subscription-reads": [
- "11987"
- ],
- "x-ms-correlation-request-id": [
- "18d112a8-5fdd-407f-9d45-1782832bbe03"
- ],
- "x-ms-request-id": [
- "a42f6f1b-8a97-47ff-9fc3-b7bbd2a8666d"
- ],
- "Strict-Transport-Security": [
- "max-age=31536000; includeSubDomains"
- ],
- "X-Content-Type-Options": [
- "nosniff"
- ],
- "Server": [
- "nginx"
- ],
- "x-ms-routing-request-id": [
- "SOUTHEASTASIA:20200323T140203Z:18d112a8-5fdd-407f-9d45-1782832bbe03"
- ],
- "Date": [
- "Mon, 23 Mar 2020 14:02:02 GMT"
- ],
- "Content-Length": [
- "170"
- ],
- "Content-Type": [
- "application/json"
- ],
- "Expires": [
- "-1"
- ]
- },
- "ResponseBody": "{\r\n \"name\": \"4d9b95c3-d6ab-dc47-acdb-a25882d42024\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-03-23T13:55:53.0844554Z\",\r\n \"endTime\": \"2020-03-23T14:01:39.0129563Z\"\r\n}",
- "StatusCode": 200
- },
- {
- "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/rgps9328/providers/Microsoft.ContainerService/managedClusters/kubeps4983/agentPools/windef?api-version=2019-10-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Jlc291cmNlR3JvdXBzL3JncHM5MzI4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9tYW5hZ2VkQ2x1c3RlcnMva3ViZXBzNDk4My9hZ2VudFBvb2xzL3dpbmRlZj9hcGktdmVyc2lvbj0yMDE5LTEwLTAx",
- "RequestMethod": "PUT",
- "RequestBody": "{\r\n \"properties\": {\r\n \"count\": 3,\r\n \"vmSize\": \"Standard_A2\",\r\n \"osDiskSizeGB\": 0,\r\n \"osType\": \"Windows\",\r\n \"orchestratorVersion\": \"1.15.7\"\r\n }\r\n}",
- "RequestHeaders": {
- "x-ms-client-request-id": [
- "120271ed-a926-46ca-a28c-77cdee59d00f"
- ],
- "Accept-Language": [
- "en-US"
- ],
- "User-Agent": [
- "FxVersion/4.6.28207.03",
- "OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.0.0"
- ],
- "Content-Type": [
- "application/json; charset=utf-8"
- ],
- "Content-Length": [
- "162"
- ]
- },
- "ResponseHeaders": {
- "Cache-Control": [
- "no-cache"
- ],
- "Pragma": [
- "no-cache"
- ],
- "x-ms-ratelimit-remaining-subscription-writes": [
- "1198"
- ],
- "Azure-AsyncOperation": [
- "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/553af24a-60d3-4266-81d9-1b9eef327d9d?api-version=2017-08-31"
- ],
- "x-ms-correlation-request-id": [
- "8cd554a6-e373-4e38-8459-b6948f340afa"
- ],
- "x-ms-request-id": [
- "553af24a-60d3-4266-81d9-1b9eef327d9d"
- ],
- "Strict-Transport-Security": [
- "max-age=31536000; includeSubDomains"
- ],
- "X-Content-Type-Options": [
- "nosniff"
- ],
- "Server": [
- "nginx"
- ],
- "x-ms-routing-request-id": [
- "SOUTHEASTASIA:20200323T140209Z:8cd554a6-e373-4e38-8459-b6948f340afa"
- ],
- "Date": [
- "Mon, 23 Mar 2020 14:02:09 GMT"
- ],
- "Content-Length": [
- "500"
- ],
- "Content-Type": [
- "application/json"
- ],
- "Expires": [
- "-1"
- ]
- },
- "ResponseBody": "{\r\n \"id\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourcegroups/rgps9328/providers/Microsoft.ContainerService/managedClusters/kubeps4983/agentPools/windef\",\r\n \"name\": \"windef\",\r\n \"type\": \"Microsoft.ContainerService/managedClusters/agentPools\",\r\n \"properties\": {\r\n \"count\": 3,\r\n \"vmSize\": \"Standard_A2\",\r\n \"osDiskSizeGB\": 100,\r\n \"maxPods\": 30,\r\n \"type\": \"VirtualMachineScaleSets\",\r\n \"provisioningState\": \"Creating\",\r\n \"orchestratorVersion\": \"1.15.7\",\r\n \"osType\": \"Windows\"\r\n }\r\n}",
- "StatusCode": 201
- },
- {
- "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/rgps9328/providers/Microsoft.ContainerService/managedClusters/kubeps4983/agentPools/windef?api-version=2019-10-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Jlc291cmNlR3JvdXBzL3JncHM5MzI4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9tYW5hZ2VkQ2x1c3RlcnMva3ViZXBzNDk4My9hZ2VudFBvb2xzL3dpbmRlZj9hcGktdmVyc2lvbj0yMDE5LTEwLTAx",
- "RequestMethod": "PUT",
- "RequestBody": "{\r\n \"properties\": {\r\n \"count\": 3,\r\n \"vmSize\": \"Standard_A2\",\r\n \"osDiskSizeGB\": 100,\r\n \"maxPods\": 30,\r\n \"osType\": \"Windows\",\r\n \"type\": \"VirtualMachineScaleSets\",\r\n \"orchestratorVersion\": \"1.15.10\",\r\n \"availabilityZones\": [],\r\n \"nodeTaints\": []\r\n }\r\n}",
- "RequestHeaders": {
- "x-ms-client-request-id": [
- "594d6b1b-a4fc-4602-a2f7-651a87989dcc"
- ],
- "Accept-Language": [
- "en-US"
- ],
- "User-Agent": [
- "FxVersion/4.6.28207.03",
- "OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.0.0"
- ],
- "Content-Type": [
- "application/json; charset=utf-8"
- ],
- "Content-Length": [
- "278"
- ]
- },
- "ResponseHeaders": {
- "Cache-Control": [
- "no-cache"
- ],
- "Pragma": [
- "no-cache"
- ],
- "x-ms-ratelimit-remaining-subscription-writes": [
- "1197"
- ],
- "Azure-AsyncOperation": [
- "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/9b2eaad0-7d08-4a11-924c-432225d0f73e?api-version=2017-08-31"
- ],
- "x-ms-correlation-request-id": [
- "2b1da700-8953-4f55-928d-63a9d17e18ce"
- ],
- "x-ms-request-id": [
- "9b2eaad0-7d08-4a11-924c-432225d0f73e"
- ],
- "Strict-Transport-Security": [
- "max-age=31536000; includeSubDomains"
- ],
- "X-Content-Type-Options": [
- "nosniff"
- ],
- "Server": [
- "nginx"
- ],
- "x-ms-routing-request-id": [
- "SOUTHEASTASIA:20200323T141202Z:2b1da700-8953-4f55-928d-63a9d17e18ce"
- ],
- "Date": [
- "Mon, 23 Mar 2020 14:12:01 GMT"
- ],
- "Content-Length": [
- "502"
- ],
- "Content-Type": [
- "application/json"
- ],
- "Expires": [
- "-1"
- ]
- },
- "ResponseBody": "{\r\n \"id\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourcegroups/rgps9328/providers/Microsoft.ContainerService/managedClusters/kubeps4983/agentPools/windef\",\r\n \"name\": \"windef\",\r\n \"type\": \"Microsoft.ContainerService/managedClusters/agentPools\",\r\n \"properties\": {\r\n \"count\": 3,\r\n \"vmSize\": \"Standard_A2\",\r\n \"osDiskSizeGB\": 100,\r\n \"maxPods\": 30,\r\n \"type\": \"VirtualMachineScaleSets\",\r\n \"provisioningState\": \"Upgrading\",\r\n \"orchestratorVersion\": \"1.15.10\",\r\n \"osType\": \"Windows\"\r\n }\r\n}",
- "StatusCode": 200
- },
- {
- "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/553af24a-60d3-4266-81d9-1b9eef327d9d?api-version=2017-08-31",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvNTUzYWYyNGEtNjBkMy00MjY2LTgxZDktMWI5ZWVmMzI3ZDlkP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
- "RequestMethod": "GET",
- "RequestBody": "",
- "RequestHeaders": {
- "User-Agent": [
- "FxVersion/4.6.28207.03",
- "OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.0.0"
- ]
- },
- "ResponseHeaders": {
- "Cache-Control": [
- "no-cache"
- ],
- "Pragma": [
- "no-cache"
- ],
- "x-ms-ratelimit-remaining-subscription-reads": [
- "11984"
- ],
- "x-ms-correlation-request-id": [
- "130c4658-1550-4051-b1f7-0c9ccc35a37f"
- ],
- "x-ms-request-id": [
- "9cdd56d6-77cf-4f24-b11a-0e6f06f9cb21"
- ],
- "Strict-Transport-Security": [
- "max-age=31536000; includeSubDomains"
- ],
- "X-Content-Type-Options": [
- "nosniff"
- ],
- "Server": [
- "nginx"
- ],
- "x-ms-routing-request-id": [
- "SOUTHEASTASIA:20200323T140240Z:130c4658-1550-4051-b1f7-0c9ccc35a37f"
- ],
- "Date": [
- "Mon, 23 Mar 2020 14:02:40 GMT"
- ],
- "Content-Length": [
- "126"
- ],
- "Content-Type": [
- "application/json"
- ],
- "Expires": [
- "-1"
- ]
- },
- "ResponseBody": "{\r\n \"name\": \"4af23a55-d360-6642-81d9-1b9eef327d9d\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-03-23T14:02:09.4760006Z\"\r\n}",
- "StatusCode": 200
- },
- {
- "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/553af24a-60d3-4266-81d9-1b9eef327d9d?api-version=2017-08-31",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvNTUzYWYyNGEtNjBkMy00MjY2LTgxZDktMWI5ZWVmMzI3ZDlkP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
- "RequestMethod": "GET",
- "RequestBody": "",
- "RequestHeaders": {
- "User-Agent": [
- "FxVersion/4.6.28207.03",
- "OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.0.0"
- ]
- },
- "ResponseHeaders": {
- "Cache-Control": [
- "no-cache"
- ],
- "Pragma": [
- "no-cache"
- ],
- "x-ms-ratelimit-remaining-subscription-reads": [
- "11983"
- ],
- "x-ms-correlation-request-id": [
- "25b8481d-5c68-4809-afa3-e9f72674edaf"
- ],
- "x-ms-request-id": [
- "2da35868-9e13-421e-a7bb-baa3003fc17e"
- ],
- "Strict-Transport-Security": [
- "max-age=31536000; includeSubDomains"
- ],
- "X-Content-Type-Options": [
- "nosniff"
- ],
- "Server": [
- "nginx"
- ],
- "x-ms-routing-request-id": [
- "SOUTHEASTASIA:20200323T140311Z:25b8481d-5c68-4809-afa3-e9f72674edaf"
- ],
- "Date": [
- "Mon, 23 Mar 2020 14:03:10 GMT"
- ],
- "Content-Length": [
- "126"
- ],
- "Content-Type": [
- "application/json"
- ],
- "Expires": [
- "-1"
- ]
- },
- "ResponseBody": "{\r\n \"name\": \"4af23a55-d360-6642-81d9-1b9eef327d9d\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-03-23T14:02:09.4760006Z\"\r\n}",
- "StatusCode": 200
- },
- {
- "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/553af24a-60d3-4266-81d9-1b9eef327d9d?api-version=2017-08-31",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvNTUzYWYyNGEtNjBkMy00MjY2LTgxZDktMWI5ZWVmMzI3ZDlkP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
- "RequestMethod": "GET",
- "RequestBody": "",
- "RequestHeaders": {
- "User-Agent": [
- "FxVersion/4.6.28207.03",
- "OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.0.0"
- ]
- },
- "ResponseHeaders": {
- "Cache-Control": [
- "no-cache"
- ],
- "Pragma": [
- "no-cache"
- ],
- "x-ms-ratelimit-remaining-subscription-reads": [
- "11982"
- ],
- "x-ms-correlation-request-id": [
- "f3013916-c316-411f-bdbc-2f5003ff094b"
- ],
- "x-ms-request-id": [
- "b7da623c-3a66-4f9d-86b4-87a7fa825b04"
- ],
- "Strict-Transport-Security": [
- "max-age=31536000; includeSubDomains"
- ],
- "X-Content-Type-Options": [
- "nosniff"
- ],
- "Server": [
- "nginx"
- ],
- "x-ms-routing-request-id": [
- "SOUTHEASTASIA:20200323T140341Z:f3013916-c316-411f-bdbc-2f5003ff094b"
- ],
- "Date": [
- "Mon, 23 Mar 2020 14:03:41 GMT"
- ],
- "Content-Length": [
- "126"
- ],
- "Content-Type": [
- "application/json"
- ],
- "Expires": [
- "-1"
- ]
- },
- "ResponseBody": "{\r\n \"name\": \"4af23a55-d360-6642-81d9-1b9eef327d9d\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-03-23T14:02:09.4760006Z\"\r\n}",
- "StatusCode": 200
- },
- {
- "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/553af24a-60d3-4266-81d9-1b9eef327d9d?api-version=2017-08-31",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvNTUzYWYyNGEtNjBkMy00MjY2LTgxZDktMWI5ZWVmMzI3ZDlkP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
- "RequestMethod": "GET",
- "RequestBody": "",
- "RequestHeaders": {
- "User-Agent": [
- "FxVersion/4.6.28207.03",
- "OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.0.0"
- ]
- },
- "ResponseHeaders": {
- "Cache-Control": [
- "no-cache"
- ],
- "Pragma": [
- "no-cache"
- ],
- "x-ms-ratelimit-remaining-subscription-reads": [
- "11981"
- ],
- "x-ms-correlation-request-id": [
- "8aaba46d-c9fb-4868-ac7f-3e2f1d9aee05"
- ],
- "x-ms-request-id": [
- "666135a4-fd36-48ce-9a94-bf7f9b95e96a"
- ],
- "Strict-Transport-Security": [
- "max-age=31536000; includeSubDomains"
- ],
- "X-Content-Type-Options": [
- "nosniff"
- ],
- "Server": [
- "nginx"
- ],
- "x-ms-routing-request-id": [
- "SOUTHEASTASIA:20200323T140412Z:8aaba46d-c9fb-4868-ac7f-3e2f1d9aee05"
- ],
- "Date": [
- "Mon, 23 Mar 2020 14:04:11 GMT"
- ],
- "Content-Length": [
- "126"
- ],
- "Content-Type": [
- "application/json"
- ],
- "Expires": [
- "-1"
- ]
- },
- "ResponseBody": "{\r\n \"name\": \"4af23a55-d360-6642-81d9-1b9eef327d9d\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-03-23T14:02:09.4760006Z\"\r\n}",
- "StatusCode": 200
- },
- {
- "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/553af24a-60d3-4266-81d9-1b9eef327d9d?api-version=2017-08-31",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvNTUzYWYyNGEtNjBkMy00MjY2LTgxZDktMWI5ZWVmMzI3ZDlkP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
- "RequestMethod": "GET",
- "RequestBody": "",
- "RequestHeaders": {
- "User-Agent": [
- "FxVersion/4.6.28207.03",
- "OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.0.0"
- ]
- },
- "ResponseHeaders": {
- "Cache-Control": [
- "no-cache"
- ],
- "Pragma": [
- "no-cache"
- ],
- "x-ms-ratelimit-remaining-subscription-reads": [
- "11980"
- ],
- "x-ms-correlation-request-id": [
- "f132cf20-6049-458a-982b-c21083884b54"
- ],
- "x-ms-request-id": [
- "ea0845ce-3872-444c-9624-368cc859eaad"
- ],
- "Strict-Transport-Security": [
- "max-age=31536000; includeSubDomains"
- ],
- "X-Content-Type-Options": [
- "nosniff"
- ],
- "Server": [
- "nginx"
- ],
- "x-ms-routing-request-id": [
- "SOUTHEASTASIA:20200323T140442Z:f132cf20-6049-458a-982b-c21083884b54"
- ],
- "Date": [
- "Mon, 23 Mar 2020 14:04:42 GMT"
- ],
- "Content-Length": [
- "126"
- ],
- "Content-Type": [
- "application/json"
- ],
- "Expires": [
- "-1"
- ]
- },
- "ResponseBody": "{\r\n \"name\": \"4af23a55-d360-6642-81d9-1b9eef327d9d\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-03-23T14:02:09.4760006Z\"\r\n}",
- "StatusCode": 200
- },
- {
- "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/553af24a-60d3-4266-81d9-1b9eef327d9d?api-version=2017-08-31",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvNTUzYWYyNGEtNjBkMy00MjY2LTgxZDktMWI5ZWVmMzI3ZDlkP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
- "RequestMethod": "GET",
- "RequestBody": "",
- "RequestHeaders": {
- "User-Agent": [
- "FxVersion/4.6.28207.03",
- "OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.0.0"
- ]
- },
- "ResponseHeaders": {
- "Cache-Control": [
- "no-cache"
- ],
- "Pragma": [
- "no-cache"
- ],
- "x-ms-ratelimit-remaining-subscription-reads": [
- "11979"
- ],
- "x-ms-correlation-request-id": [
- "475607cd-9a52-4cb3-a416-0e158ec6488f"
- ],
- "x-ms-request-id": [
- "34186c47-574e-4166-af8b-12a077d9f3fd"
- ],
- "Strict-Transport-Security": [
- "max-age=31536000; includeSubDomains"
- ],
- "X-Content-Type-Options": [
- "nosniff"
- ],
- "Server": [
- "nginx"
- ],
- "x-ms-routing-request-id": [
- "SOUTHEASTASIA:20200323T140514Z:475607cd-9a52-4cb3-a416-0e158ec6488f"
- ],
- "Date": [
- "Mon, 23 Mar 2020 14:05:14 GMT"
- ],
- "Content-Length": [
- "126"
- ],
- "Content-Type": [
- "application/json"
- ],
- "Expires": [
- "-1"
- ]
- },
- "ResponseBody": "{\r\n \"name\": \"4af23a55-d360-6642-81d9-1b9eef327d9d\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-03-23T14:02:09.4760006Z\"\r\n}",
- "StatusCode": 200
- },
- {
- "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/553af24a-60d3-4266-81d9-1b9eef327d9d?api-version=2017-08-31",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvNTUzYWYyNGEtNjBkMy00MjY2LTgxZDktMWI5ZWVmMzI3ZDlkP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
- "RequestMethod": "GET",
- "RequestBody": "",
- "RequestHeaders": {
- "User-Agent": [
- "FxVersion/4.6.28207.03",
- "OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.0.0"
- ]
- },
- "ResponseHeaders": {
- "Cache-Control": [
- "no-cache"
- ],
- "Pragma": [
- "no-cache"
- ],
- "x-ms-ratelimit-remaining-subscription-reads": [
- "11978"
- ],
- "x-ms-correlation-request-id": [
- "b966fb6e-0131-467e-b8da-7710183cb4f7"
- ],
- "x-ms-request-id": [
- "157cadd4-0644-4f68-89f3-40e8e634543b"
- ],
- "Strict-Transport-Security": [
- "max-age=31536000; includeSubDomains"
- ],
- "X-Content-Type-Options": [
- "nosniff"
- ],
- "Server": [
- "nginx"
- ],
- "x-ms-routing-request-id": [
- "SOUTHEASTASIA:20200323T140544Z:b966fb6e-0131-467e-b8da-7710183cb4f7"
- ],
- "Date": [
- "Mon, 23 Mar 2020 14:05:44 GMT"
- ],
- "Content-Length": [
- "126"
- ],
- "Content-Type": [
- "application/json"
- ],
- "Expires": [
- "-1"
- ]
- },
- "ResponseBody": "{\r\n \"name\": \"4af23a55-d360-6642-81d9-1b9eef327d9d\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-03-23T14:02:09.4760006Z\"\r\n}",
- "StatusCode": 200
- },
- {
- "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/553af24a-60d3-4266-81d9-1b9eef327d9d?api-version=2017-08-31",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvNTUzYWYyNGEtNjBkMy00MjY2LTgxZDktMWI5ZWVmMzI3ZDlkP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
- "RequestMethod": "GET",
- "RequestBody": "",
- "RequestHeaders": {
- "User-Agent": [
- "FxVersion/4.6.28207.03",
- "OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.0.0"
- ]
- },
- "ResponseHeaders": {
- "Cache-Control": [
- "no-cache"
- ],
- "Pragma": [
- "no-cache"
- ],
- "x-ms-ratelimit-remaining-subscription-reads": [
- "11977"
- ],
- "x-ms-correlation-request-id": [
- "f13ec4c9-5c8b-48e2-8b67-030dc91bfeee"
- ],
- "x-ms-request-id": [
- "28d8b121-cbec-4378-8173-8d7a85c95d24"
- ],
- "Strict-Transport-Security": [
- "max-age=31536000; includeSubDomains"
- ],
- "X-Content-Type-Options": [
- "nosniff"
- ],
- "Server": [
- "nginx"
- ],
- "x-ms-routing-request-id": [
- "SOUTHEASTASIA:20200323T140615Z:f13ec4c9-5c8b-48e2-8b67-030dc91bfeee"
- ],
- "Date": [
- "Mon, 23 Mar 2020 14:06:14 GMT"
- ],
- "Content-Length": [
- "126"
- ],
- "Content-Type": [
- "application/json"
- ],
- "Expires": [
- "-1"
- ]
- },
- "ResponseBody": "{\r\n \"name\": \"4af23a55-d360-6642-81d9-1b9eef327d9d\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-03-23T14:02:09.4760006Z\"\r\n}",
- "StatusCode": 200
- },
- {
- "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/553af24a-60d3-4266-81d9-1b9eef327d9d?api-version=2017-08-31",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvNTUzYWYyNGEtNjBkMy00MjY2LTgxZDktMWI5ZWVmMzI3ZDlkP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
- "RequestMethod": "GET",
- "RequestBody": "",
- "RequestHeaders": {
- "User-Agent": [
- "FxVersion/4.6.28207.03",
- "OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.0.0"
- ]
- },
- "ResponseHeaders": {
- "Cache-Control": [
- "no-cache"
- ],
- "Pragma": [
- "no-cache"
- ],
- "x-ms-ratelimit-remaining-subscription-reads": [
- "11976"
- ],
- "x-ms-correlation-request-id": [
- "2b019c02-ba55-43a9-ad55-9ce7d2f52662"
- ],
- "x-ms-request-id": [
- "6ed2991a-2bf2-4ae3-ad8b-2ddff1ff6aec"
- ],
- "Strict-Transport-Security": [
- "max-age=31536000; includeSubDomains"
- ],
- "X-Content-Type-Options": [
- "nosniff"
- ],
- "Server": [
- "nginx"
- ],
- "x-ms-routing-request-id": [
- "SOUTHEASTASIA:20200323T140645Z:2b019c02-ba55-43a9-ad55-9ce7d2f52662"
- ],
- "Date": [
- "Mon, 23 Mar 2020 14:06:45 GMT"
- ],
- "Content-Length": [
- "126"
- ],
- "Content-Type": [
- "application/json"
- ],
- "Expires": [
- "-1"
- ]
- },
- "ResponseBody": "{\r\n \"name\": \"4af23a55-d360-6642-81d9-1b9eef327d9d\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-03-23T14:02:09.4760006Z\"\r\n}",
- "StatusCode": 200
- },
- {
- "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/553af24a-60d3-4266-81d9-1b9eef327d9d?api-version=2017-08-31",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvNTUzYWYyNGEtNjBkMy00MjY2LTgxZDktMWI5ZWVmMzI3ZDlkP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
- "RequestMethod": "GET",
- "RequestBody": "",
- "RequestHeaders": {
- "User-Agent": [
- "FxVersion/4.6.28207.03",
- "OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.0.0"
- ]
- },
- "ResponseHeaders": {
- "Cache-Control": [
- "no-cache"
- ],
- "Pragma": [
- "no-cache"
- ],
- "x-ms-ratelimit-remaining-subscription-reads": [
- "11975"
- ],
- "x-ms-correlation-request-id": [
- "2118d611-ce5b-420d-a80c-342a540c5961"
- ],
- "x-ms-request-id": [
- "63ac3630-4868-4ef2-ba85-cec3a569be44"
- ],
- "Strict-Transport-Security": [
- "max-age=31536000; includeSubDomains"
- ],
- "X-Content-Type-Options": [
- "nosniff"
- ],
- "Server": [
- "nginx"
- ],
- "x-ms-routing-request-id": [
- "SOUTHEASTASIA:20200323T140716Z:2118d611-ce5b-420d-a80c-342a540c5961"
- ],
- "Date": [
- "Mon, 23 Mar 2020 14:07:16 GMT"
- ],
- "Content-Length": [
- "126"
- ],
- "Content-Type": [
- "application/json"
- ],
- "Expires": [
- "-1"
- ]
- },
- "ResponseBody": "{\r\n \"name\": \"4af23a55-d360-6642-81d9-1b9eef327d9d\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-03-23T14:02:09.4760006Z\"\r\n}",
- "StatusCode": 200
- },
- {
- "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/553af24a-60d3-4266-81d9-1b9eef327d9d?api-version=2017-08-31",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvNTUzYWYyNGEtNjBkMy00MjY2LTgxZDktMWI5ZWVmMzI3ZDlkP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
- "RequestMethod": "GET",
- "RequestBody": "",
- "RequestHeaders": {
- "User-Agent": [
- "FxVersion/4.6.28207.03",
- "OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.0.0"
- ]
- },
- "ResponseHeaders": {
- "Cache-Control": [
- "no-cache"
- ],
- "Pragma": [
- "no-cache"
- ],
- "x-ms-ratelimit-remaining-subscription-reads": [
- "11974"
- ],
- "x-ms-correlation-request-id": [
- "c7f7b582-3a87-4f96-a776-83e5ea34145e"
- ],
- "x-ms-request-id": [
- "4e18c85a-54c7-4847-989d-f42b074fb67b"
- ],
- "Strict-Transport-Security": [
- "max-age=31536000; includeSubDomains"
- ],
- "X-Content-Type-Options": [
- "nosniff"
- ],
- "Server": [
- "nginx"
- ],
- "x-ms-routing-request-id": [
- "SOUTHEASTASIA:20200323T140747Z:c7f7b582-3a87-4f96-a776-83e5ea34145e"
- ],
- "Date": [
- "Mon, 23 Mar 2020 14:07:46 GMT"
- ],
- "Content-Length": [
- "126"
- ],
- "Content-Type": [
- "application/json"
- ],
- "Expires": [
- "-1"
- ]
- },
- "ResponseBody": "{\r\n \"name\": \"4af23a55-d360-6642-81d9-1b9eef327d9d\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-03-23T14:02:09.4760006Z\"\r\n}",
- "StatusCode": 200
- },
- {
- "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/553af24a-60d3-4266-81d9-1b9eef327d9d?api-version=2017-08-31",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvNTUzYWYyNGEtNjBkMy00MjY2LTgxZDktMWI5ZWVmMzI3ZDlkP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
- "RequestMethod": "GET",
- "RequestBody": "",
- "RequestHeaders": {
- "User-Agent": [
- "FxVersion/4.6.28207.03",
- "OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.0.0"
- ]
- },
- "ResponseHeaders": {
- "Cache-Control": [
- "no-cache"
- ],
- "Pragma": [
- "no-cache"
- ],
- "x-ms-ratelimit-remaining-subscription-reads": [
- "11973"
- ],
- "x-ms-correlation-request-id": [
- "ec0b1628-91aa-4852-b818-1cca73432011"
- ],
- "x-ms-request-id": [
- "5129139e-1e53-49e1-81f0-61bf7a41530b"
- ],
- "Strict-Transport-Security": [
- "max-age=31536000; includeSubDomains"
- ],
- "X-Content-Type-Options": [
- "nosniff"
- ],
- "Server": [
- "nginx"
- ],
- "x-ms-routing-request-id": [
- "SOUTHEASTASIA:20200323T140817Z:ec0b1628-91aa-4852-b818-1cca73432011"
- ],
- "Date": [
- "Mon, 23 Mar 2020 14:08:17 GMT"
- ],
- "Content-Length": [
- "126"
- ],
- "Content-Type": [
- "application/json"
- ],
- "Expires": [
- "-1"
- ]
- },
- "ResponseBody": "{\r\n \"name\": \"4af23a55-d360-6642-81d9-1b9eef327d9d\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-03-23T14:02:09.4760006Z\"\r\n}",
- "StatusCode": 200
- },
- {
- "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/553af24a-60d3-4266-81d9-1b9eef327d9d?api-version=2017-08-31",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvNTUzYWYyNGEtNjBkMy00MjY2LTgxZDktMWI5ZWVmMzI3ZDlkP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
- "RequestMethod": "GET",
- "RequestBody": "",
- "RequestHeaders": {
- "User-Agent": [
- "FxVersion/4.6.28207.03",
- "OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.0.0"
- ]
- },
- "ResponseHeaders": {
- "Cache-Control": [
- "no-cache"
- ],
- "Pragma": [
- "no-cache"
- ],
- "x-ms-ratelimit-remaining-subscription-reads": [
- "11972"
- ],
- "x-ms-correlation-request-id": [
- "3a83df38-a23f-4647-9699-9d69a9d81861"
- ],
- "x-ms-request-id": [
- "91b50571-7c87-432d-8b1f-e3e45081cdb5"
- ],
- "Strict-Transport-Security": [
- "max-age=31536000; includeSubDomains"
- ],
- "X-Content-Type-Options": [
- "nosniff"
- ],
- "Server": [
- "nginx"
- ],
- "x-ms-routing-request-id": [
- "SOUTHEASTASIA:20200323T140848Z:3a83df38-a23f-4647-9699-9d69a9d81861"
- ],
- "Date": [
- "Mon, 23 Mar 2020 14:08:47 GMT"
- ],
- "Content-Length": [
- "126"
- ],
- "Content-Type": [
- "application/json"
- ],
- "Expires": [
- "-1"
- ]
- },
- "ResponseBody": "{\r\n \"name\": \"4af23a55-d360-6642-81d9-1b9eef327d9d\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-03-23T14:02:09.4760006Z\"\r\n}",
- "StatusCode": 200
- },
- {
- "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/553af24a-60d3-4266-81d9-1b9eef327d9d?api-version=2017-08-31",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvNTUzYWYyNGEtNjBkMy00MjY2LTgxZDktMWI5ZWVmMzI3ZDlkP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
- "RequestMethod": "GET",
- "RequestBody": "",
- "RequestHeaders": {
- "User-Agent": [
- "FxVersion/4.6.28207.03",
- "OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.0.0"
- ]
- },
- "ResponseHeaders": {
- "Cache-Control": [
- "no-cache"
- ],
- "Pragma": [
- "no-cache"
- ],
- "x-ms-ratelimit-remaining-subscription-reads": [
- "11971"
- ],
- "x-ms-correlation-request-id": [
- "dd109a93-fc60-46dd-bcd4-c61aa2be195d"
- ],
- "x-ms-request-id": [
- "8e1a5761-07cd-4376-bd48-454d72bec67c"
- ],
- "Strict-Transport-Security": [
- "max-age=31536000; includeSubDomains"
- ],
- "X-Content-Type-Options": [
- "nosniff"
- ],
- "Server": [
- "nginx"
- ],
- "x-ms-routing-request-id": [
- "SOUTHEASTASIA:20200323T140919Z:dd109a93-fc60-46dd-bcd4-c61aa2be195d"
- ],
- "Date": [
- "Mon, 23 Mar 2020 14:09:18 GMT"
- ],
- "Content-Length": [
- "126"
- ],
- "Content-Type": [
- "application/json"
- ],
- "Expires": [
- "-1"
- ]
- },
- "ResponseBody": "{\r\n \"name\": \"4af23a55-d360-6642-81d9-1b9eef327d9d\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-03-23T14:02:09.4760006Z\"\r\n}",
- "StatusCode": 200
- },
- {
- "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/553af24a-60d3-4266-81d9-1b9eef327d9d?api-version=2017-08-31",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvNTUzYWYyNGEtNjBkMy00MjY2LTgxZDktMWI5ZWVmMzI3ZDlkP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
- "RequestMethod": "GET",
- "RequestBody": "",
- "RequestHeaders": {
- "User-Agent": [
- "FxVersion/4.6.28207.03",
- "OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.0.0"
- ]
- },
- "ResponseHeaders": {
- "Cache-Control": [
- "no-cache"
- ],
- "Pragma": [
- "no-cache"
- ],
- "x-ms-ratelimit-remaining-subscription-reads": [
- "11970"
- ],
- "x-ms-correlation-request-id": [
- "24085c62-e1c9-4aa2-b347-18ae550200f2"
- ],
- "x-ms-request-id": [
- "f3623cbd-0582-4c78-a108-36eb6436f8d5"
- ],
- "Strict-Transport-Security": [
- "max-age=31536000; includeSubDomains"
- ],
- "X-Content-Type-Options": [
- "nosniff"
- ],
- "Server": [
- "nginx"
- ],
- "x-ms-routing-request-id": [
- "SOUTHEASTASIA:20200323T140950Z:24085c62-e1c9-4aa2-b347-18ae550200f2"
- ],
- "Date": [
- "Mon, 23 Mar 2020 14:09:49 GMT"
- ],
- "Content-Length": [
- "126"
- ],
- "Content-Type": [
- "application/json"
- ],
- "Expires": [
- "-1"
- ]
- },
- "ResponseBody": "{\r\n \"name\": \"4af23a55-d360-6642-81d9-1b9eef327d9d\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-03-23T14:02:09.4760006Z\"\r\n}",
- "StatusCode": 200
- },
- {
- "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/553af24a-60d3-4266-81d9-1b9eef327d9d?api-version=2017-08-31",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvNTUzYWYyNGEtNjBkMy00MjY2LTgxZDktMWI5ZWVmMzI3ZDlkP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
- "RequestMethod": "GET",
- "RequestBody": "",
- "RequestHeaders": {
- "User-Agent": [
- "FxVersion/4.6.28207.03",
- "OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.0.0"
- ]
- },
- "ResponseHeaders": {
- "Cache-Control": [
- "no-cache"
- ],
- "Pragma": [
- "no-cache"
- ],
- "x-ms-ratelimit-remaining-subscription-reads": [
- "11969"
- ],
- "x-ms-correlation-request-id": [
- "803c54f7-6ac3-431f-a313-d61b94e2c6ff"
- ],
- "x-ms-request-id": [
- "bb7cb84b-0d51-4b99-bb56-45124c858bad"
- ],
- "Strict-Transport-Security": [
- "max-age=31536000; includeSubDomains"
- ],
- "X-Content-Type-Options": [
- "nosniff"
- ],
- "Server": [
- "nginx"
- ],
- "x-ms-routing-request-id": [
- "SOUTHEASTASIA:20200323T141020Z:803c54f7-6ac3-431f-a313-d61b94e2c6ff"
- ],
- "Date": [
- "Mon, 23 Mar 2020 14:10:20 GMT"
- ],
- "Content-Length": [
- "126"
- ],
- "Content-Type": [
- "application/json"
- ],
- "Expires": [
- "-1"
- ]
- },
- "ResponseBody": "{\r\n \"name\": \"4af23a55-d360-6642-81d9-1b9eef327d9d\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-03-23T14:02:09.4760006Z\"\r\n}",
- "StatusCode": 200
- },
- {
- "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/553af24a-60d3-4266-81d9-1b9eef327d9d?api-version=2017-08-31",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvNTUzYWYyNGEtNjBkMy00MjY2LTgxZDktMWI5ZWVmMzI3ZDlkP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
- "RequestMethod": "GET",
- "RequestBody": "",
- "RequestHeaders": {
- "User-Agent": [
- "FxVersion/4.6.28207.03",
- "OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.0.0"
- ]
- },
- "ResponseHeaders": {
- "Cache-Control": [
- "no-cache"
- ],
- "Pragma": [
- "no-cache"
- ],
- "x-ms-ratelimit-remaining-subscription-reads": [
- "11968"
- ],
- "x-ms-correlation-request-id": [
- "d0717731-d0dd-47e9-a1dd-ac1df0141d12"
- ],
- "x-ms-request-id": [
- "22a58703-2fb8-45cb-88ff-7151a9c7022d"
- ],
- "Strict-Transport-Security": [
- "max-age=31536000; includeSubDomains"
- ],
- "X-Content-Type-Options": [
- "nosniff"
- ],
- "Server": [
- "nginx"
- ],
- "x-ms-routing-request-id": [
- "SOUTHEASTASIA:20200323T141051Z:d0717731-d0dd-47e9-a1dd-ac1df0141d12"
- ],
- "Date": [
- "Mon, 23 Mar 2020 14:10:50 GMT"
- ],
- "Content-Length": [
- "126"
- ],
- "Content-Type": [
- "application/json"
- ],
- "Expires": [
- "-1"
- ]
- },
- "ResponseBody": "{\r\n \"name\": \"4af23a55-d360-6642-81d9-1b9eef327d9d\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-03-23T14:02:09.4760006Z\"\r\n}",
- "StatusCode": 200
- },
- {
- "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/553af24a-60d3-4266-81d9-1b9eef327d9d?api-version=2017-08-31",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvNTUzYWYyNGEtNjBkMy00MjY2LTgxZDktMWI5ZWVmMzI3ZDlkP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
- "RequestMethod": "GET",
- "RequestBody": "",
- "RequestHeaders": {
- "User-Agent": [
- "FxVersion/4.6.28207.03",
- "OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.0.0"
- ]
- },
- "ResponseHeaders": {
- "Cache-Control": [
- "no-cache"
- ],
- "Pragma": [
- "no-cache"
- ],
- "x-ms-ratelimit-remaining-subscription-reads": [
- "11967"
- ],
- "x-ms-correlation-request-id": [
- "913f7735-be06-4841-8ab9-57717c4eb3cb"
- ],
- "x-ms-request-id": [
- "adae7a67-9cd8-42c0-b297-201f68cb4127"
- ],
- "Strict-Transport-Security": [
- "max-age=31536000; includeSubDomains"
- ],
- "X-Content-Type-Options": [
- "nosniff"
- ],
- "Server": [
- "nginx"
- ],
- "x-ms-routing-request-id": [
- "SOUTHEASTASIA:20200323T141122Z:913f7735-be06-4841-8ab9-57717c4eb3cb"
- ],
- "Date": [
- "Mon, 23 Mar 2020 14:11:22 GMT"
- ],
- "Content-Length": [
- "126"
- ],
- "Content-Type": [
- "application/json"
- ],
- "Expires": [
- "-1"
- ]
- },
- "ResponseBody": "{\r\n \"name\": \"4af23a55-d360-6642-81d9-1b9eef327d9d\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-03-23T14:02:09.4760006Z\"\r\n}",
- "StatusCode": 200
- },
- {
- "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/553af24a-60d3-4266-81d9-1b9eef327d9d?api-version=2017-08-31",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvNTUzYWYyNGEtNjBkMy00MjY2LTgxZDktMWI5ZWVmMzI3ZDlkP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
- "RequestMethod": "GET",
- "RequestBody": "",
- "RequestHeaders": {
- "User-Agent": [
- "FxVersion/4.6.28207.03",
- "OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.0.0"
- ]
- },
- "ResponseHeaders": {
- "Cache-Control": [
- "no-cache"
- ],
- "Pragma": [
- "no-cache"
- ],
- "x-ms-ratelimit-remaining-subscription-reads": [
- "11966"
- ],
- "x-ms-correlation-request-id": [
- "c037a96b-27fa-41a2-9ee4-05f423fd0ebb"
- ],
- "x-ms-request-id": [
- "70ecdf70-3bf5-4bc0-8eb4-bdd5e4af368f"
- ],
- "Strict-Transport-Security": [
- "max-age=31536000; includeSubDomains"
- ],
- "X-Content-Type-Options": [
- "nosniff"
- ],
- "Server": [
- "nginx"
- ],
- "x-ms-routing-request-id": [
- "SOUTHEASTASIA:20200323T141153Z:c037a96b-27fa-41a2-9ee4-05f423fd0ebb"
- ],
- "Date": [
- "Mon, 23 Mar 2020 14:11:52 GMT"
- ],
- "Content-Length": [
- "170"
- ],
- "Content-Type": [
- "application/json"
- ],
- "Expires": [
- "-1"
- ]
- },
- "ResponseBody": "{\r\n \"name\": \"4af23a55-d360-6642-81d9-1b9eef327d9d\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-03-23T14:02:09.4760006Z\",\r\n \"endTime\": \"2020-03-23T14:11:42.5722657Z\"\r\n}",
- "StatusCode": 200
- },
- {
- "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/rgps9328/providers/Microsoft.ContainerService/managedClusters/kubeps4983/agentPools/windef?api-version=2019-10-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Jlc291cmNlR3JvdXBzL3JncHM5MzI4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9tYW5hZ2VkQ2x1c3RlcnMva3ViZXBzNDk4My9hZ2VudFBvb2xzL3dpbmRlZj9hcGktdmVyc2lvbj0yMDE5LTEwLTAx",
- "RequestMethod": "GET",
- "RequestBody": "",
- "RequestHeaders": {
- "User-Agent": [
- "FxVersion/4.6.28207.03",
- "OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.0.0"
- ]
- },
- "ResponseHeaders": {
- "Cache-Control": [
- "no-cache"
- ],
- "Pragma": [
- "no-cache"
- ],
- "x-ms-ratelimit-remaining-subscription-reads": [
- "11965"
- ],
- "x-ms-correlation-request-id": [
- "065f2f59-d975-41ac-a934-90f62a21d156"
- ],
- "x-ms-request-id": [
- "8b16f657-cf73-43ac-aab1-447f5714f7dd"
- ],
- "Strict-Transport-Security": [
- "max-age=31536000; includeSubDomains"
- ],
- "X-Content-Type-Options": [
- "nosniff"
- ],
- "Server": [
- "nginx"
- ],
- "x-ms-routing-request-id": [
- "SOUTHEASTASIA:20200323T141154Z:065f2f59-d975-41ac-a934-90f62a21d156"
- ],
- "Date": [
- "Mon, 23 Mar 2020 14:11:53 GMT"
- ],
- "Content-Length": [
- "501"
- ],
- "Content-Type": [
- "application/json"
- ],
- "Expires": [
- "-1"
- ]
- },
- "ResponseBody": "{\r\n \"id\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourcegroups/rgps9328/providers/Microsoft.ContainerService/managedClusters/kubeps4983/agentPools/windef\",\r\n \"name\": \"windef\",\r\n \"type\": \"Microsoft.ContainerService/managedClusters/agentPools\",\r\n \"properties\": {\r\n \"count\": 3,\r\n \"vmSize\": \"Standard_A2\",\r\n \"osDiskSizeGB\": 100,\r\n \"maxPods\": 30,\r\n \"type\": \"VirtualMachineScaleSets\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"orchestratorVersion\": \"1.15.7\",\r\n \"osType\": \"Windows\"\r\n }\r\n}",
- "StatusCode": 200
- },
- {
- "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/rgps9328/providers/Microsoft.ContainerService/managedClusters/kubeps4983/agentPools/windef?api-version=2019-10-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Jlc291cmNlR3JvdXBzL3JncHM5MzI4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9tYW5hZ2VkQ2x1c3RlcnMva3ViZXBzNDk4My9hZ2VudFBvb2xzL3dpbmRlZj9hcGktdmVyc2lvbj0yMDE5LTEwLTAx",
- "RequestMethod": "GET",
- "RequestBody": "",
- "RequestHeaders": {
- "x-ms-client-request-id": [
- "d5cdccd6-a2b3-43f2-924e-7b9910450dc1"
- ],
- "Accept-Language": [
- "en-US"
- ],
- "User-Agent": [
- "FxVersion/4.6.28207.03",
- "OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.0.0"
- ]
- },
- "ResponseHeaders": {
- "Cache-Control": [
- "no-cache"
- ],
- "Pragma": [
- "no-cache"
- ],
- "x-ms-ratelimit-remaining-subscription-reads": [
- "11963"
- ],
- "x-ms-correlation-request-id": [
- "c8091347-b293-41ec-9c76-ca3e96586975"
- ],
- "x-ms-request-id": [
- "5d12656f-c8c2-4ac3-8fcb-36beb7bd0f18"
- ],
- "Strict-Transport-Security": [
- "max-age=31536000; includeSubDomains"
- ],
- "X-Content-Type-Options": [
- "nosniff"
- ],
- "Server": [
- "nginx"
- ],
- "x-ms-routing-request-id": [
- "SOUTHEASTASIA:20200323T141156Z:c8091347-b293-41ec-9c76-ca3e96586975"
- ],
- "Date": [
- "Mon, 23 Mar 2020 14:11:56 GMT"
- ],
- "Content-Length": [
- "501"
- ],
- "Content-Type": [
- "application/json"
- ],
- "Expires": [
- "-1"
- ]
- },
- "ResponseBody": "{\r\n \"id\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourcegroups/rgps9328/providers/Microsoft.ContainerService/managedClusters/kubeps4983/agentPools/windef\",\r\n \"name\": \"windef\",\r\n \"type\": \"Microsoft.ContainerService/managedClusters/agentPools\",\r\n \"properties\": {\r\n \"count\": 3,\r\n \"vmSize\": \"Standard_A2\",\r\n \"osDiskSizeGB\": 100,\r\n \"maxPods\": 30,\r\n \"type\": \"VirtualMachineScaleSets\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"orchestratorVersion\": \"1.15.7\",\r\n \"osType\": \"Windows\"\r\n }\r\n}",
- "StatusCode": 200
- },
- {
- "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/rgps9328/providers/Microsoft.ContainerService/managedClusters/kubeps4983/agentPools/windef?api-version=2019-10-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Jlc291cmNlR3JvdXBzL3JncHM5MzI4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9tYW5hZ2VkQ2x1c3RlcnMva3ViZXBzNDk4My9hZ2VudFBvb2xzL3dpbmRlZj9hcGktdmVyc2lvbj0yMDE5LTEwLTAx",
- "RequestMethod": "GET",
- "RequestBody": "",
- "RequestHeaders": {
- "x-ms-client-request-id": [
- "925628fc-9166-44cc-b6da-7faec37a1b1b"
- ],
- "Accept-Language": [
- "en-US"
- ],
- "User-Agent": [
- "FxVersion/4.6.28207.03",
- "OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.0.0"
- ]
- },
- "ResponseHeaders": {
- "Cache-Control": [
- "no-cache"
- ],
- "Pragma": [
- "no-cache"
- ],
- "x-ms-ratelimit-remaining-subscription-reads": [
- "11962"
- ],
- "x-ms-correlation-request-id": [
- "580acf82-60c9-4c5e-b6f7-95bff15bac98"
- ],
- "x-ms-request-id": [
- "06374f7d-07a1-4141-bf48-d879647a4b9a"
- ],
- "Strict-Transport-Security": [
- "max-age=31536000; includeSubDomains"
- ],
- "X-Content-Type-Options": [
- "nosniff"
- ],
- "Server": [
- "nginx"
- ],
- "x-ms-routing-request-id": [
- "SOUTHEASTASIA:20200323T141158Z:580acf82-60c9-4c5e-b6f7-95bff15bac98"
- ],
- "Date": [
- "Mon, 23 Mar 2020 14:11:57 GMT"
- ],
- "Content-Length": [
- "501"
- ],
- "Content-Type": [
- "application/json"
- ],
- "Expires": [
- "-1"
- ]
- },
- "ResponseBody": "{\r\n \"id\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourcegroups/rgps9328/providers/Microsoft.ContainerService/managedClusters/kubeps4983/agentPools/windef\",\r\n \"name\": \"windef\",\r\n \"type\": \"Microsoft.ContainerService/managedClusters/agentPools\",\r\n \"properties\": {\r\n \"count\": 3,\r\n \"vmSize\": \"Standard_A2\",\r\n \"osDiskSizeGB\": 100,\r\n \"maxPods\": 30,\r\n \"type\": \"VirtualMachineScaleSets\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"orchestratorVersion\": \"1.15.7\",\r\n \"osType\": \"Windows\"\r\n }\r\n}",
- "StatusCode": 200
- },
- {
- "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/rgps9328/providers/Microsoft.ContainerService/managedClusters/kubeps4983/agentPools/windef?api-version=2019-10-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Jlc291cmNlR3JvdXBzL3JncHM5MzI4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9tYW5hZ2VkQ2x1c3RlcnMva3ViZXBzNDk4My9hZ2VudFBvb2xzL3dpbmRlZj9hcGktdmVyc2lvbj0yMDE5LTEwLTAx",
- "RequestMethod": "GET",
- "RequestBody": "",
- "RequestHeaders": {
- "User-Agent": [
- "FxVersion/4.6.28207.03",
- "OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.0.0"
- ]
- },
- "ResponseHeaders": {
- "Cache-Control": [
- "no-cache"
- ],
- "Pragma": [
- "no-cache"
- ],
- "x-ms-ratelimit-remaining-subscription-reads": [
- "11881"
- ],
- "x-ms-correlation-request-id": [
- "a70a864d-4711-48e5-a26b-0ca147841fe3"
- ],
- "x-ms-request-id": [
- "e7f02419-0b07-4370-ab89-4fdae5373e5c"
- ],
- "Strict-Transport-Security": [
- "max-age=31536000; includeSubDomains"
- ],
- "X-Content-Type-Options": [
- "nosniff"
- ],
- "Server": [
- "nginx"
- ],
- "x-ms-routing-request-id": [
- "SOUTHEASTASIA:20200323T145258Z:a70a864d-4711-48e5-a26b-0ca147841fe3"
- ],
- "Date": [
- "Mon, 23 Mar 2020 14:52:57 GMT"
- ],
- "Content-Length": [
- "502"
- ],
- "Content-Type": [
- "application/json"
- ],
- "Expires": [
- "-1"
- ]
- },
- "ResponseBody": "{\r\n \"id\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourcegroups/rgps9328/providers/Microsoft.ContainerService/managedClusters/kubeps4983/agentPools/windef\",\r\n \"name\": \"windef\",\r\n \"type\": \"Microsoft.ContainerService/managedClusters/agentPools\",\r\n \"properties\": {\r\n \"count\": 3,\r\n \"vmSize\": \"Standard_A2\",\r\n \"osDiskSizeGB\": 100,\r\n \"maxPods\": 30,\r\n \"type\": \"VirtualMachineScaleSets\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"orchestratorVersion\": \"1.15.10\",\r\n \"osType\": \"Windows\"\r\n }\r\n}",
- "StatusCode": 200
- },
- {
- "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/rgps9328/providers/Microsoft.ContainerService/managedClusters/kubeps4983/agentPools?api-version=2019-10-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Jlc291cmNlR3JvdXBzL3JncHM5MzI4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9tYW5hZ2VkQ2x1c3RlcnMva3ViZXBzNDk4My9hZ2VudFBvb2xzP2FwaS12ZXJzaW9uPTIwMTktMTAtMDE=",
- "RequestMethod": "GET",
- "RequestBody": "",
- "RequestHeaders": {
- "x-ms-client-request-id": [
- "05c5695b-a59c-4955-9dac-11cebf6df1db"
- ],
- "Accept-Language": [
- "en-US"
- ],
- "User-Agent": [
- "FxVersion/4.6.28207.03",
- "OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.0.0"
- ]
- },
- "ResponseHeaders": {
- "Cache-Control": [
- "no-cache"
- ],
- "Pragma": [
- "no-cache"
- ],
- "x-ms-ratelimit-remaining-subscription-reads": [
- "11964"
- ],
- "x-ms-correlation-request-id": [
- "c067dc84-71f6-4085-9c96-5122dcfc5c86"
- ],
- "x-ms-request-id": [
- "276c3bc2-07ac-4d22-9828-f3fa90f21585"
- ],
- "Strict-Transport-Security": [
- "max-age=31536000; includeSubDomains"
- ],
- "X-Content-Type-Options": [
- "nosniff"
- ],
- "Server": [
- "nginx"
- ],
- "x-ms-routing-request-id": [
- "SOUTHEASTASIA:20200323T141155Z:c067dc84-71f6-4085-9c96-5122dcfc5c86"
- ],
- "Date": [
- "Mon, 23 Mar 2020 14:11:55 GMT"
- ],
- "Content-Length": [
- "1092"
- ],
- "Content-Type": [
- "application/json"
- ],
- "Expires": [
- "-1"
- ]
- },
- "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourcegroups/rgps9328/providers/Microsoft.ContainerService/managedClusters/kubeps4983/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\": 100,\r\n \"maxPods\": 30,\r\n \"type\": \"VirtualMachineScaleSets\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"orchestratorVersion\": \"1.15.10\",\r\n \"osType\": \"Linux\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourcegroups/rgps9328/providers/Microsoft.ContainerService/managedClusters/kubeps4983/agentPools/windef\",\r\n \"name\": \"windef\",\r\n \"type\": \"Microsoft.ContainerService/managedClusters/agentPools\",\r\n \"properties\": {\r\n \"count\": 3,\r\n \"vmSize\": \"Standard_A2\",\r\n \"osDiskSizeGB\": 100,\r\n \"maxPods\": 30,\r\n \"type\": \"VirtualMachineScaleSets\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"orchestratorVersion\": \"1.15.7\",\r\n \"osType\": \"Windows\"\r\n }\r\n }\r\n ]\r\n}",
- "StatusCode": 200
- },
- {
- "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/9b2eaad0-7d08-4a11-924c-432225d0f73e?api-version=2017-08-31",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvOWIyZWFhZDAtN2QwOC00YTExLTkyNGMtNDMyMjI1ZDBmNzNlP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
- "RequestMethod": "GET",
- "RequestBody": "",
- "RequestHeaders": {
- "User-Agent": [
- "FxVersion/4.6.28207.03",
- "OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.0.0"
- ]
- },
- "ResponseHeaders": {
- "Cache-Control": [
- "no-cache"
- ],
- "Pragma": [
- "no-cache"
- ],
- "x-ms-ratelimit-remaining-subscription-reads": [
- "11961"
- ],
- "x-ms-correlation-request-id": [
- "49690ffa-632b-4b41-a036-63c29183b77b"
- ],
- "x-ms-request-id": [
- "bbb497ff-0b53-4e68-ab41-0b4f315ea648"
- ],
- "Strict-Transport-Security": [
- "max-age=31536000; includeSubDomains"
- ],
- "X-Content-Type-Options": [
- "nosniff"
- ],
- "Server": [
- "nginx"
- ],
- "x-ms-routing-request-id": [
- "SOUTHEASTASIA:20200323T141232Z:49690ffa-632b-4b41-a036-63c29183b77b"
- ],
- "Date": [
- "Mon, 23 Mar 2020 14:12:32 GMT"
- ],
- "Content-Length": [
- "125"
- ],
- "Content-Type": [
- "application/json"
- ],
- "Expires": [
- "-1"
- ]
- },
- "ResponseBody": "{\r\n \"name\": \"d0aa2e9b-087d-114a-924c-432225d0f73e\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-03-23T14:12:01.921741Z\"\r\n}",
- "StatusCode": 200
- },
- {
- "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/9b2eaad0-7d08-4a11-924c-432225d0f73e?api-version=2017-08-31",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvOWIyZWFhZDAtN2QwOC00YTExLTkyNGMtNDMyMjI1ZDBmNzNlP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
- "RequestMethod": "GET",
- "RequestBody": "",
- "RequestHeaders": {
- "User-Agent": [
- "FxVersion/4.6.28207.03",
- "OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.0.0"
- ]
- },
- "ResponseHeaders": {
- "Cache-Control": [
- "no-cache"
- ],
- "Pragma": [
- "no-cache"
- ],
- "x-ms-ratelimit-remaining-subscription-reads": [
- "11960"
- ],
- "x-ms-correlation-request-id": [
- "18bb2888-5085-48d6-be83-fea767cefcb9"
- ],
- "x-ms-request-id": [
- "403eb7e0-60e9-4fb8-9deb-fecb902f42cd"
- ],
- "Strict-Transport-Security": [
- "max-age=31536000; includeSubDomains"
- ],
- "X-Content-Type-Options": [
- "nosniff"
- ],
- "Server": [
- "nginx"
- ],
- "x-ms-routing-request-id": [
- "SOUTHEASTASIA:20200323T141303Z:18bb2888-5085-48d6-be83-fea767cefcb9"
- ],
- "Date": [
- "Mon, 23 Mar 2020 14:13:03 GMT"
- ],
- "Content-Length": [
- "125"
- ],
- "Content-Type": [
- "application/json"
- ],
- "Expires": [
- "-1"
- ]
- },
- "ResponseBody": "{\r\n \"name\": \"d0aa2e9b-087d-114a-924c-432225d0f73e\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-03-23T14:12:01.921741Z\"\r\n}",
- "StatusCode": 200
- },
- {
- "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/9b2eaad0-7d08-4a11-924c-432225d0f73e?api-version=2017-08-31",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvOWIyZWFhZDAtN2QwOC00YTExLTkyNGMtNDMyMjI1ZDBmNzNlP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
- "RequestMethod": "GET",
- "RequestBody": "",
- "RequestHeaders": {
- "User-Agent": [
- "FxVersion/4.6.28207.03",
- "OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.0.0"
- ]
- },
- "ResponseHeaders": {
- "Cache-Control": [
- "no-cache"
- ],
- "Pragma": [
- "no-cache"
- ],
- "x-ms-ratelimit-remaining-subscription-reads": [
- "11959"
- ],
- "x-ms-correlation-request-id": [
- "f6c1409e-84cf-4190-9e57-6ae33e0de4ce"
- ],
- "x-ms-request-id": [
- "2d8838d1-ce47-4a62-b655-bb5292ae8bfe"
- ],
- "Strict-Transport-Security": [
- "max-age=31536000; includeSubDomains"
- ],
- "X-Content-Type-Options": [
- "nosniff"
- ],
- "Server": [
- "nginx"
- ],
- "x-ms-routing-request-id": [
- "SOUTHEASTASIA:20200323T141334Z:f6c1409e-84cf-4190-9e57-6ae33e0de4ce"
- ],
- "Date": [
- "Mon, 23 Mar 2020 14:13:33 GMT"
- ],
- "Content-Length": [
- "125"
- ],
- "Content-Type": [
- "application/json"
- ],
- "Expires": [
- "-1"
- ]
- },
- "ResponseBody": "{\r\n \"name\": \"d0aa2e9b-087d-114a-924c-432225d0f73e\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-03-23T14:12:01.921741Z\"\r\n}",
- "StatusCode": 200
- },
- {
- "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/9b2eaad0-7d08-4a11-924c-432225d0f73e?api-version=2017-08-31",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvOWIyZWFhZDAtN2QwOC00YTExLTkyNGMtNDMyMjI1ZDBmNzNlP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
- "RequestMethod": "GET",
- "RequestBody": "",
- "RequestHeaders": {
- "User-Agent": [
- "FxVersion/4.6.28207.03",
- "OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.0.0"
- ]
- },
- "ResponseHeaders": {
- "Cache-Control": [
- "no-cache"
- ],
- "Pragma": [
- "no-cache"
- ],
- "x-ms-ratelimit-remaining-subscription-reads": [
- "11958"
- ],
- "x-ms-correlation-request-id": [
- "393f8f2f-c5b6-4642-850e-a74904465e37"
- ],
- "x-ms-request-id": [
- "a5f65d5e-65d4-498b-9993-cbe0d1771ebc"
- ],
- "Strict-Transport-Security": [
- "max-age=31536000; includeSubDomains"
- ],
- "X-Content-Type-Options": [
- "nosniff"
- ],
- "Server": [
- "nginx"
- ],
- "x-ms-routing-request-id": [
- "SOUTHEASTASIA:20200323T141405Z:393f8f2f-c5b6-4642-850e-a74904465e37"
- ],
- "Date": [
- "Mon, 23 Mar 2020 14:14:05 GMT"
- ],
- "Content-Length": [
- "125"
- ],
- "Content-Type": [
- "application/json"
- ],
- "Expires": [
- "-1"
- ]
- },
- "ResponseBody": "{\r\n \"name\": \"d0aa2e9b-087d-114a-924c-432225d0f73e\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-03-23T14:12:01.921741Z\"\r\n}",
- "StatusCode": 200
- },
- {
- "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/9b2eaad0-7d08-4a11-924c-432225d0f73e?api-version=2017-08-31",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvOWIyZWFhZDAtN2QwOC00YTExLTkyNGMtNDMyMjI1ZDBmNzNlP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
- "RequestMethod": "GET",
- "RequestBody": "",
- "RequestHeaders": {
- "User-Agent": [
- "FxVersion/4.6.28207.03",
- "OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.0.0"
- ]
- },
- "ResponseHeaders": {
- "Cache-Control": [
- "no-cache"
- ],
- "Pragma": [
- "no-cache"
- ],
- "x-ms-ratelimit-remaining-subscription-reads": [
- "11957"
- ],
- "x-ms-correlation-request-id": [
- "12084da2-5760-4836-b28a-f4f8f06879a3"
- ],
- "x-ms-request-id": [
- "888ddce4-f4b6-4214-9599-79564893a3b9"
- ],
- "Strict-Transport-Security": [
- "max-age=31536000; includeSubDomains"
- ],
- "X-Content-Type-Options": [
- "nosniff"
- ],
- "Server": [
- "nginx"
- ],
- "x-ms-routing-request-id": [
- "SOUTHEASTASIA:20200323T141435Z:12084da2-5760-4836-b28a-f4f8f06879a3"
- ],
- "Date": [
- "Mon, 23 Mar 2020 14:14:35 GMT"
- ],
- "Content-Length": [
- "125"
- ],
- "Content-Type": [
- "application/json"
- ],
- "Expires": [
- "-1"
- ]
- },
- "ResponseBody": "{\r\n \"name\": \"d0aa2e9b-087d-114a-924c-432225d0f73e\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-03-23T14:12:01.921741Z\"\r\n}",
- "StatusCode": 200
- },
- {
- "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/9b2eaad0-7d08-4a11-924c-432225d0f73e?api-version=2017-08-31",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvOWIyZWFhZDAtN2QwOC00YTExLTkyNGMtNDMyMjI1ZDBmNzNlP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
- "RequestMethod": "GET",
- "RequestBody": "",
- "RequestHeaders": {
- "User-Agent": [
- "FxVersion/4.6.28207.03",
- "OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.0.0"
- ]
- },
- "ResponseHeaders": {
- "Cache-Control": [
- "no-cache"
- ],
- "Pragma": [
- "no-cache"
- ],
- "x-ms-ratelimit-remaining-subscription-reads": [
- "11956"
- ],
- "x-ms-correlation-request-id": [
- "8335b4b9-ae25-42e8-9faa-dd4bd0fe9c2a"
- ],
- "x-ms-request-id": [
- "9f0e0528-7ba7-449e-89cc-0e40e29ab95e"
- ],
- "Strict-Transport-Security": [
- "max-age=31536000; includeSubDomains"
- ],
- "X-Content-Type-Options": [
- "nosniff"
- ],
- "Server": [
- "nginx"
- ],
- "x-ms-routing-request-id": [
- "SOUTHEASTASIA:20200323T141506Z:8335b4b9-ae25-42e8-9faa-dd4bd0fe9c2a"
- ],
- "Date": [
- "Mon, 23 Mar 2020 14:15:06 GMT"
- ],
- "Content-Length": [
- "125"
- ],
- "Content-Type": [
- "application/json"
- ],
- "Expires": [
- "-1"
- ]
- },
- "ResponseBody": "{\r\n \"name\": \"d0aa2e9b-087d-114a-924c-432225d0f73e\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-03-23T14:12:01.921741Z\"\r\n}",
- "StatusCode": 200
- },
- {
- "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/9b2eaad0-7d08-4a11-924c-432225d0f73e?api-version=2017-08-31",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvOWIyZWFhZDAtN2QwOC00YTExLTkyNGMtNDMyMjI1ZDBmNzNlP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
- "RequestMethod": "GET",
- "RequestBody": "",
- "RequestHeaders": {
- "User-Agent": [
- "FxVersion/4.6.28207.03",
- "OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.0.0"
- ]
- },
- "ResponseHeaders": {
- "Cache-Control": [
- "no-cache"
- ],
- "Pragma": [
- "no-cache"
- ],
- "x-ms-ratelimit-remaining-subscription-reads": [
- "11955"
- ],
- "x-ms-correlation-request-id": [
- "08072c97-a52e-48f0-98cf-a72b6f2b2965"
- ],
- "x-ms-request-id": [
- "92ecc4f7-ad83-4ffe-ae01-45657404624b"
- ],
- "Strict-Transport-Security": [
- "max-age=31536000; includeSubDomains"
- ],
- "X-Content-Type-Options": [
- "nosniff"
- ],
- "Server": [
- "nginx"
- ],
- "x-ms-routing-request-id": [
- "SOUTHEASTASIA:20200323T141537Z:08072c97-a52e-48f0-98cf-a72b6f2b2965"
- ],
- "Date": [
- "Mon, 23 Mar 2020 14:15:37 GMT"
- ],
- "Content-Length": [
- "125"
- ],
- "Content-Type": [
- "application/json"
- ],
- "Expires": [
- "-1"
- ]
- },
- "ResponseBody": "{\r\n \"name\": \"d0aa2e9b-087d-114a-924c-432225d0f73e\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-03-23T14:12:01.921741Z\"\r\n}",
- "StatusCode": 200
- },
- {
- "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/9b2eaad0-7d08-4a11-924c-432225d0f73e?api-version=2017-08-31",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvOWIyZWFhZDAtN2QwOC00YTExLTkyNGMtNDMyMjI1ZDBmNzNlP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
- "RequestMethod": "GET",
- "RequestBody": "",
- "RequestHeaders": {
- "User-Agent": [
- "FxVersion/4.6.28207.03",
- "OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.0.0"
- ]
- },
- "ResponseHeaders": {
- "Cache-Control": [
- "no-cache"
- ],
- "Pragma": [
- "no-cache"
- ],
- "x-ms-ratelimit-remaining-subscription-reads": [
- "11954"
- ],
- "x-ms-correlation-request-id": [
- "1fc14005-655d-48af-b5ae-c17a38fcdb0a"
- ],
- "x-ms-request-id": [
- "18c0d67a-0bb9-45ce-9f32-c3d5b38da926"
- ],
- "Strict-Transport-Security": [
- "max-age=31536000; includeSubDomains"
- ],
- "X-Content-Type-Options": [
- "nosniff"
- ],
- "Server": [
- "nginx"
- ],
- "x-ms-routing-request-id": [
- "SOUTHEASTASIA:20200323T141607Z:1fc14005-655d-48af-b5ae-c17a38fcdb0a"
- ],
- "Date": [
- "Mon, 23 Mar 2020 14:16:07 GMT"
- ],
- "Content-Length": [
- "125"
- ],
- "Content-Type": [
- "application/json"
- ],
- "Expires": [
- "-1"
- ]
- },
- "ResponseBody": "{\r\n \"name\": \"d0aa2e9b-087d-114a-924c-432225d0f73e\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-03-23T14:12:01.921741Z\"\r\n}",
- "StatusCode": 200
- },
- {
- "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/9b2eaad0-7d08-4a11-924c-432225d0f73e?api-version=2017-08-31",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvOWIyZWFhZDAtN2QwOC00YTExLTkyNGMtNDMyMjI1ZDBmNzNlP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
- "RequestMethod": "GET",
- "RequestBody": "",
- "RequestHeaders": {
- "User-Agent": [
- "FxVersion/4.6.28207.03",
- "OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.0.0"
- ]
- },
- "ResponseHeaders": {
- "Cache-Control": [
- "no-cache"
- ],
- "Pragma": [
- "no-cache"
- ],
- "x-ms-ratelimit-remaining-subscription-reads": [
- "11953"
- ],
- "x-ms-correlation-request-id": [
- "73085440-07af-4fb8-8636-3166272450f3"
- ],
- "x-ms-request-id": [
- "a3c3d2b8-f5e5-4138-9433-77b33a69e066"
- ],
- "Strict-Transport-Security": [
- "max-age=31536000; includeSubDomains"
- ],
- "X-Content-Type-Options": [
- "nosniff"
- ],
- "Server": [
- "nginx"
- ],
- "x-ms-routing-request-id": [
- "SOUTHEASTASIA:20200323T141638Z:73085440-07af-4fb8-8636-3166272450f3"
- ],
- "Date": [
- "Mon, 23 Mar 2020 14:16:37 GMT"
- ],
- "Content-Length": [
- "125"
- ],
- "Content-Type": [
- "application/json"
- ],
- "Expires": [
- "-1"
- ]
- },
- "ResponseBody": "{\r\n \"name\": \"d0aa2e9b-087d-114a-924c-432225d0f73e\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-03-23T14:12:01.921741Z\"\r\n}",
- "StatusCode": 200
- },
- {
- "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/9b2eaad0-7d08-4a11-924c-432225d0f73e?api-version=2017-08-31",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvOWIyZWFhZDAtN2QwOC00YTExLTkyNGMtNDMyMjI1ZDBmNzNlP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
- "RequestMethod": "GET",
- "RequestBody": "",
- "RequestHeaders": {
- "User-Agent": [
- "FxVersion/4.6.28207.03",
- "OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.0.0"
- ]
- },
- "ResponseHeaders": {
- "Cache-Control": [
- "no-cache"
- ],
- "Pragma": [
- "no-cache"
- ],
- "x-ms-ratelimit-remaining-subscription-reads": [
- "11952"
- ],
- "x-ms-correlation-request-id": [
- "d8485207-ae86-40c3-a3fe-59f7c065ee35"
- ],
- "x-ms-request-id": [
- "447ccc47-e95f-4684-8b54-a8053e2ace8b"
- ],
- "Strict-Transport-Security": [
- "max-age=31536000; includeSubDomains"
- ],
- "X-Content-Type-Options": [
- "nosniff"
- ],
- "Server": [
- "nginx"
- ],
- "x-ms-routing-request-id": [
- "SOUTHEASTASIA:20200323T141709Z:d8485207-ae86-40c3-a3fe-59f7c065ee35"
- ],
- "Date": [
- "Mon, 23 Mar 2020 14:17:09 GMT"
- ],
- "Content-Length": [
- "125"
- ],
- "Content-Type": [
- "application/json"
- ],
- "Expires": [
- "-1"
- ]
- },
- "ResponseBody": "{\r\n \"name\": \"d0aa2e9b-087d-114a-924c-432225d0f73e\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-03-23T14:12:01.921741Z\"\r\n}",
- "StatusCode": 200
- },
- {
- "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/9b2eaad0-7d08-4a11-924c-432225d0f73e?api-version=2017-08-31",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvOWIyZWFhZDAtN2QwOC00YTExLTkyNGMtNDMyMjI1ZDBmNzNlP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
- "RequestMethod": "GET",
- "RequestBody": "",
- "RequestHeaders": {
- "User-Agent": [
- "FxVersion/4.6.28207.03",
- "OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.0.0"
- ]
- },
- "ResponseHeaders": {
- "Cache-Control": [
- "no-cache"
- ],
- "Pragma": [
- "no-cache"
- ],
- "x-ms-ratelimit-remaining-subscription-reads": [
- "11951"
- ],
- "x-ms-correlation-request-id": [
- "853a270c-95b9-4685-8747-78392a85035e"
- ],
- "x-ms-request-id": [
- "f777d95c-567d-42c5-be68-5c63870089f6"
- ],
- "Strict-Transport-Security": [
- "max-age=31536000; includeSubDomains"
- ],
- "X-Content-Type-Options": [
- "nosniff"
- ],
- "Server": [
- "nginx"
- ],
- "x-ms-routing-request-id": [
- "SOUTHEASTASIA:20200323T141739Z:853a270c-95b9-4685-8747-78392a85035e"
- ],
- "Date": [
- "Mon, 23 Mar 2020 14:17:39 GMT"
- ],
- "Content-Length": [
- "125"
- ],
- "Content-Type": [
- "application/json"
- ],
- "Expires": [
- "-1"
- ]
- },
- "ResponseBody": "{\r\n \"name\": \"d0aa2e9b-087d-114a-924c-432225d0f73e\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-03-23T14:12:01.921741Z\"\r\n}",
- "StatusCode": 200
- },
- {
- "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/9b2eaad0-7d08-4a11-924c-432225d0f73e?api-version=2017-08-31",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvOWIyZWFhZDAtN2QwOC00YTExLTkyNGMtNDMyMjI1ZDBmNzNlP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
- "RequestMethod": "GET",
- "RequestBody": "",
- "RequestHeaders": {
- "User-Agent": [
- "FxVersion/4.6.28207.03",
- "OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.0.0"
- ]
- },
- "ResponseHeaders": {
- "Cache-Control": [
- "no-cache"
- ],
- "Pragma": [
- "no-cache"
- ],
- "x-ms-ratelimit-remaining-subscription-reads": [
- "11950"
- ],
- "x-ms-correlation-request-id": [
- "8f771867-8b3a-4790-9d51-17f65064e5cd"
- ],
- "x-ms-request-id": [
- "ba2bb56c-beca-4d52-8337-ca09e80edcd5"
- ],
- "Strict-Transport-Security": [
- "max-age=31536000; includeSubDomains"
- ],
- "X-Content-Type-Options": [
- "nosniff"
- ],
- "Server": [
- "nginx"
- ],
- "x-ms-routing-request-id": [
- "SOUTHEASTASIA:20200323T141810Z:8f771867-8b3a-4790-9d51-17f65064e5cd"
- ],
- "Date": [
- "Mon, 23 Mar 2020 14:18:10 GMT"
- ],
- "Content-Length": [
- "125"
- ],
- "Content-Type": [
- "application/json"
- ],
- "Expires": [
- "-1"
- ]
- },
- "ResponseBody": "{\r\n \"name\": \"d0aa2e9b-087d-114a-924c-432225d0f73e\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-03-23T14:12:01.921741Z\"\r\n}",
- "StatusCode": 200
- },
- {
- "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/9b2eaad0-7d08-4a11-924c-432225d0f73e?api-version=2017-08-31",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvOWIyZWFhZDAtN2QwOC00YTExLTkyNGMtNDMyMjI1ZDBmNzNlP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
- "RequestMethod": "GET",
- "RequestBody": "",
- "RequestHeaders": {
- "User-Agent": [
- "FxVersion/4.6.28207.03",
- "OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.0.0"
- ]
- },
- "ResponseHeaders": {
- "Cache-Control": [
- "no-cache"
- ],
- "Pragma": [
- "no-cache"
- ],
- "x-ms-ratelimit-remaining-subscription-reads": [
- "11949"
- ],
- "x-ms-correlation-request-id": [
- "c39aeb9c-4905-4bef-ba02-c10379154923"
- ],
- "x-ms-request-id": [
- "1fcb5302-8961-4c6c-a01a-078ae5181b53"
- ],
- "Strict-Transport-Security": [
- "max-age=31536000; includeSubDomains"
- ],
- "X-Content-Type-Options": [
- "nosniff"
- ],
- "Server": [
- "nginx"
- ],
- "x-ms-routing-request-id": [
- "SOUTHEASTASIA:20200323T141841Z:c39aeb9c-4905-4bef-ba02-c10379154923"
- ],
- "Date": [
- "Mon, 23 Mar 2020 14:18:40 GMT"
- ],
- "Content-Length": [
- "125"
- ],
- "Content-Type": [
- "application/json"
- ],
- "Expires": [
- "-1"
- ]
- },
- "ResponseBody": "{\r\n \"name\": \"d0aa2e9b-087d-114a-924c-432225d0f73e\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-03-23T14:12:01.921741Z\"\r\n}",
- "StatusCode": 200
- },
- {
- "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/9b2eaad0-7d08-4a11-924c-432225d0f73e?api-version=2017-08-31",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvOWIyZWFhZDAtN2QwOC00YTExLTkyNGMtNDMyMjI1ZDBmNzNlP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
- "RequestMethod": "GET",
- "RequestBody": "",
- "RequestHeaders": {
- "User-Agent": [
- "FxVersion/4.6.28207.03",
- "OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.0.0"
- ]
- },
- "ResponseHeaders": {
- "Cache-Control": [
- "no-cache"
- ],
- "Pragma": [
- "no-cache"
- ],
- "x-ms-ratelimit-remaining-subscription-reads": [
- "11948"
- ],
- "x-ms-correlation-request-id": [
- "209079c9-2f4f-43ef-93ed-3688b8be6646"
- ],
- "x-ms-request-id": [
- "d5913971-5a3b-470c-b265-815263d8f559"
- ],
- "Strict-Transport-Security": [
- "max-age=31536000; includeSubDomains"
- ],
- "X-Content-Type-Options": [
- "nosniff"
- ],
- "Server": [
- "nginx"
- ],
- "x-ms-routing-request-id": [
- "SOUTHEASTASIA:20200323T141912Z:209079c9-2f4f-43ef-93ed-3688b8be6646"
- ],
- "Date": [
- "Mon, 23 Mar 2020 14:19:11 GMT"
- ],
- "Content-Length": [
- "125"
- ],
- "Content-Type": [
- "application/json"
- ],
- "Expires": [
- "-1"
- ]
- },
- "ResponseBody": "{\r\n \"name\": \"d0aa2e9b-087d-114a-924c-432225d0f73e\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-03-23T14:12:01.921741Z\"\r\n}",
- "StatusCode": 200
- },
- {
- "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/9b2eaad0-7d08-4a11-924c-432225d0f73e?api-version=2017-08-31",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvOWIyZWFhZDAtN2QwOC00YTExLTkyNGMtNDMyMjI1ZDBmNzNlP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
- "RequestMethod": "GET",
- "RequestBody": "",
- "RequestHeaders": {
- "User-Agent": [
- "FxVersion/4.6.28207.03",
- "OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.0.0"
- ]
- },
- "ResponseHeaders": {
- "Cache-Control": [
- "no-cache"
- ],
- "Pragma": [
- "no-cache"
- ],
- "x-ms-ratelimit-remaining-subscription-reads": [
- "11947"
- ],
- "x-ms-correlation-request-id": [
- "ee3c5acc-9218-4a4e-8aa5-82623d66a6f1"
- ],
- "x-ms-request-id": [
- "d1ee8f4c-580b-404b-a902-aaf5c4e5a666"
- ],
- "Strict-Transport-Security": [
- "max-age=31536000; includeSubDomains"
- ],
- "X-Content-Type-Options": [
- "nosniff"
- ],
- "Server": [
- "nginx"
- ],
- "x-ms-routing-request-id": [
- "SOUTHEASTASIA:20200323T141942Z:ee3c5acc-9218-4a4e-8aa5-82623d66a6f1"
- ],
- "Date": [
- "Mon, 23 Mar 2020 14:19:42 GMT"
- ],
- "Content-Length": [
- "125"
- ],
- "Content-Type": [
- "application/json"
- ],
- "Expires": [
- "-1"
- ]
- },
- "ResponseBody": "{\r\n \"name\": \"d0aa2e9b-087d-114a-924c-432225d0f73e\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-03-23T14:12:01.921741Z\"\r\n}",
- "StatusCode": 200
- },
- {
- "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/9b2eaad0-7d08-4a11-924c-432225d0f73e?api-version=2017-08-31",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvOWIyZWFhZDAtN2QwOC00YTExLTkyNGMtNDMyMjI1ZDBmNzNlP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
- "RequestMethod": "GET",
- "RequestBody": "",
- "RequestHeaders": {
- "User-Agent": [
- "FxVersion/4.6.28207.03",
- "OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.0.0"
- ]
- },
- "ResponseHeaders": {
- "Cache-Control": [
- "no-cache"
- ],
- "Pragma": [
- "no-cache"
- ],
- "x-ms-ratelimit-remaining-subscription-reads": [
- "11946"
- ],
- "x-ms-correlation-request-id": [
- "2f475189-2662-4c0f-ba1a-e4267828d12a"
- ],
- "x-ms-request-id": [
- "db76bdf1-11dc-4d35-a483-3ca7baf23fc2"
- ],
- "Strict-Transport-Security": [
- "max-age=31536000; includeSubDomains"
- ],
- "X-Content-Type-Options": [
- "nosniff"
- ],
- "Server": [
- "nginx"
- ],
- "x-ms-routing-request-id": [
- "SOUTHEASTASIA:20200323T142013Z:2f475189-2662-4c0f-ba1a-e4267828d12a"
- ],
- "Date": [
- "Mon, 23 Mar 2020 14:20:12 GMT"
- ],
- "Content-Length": [
- "125"
- ],
- "Content-Type": [
- "application/json"
- ],
- "Expires": [
- "-1"
- ]
- },
- "ResponseBody": "{\r\n \"name\": \"d0aa2e9b-087d-114a-924c-432225d0f73e\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-03-23T14:12:01.921741Z\"\r\n}",
- "StatusCode": 200
- },
- {
- "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/9b2eaad0-7d08-4a11-924c-432225d0f73e?api-version=2017-08-31",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvOWIyZWFhZDAtN2QwOC00YTExLTkyNGMtNDMyMjI1ZDBmNzNlP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
- "RequestMethod": "GET",
- "RequestBody": "",
- "RequestHeaders": {
- "User-Agent": [
- "FxVersion/4.6.28207.03",
- "OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.0.0"
- ]
- },
- "ResponseHeaders": {
- "Cache-Control": [
- "no-cache"
- ],
- "Pragma": [
- "no-cache"
- ],
- "x-ms-ratelimit-remaining-subscription-reads": [
- "11945"
- ],
- "x-ms-correlation-request-id": [
- "ce7e2834-538f-4b3a-97e9-25c84e90c156"
- ],
- "x-ms-request-id": [
- "23eec067-8cd4-4aa1-bff7-3f73bc805ca2"
- ],
- "Strict-Transport-Security": [
- "max-age=31536000; includeSubDomains"
- ],
- "X-Content-Type-Options": [
- "nosniff"
- ],
- "Server": [
- "nginx"
- ],
- "x-ms-routing-request-id": [
- "SOUTHEASTASIA:20200323T142043Z:ce7e2834-538f-4b3a-97e9-25c84e90c156"
- ],
- "Date": [
- "Mon, 23 Mar 2020 14:20:42 GMT"
- ],
- "Content-Length": [
- "125"
- ],
- "Content-Type": [
- "application/json"
- ],
- "Expires": [
- "-1"
- ]
- },
- "ResponseBody": "{\r\n \"name\": \"d0aa2e9b-087d-114a-924c-432225d0f73e\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-03-23T14:12:01.921741Z\"\r\n}",
- "StatusCode": 200
- },
- {
- "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/9b2eaad0-7d08-4a11-924c-432225d0f73e?api-version=2017-08-31",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvOWIyZWFhZDAtN2QwOC00YTExLTkyNGMtNDMyMjI1ZDBmNzNlP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
- "RequestMethod": "GET",
- "RequestBody": "",
- "RequestHeaders": {
- "User-Agent": [
- "FxVersion/4.6.28207.03",
- "OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.0.0"
- ]
- },
- "ResponseHeaders": {
- "Cache-Control": [
- "no-cache"
- ],
- "Pragma": [
- "no-cache"
- ],
- "x-ms-ratelimit-remaining-subscription-reads": [
- "11944"
- ],
- "x-ms-correlation-request-id": [
- "5c7937cb-9f02-4454-a2d5-c2b2159165ed"
- ],
- "x-ms-request-id": [
- "f31b2a98-d512-4697-85a8-4560a0f12c66"
- ],
- "Strict-Transport-Security": [
- "max-age=31536000; includeSubDomains"
- ],
- "X-Content-Type-Options": [
- "nosniff"
- ],
- "Server": [
- "nginx"
- ],
- "x-ms-routing-request-id": [
- "SOUTHEASTASIA:20200323T142114Z:5c7937cb-9f02-4454-a2d5-c2b2159165ed"
- ],
- "Date": [
- "Mon, 23 Mar 2020 14:21:14 GMT"
- ],
- "Content-Length": [
- "125"
- ],
- "Content-Type": [
- "application/json"
- ],
- "Expires": [
- "-1"
- ]
- },
- "ResponseBody": "{\r\n \"name\": \"d0aa2e9b-087d-114a-924c-432225d0f73e\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-03-23T14:12:01.921741Z\"\r\n}",
- "StatusCode": 200
- },
- {
- "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/9b2eaad0-7d08-4a11-924c-432225d0f73e?api-version=2017-08-31",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvOWIyZWFhZDAtN2QwOC00YTExLTkyNGMtNDMyMjI1ZDBmNzNlP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
- "RequestMethod": "GET",
- "RequestBody": "",
- "RequestHeaders": {
- "User-Agent": [
- "FxVersion/4.6.28207.03",
- "OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.0.0"
- ]
- },
- "ResponseHeaders": {
- "Cache-Control": [
- "no-cache"
- ],
- "Pragma": [
- "no-cache"
- ],
- "x-ms-ratelimit-remaining-subscription-reads": [
- "11943"
- ],
- "x-ms-correlation-request-id": [
- "97039012-3f58-415b-a065-5a2475980486"
- ],
- "x-ms-request-id": [
- "917c7fd9-8beb-4bae-bdf9-d61d6af02784"
- ],
- "Strict-Transport-Security": [
- "max-age=31536000; includeSubDomains"
- ],
- "X-Content-Type-Options": [
- "nosniff"
- ],
- "Server": [
- "nginx"
- ],
- "x-ms-routing-request-id": [
- "SOUTHEASTASIA:20200323T142145Z:97039012-3f58-415b-a065-5a2475980486"
- ],
- "Date": [
- "Mon, 23 Mar 2020 14:21:44 GMT"
- ],
- "Content-Length": [
- "125"
- ],
- "Content-Type": [
- "application/json"
- ],
- "Expires": [
- "-1"
- ]
- },
- "ResponseBody": "{\r\n \"name\": \"d0aa2e9b-087d-114a-924c-432225d0f73e\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-03-23T14:12:01.921741Z\"\r\n}",
- "StatusCode": 200
- },
- {
- "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/9b2eaad0-7d08-4a11-924c-432225d0f73e?api-version=2017-08-31",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvOWIyZWFhZDAtN2QwOC00YTExLTkyNGMtNDMyMjI1ZDBmNzNlP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
- "RequestMethod": "GET",
- "RequestBody": "",
- "RequestHeaders": {
- "User-Agent": [
- "FxVersion/4.6.28207.03",
- "OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.0.0"
- ]
- },
- "ResponseHeaders": {
- "Cache-Control": [
- "no-cache"
- ],
- "Pragma": [
- "no-cache"
- ],
- "x-ms-ratelimit-remaining-subscription-reads": [
- "11942"
- ],
- "x-ms-correlation-request-id": [
- "2581757b-bc73-46a6-8473-2da06b0e84f8"
- ],
- "x-ms-request-id": [
- "70271894-edbf-47c4-a7b6-60021521ff9b"
- ],
- "Strict-Transport-Security": [
- "max-age=31536000; includeSubDomains"
- ],
- "X-Content-Type-Options": [
- "nosniff"
- ],
- "Server": [
- "nginx"
- ],
- "x-ms-routing-request-id": [
- "SOUTHEASTASIA:20200323T142215Z:2581757b-bc73-46a6-8473-2da06b0e84f8"
- ],
- "Date": [
- "Mon, 23 Mar 2020 14:22:15 GMT"
- ],
- "Content-Length": [
- "125"
- ],
- "Content-Type": [
- "application/json"
- ],
- "Expires": [
- "-1"
- ]
- },
- "ResponseBody": "{\r\n \"name\": \"d0aa2e9b-087d-114a-924c-432225d0f73e\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-03-23T14:12:01.921741Z\"\r\n}",
- "StatusCode": 200
- },
- {
- "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/9b2eaad0-7d08-4a11-924c-432225d0f73e?api-version=2017-08-31",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvOWIyZWFhZDAtN2QwOC00YTExLTkyNGMtNDMyMjI1ZDBmNzNlP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
- "RequestMethod": "GET",
- "RequestBody": "",
- "RequestHeaders": {
- "User-Agent": [
- "FxVersion/4.6.28207.03",
- "OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.0.0"
- ]
- },
- "ResponseHeaders": {
- "Cache-Control": [
- "no-cache"
- ],
- "Pragma": [
- "no-cache"
- ],
- "x-ms-ratelimit-remaining-subscription-reads": [
- "11941"
- ],
- "x-ms-correlation-request-id": [
- "ce8fe8ae-172d-4124-8a03-eb6234a65c83"
- ],
- "x-ms-request-id": [
- "bc737468-f453-4617-a953-8ac54665c173"
- ],
- "Strict-Transport-Security": [
- "max-age=31536000; includeSubDomains"
- ],
- "X-Content-Type-Options": [
- "nosniff"
- ],
- "Server": [
- "nginx"
- ],
- "x-ms-routing-request-id": [
- "SOUTHEASTASIA:20200323T142246Z:ce8fe8ae-172d-4124-8a03-eb6234a65c83"
- ],
- "Date": [
- "Mon, 23 Mar 2020 14:22:46 GMT"
- ],
- "Content-Length": [
- "125"
- ],
- "Content-Type": [
- "application/json"
- ],
- "Expires": [
- "-1"
- ]
- },
- "ResponseBody": "{\r\n \"name\": \"d0aa2e9b-087d-114a-924c-432225d0f73e\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-03-23T14:12:01.921741Z\"\r\n}",
- "StatusCode": 200
- },
- {
- "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/9b2eaad0-7d08-4a11-924c-432225d0f73e?api-version=2017-08-31",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvOWIyZWFhZDAtN2QwOC00YTExLTkyNGMtNDMyMjI1ZDBmNzNlP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
- "RequestMethod": "GET",
- "RequestBody": "",
- "RequestHeaders": {
- "User-Agent": [
- "FxVersion/4.6.28207.03",
- "OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.0.0"
- ]
- },
- "ResponseHeaders": {
- "Cache-Control": [
- "no-cache"
- ],
- "Pragma": [
- "no-cache"
- ],
- "x-ms-ratelimit-remaining-subscription-reads": [
- "11940"
- ],
- "x-ms-correlation-request-id": [
- "702c6204-ad72-4991-8d76-24fb2102d32a"
- ],
- "x-ms-request-id": [
- "ce30804f-184b-4096-85a0-a775e0d9809b"
- ],
- "Strict-Transport-Security": [
- "max-age=31536000; includeSubDomains"
- ],
- "X-Content-Type-Options": [
- "nosniff"
- ],
- "Server": [
- "nginx"
- ],
- "x-ms-routing-request-id": [
- "SOUTHEASTASIA:20200323T142317Z:702c6204-ad72-4991-8d76-24fb2102d32a"
- ],
- "Date": [
- "Mon, 23 Mar 2020 14:23:17 GMT"
- ],
- "Content-Length": [
- "125"
- ],
- "Content-Type": [
- "application/json"
- ],
- "Expires": [
- "-1"
- ]
- },
- "ResponseBody": "{\r\n \"name\": \"d0aa2e9b-087d-114a-924c-432225d0f73e\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-03-23T14:12:01.921741Z\"\r\n}",
- "StatusCode": 200
- },
- {
- "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/9b2eaad0-7d08-4a11-924c-432225d0f73e?api-version=2017-08-31",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvOWIyZWFhZDAtN2QwOC00YTExLTkyNGMtNDMyMjI1ZDBmNzNlP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
- "RequestMethod": "GET",
- "RequestBody": "",
- "RequestHeaders": {
- "User-Agent": [
- "FxVersion/4.6.28207.03",
- "OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.0.0"
- ]
- },
- "ResponseHeaders": {
- "Cache-Control": [
- "no-cache"
- ],
- "Pragma": [
- "no-cache"
- ],
- "x-ms-ratelimit-remaining-subscription-reads": [
- "11939"
- ],
- "x-ms-correlation-request-id": [
- "2e0ff770-592c-45d3-8921-9f452c303fcc"
- ],
- "x-ms-request-id": [
- "0f80129d-58b3-4d9d-8fbf-07e9f7e08b74"
- ],
- "Strict-Transport-Security": [
- "max-age=31536000; includeSubDomains"
- ],
- "X-Content-Type-Options": [
- "nosniff"
- ],
- "Server": [
- "nginx"
- ],
- "x-ms-routing-request-id": [
- "SOUTHEASTASIA:20200323T142347Z:2e0ff770-592c-45d3-8921-9f452c303fcc"
- ],
- "Date": [
- "Mon, 23 Mar 2020 14:23:47 GMT"
- ],
- "Content-Length": [
- "125"
- ],
- "Content-Type": [
- "application/json"
- ],
- "Expires": [
- "-1"
- ]
- },
- "ResponseBody": "{\r\n \"name\": \"d0aa2e9b-087d-114a-924c-432225d0f73e\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-03-23T14:12:01.921741Z\"\r\n}",
- "StatusCode": 200
- },
- {
- "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/9b2eaad0-7d08-4a11-924c-432225d0f73e?api-version=2017-08-31",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvOWIyZWFhZDAtN2QwOC00YTExLTkyNGMtNDMyMjI1ZDBmNzNlP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
- "RequestMethod": "GET",
- "RequestBody": "",
- "RequestHeaders": {
- "User-Agent": [
- "FxVersion/4.6.28207.03",
- "OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.0.0"
- ]
- },
- "ResponseHeaders": {
- "Cache-Control": [
- "no-cache"
- ],
- "Pragma": [
- "no-cache"
- ],
- "x-ms-ratelimit-remaining-subscription-reads": [
- "11938"
- ],
- "x-ms-correlation-request-id": [
- "aa3c3de2-2e3c-449d-8c81-0a55dc90b252"
- ],
- "x-ms-request-id": [
- "9c098c80-3074-4b41-9192-4f1e1c603dba"
- ],
- "Strict-Transport-Security": [
- "max-age=31536000; includeSubDomains"
- ],
- "X-Content-Type-Options": [
- "nosniff"
- ],
- "Server": [
- "nginx"
- ],
- "x-ms-routing-request-id": [
- "SOUTHEASTASIA:20200323T142418Z:aa3c3de2-2e3c-449d-8c81-0a55dc90b252"
- ],
- "Date": [
- "Mon, 23 Mar 2020 14:24:18 GMT"
- ],
- "Content-Length": [
- "125"
- ],
- "Content-Type": [
- "application/json"
- ],
- "Expires": [
- "-1"
- ]
- },
- "ResponseBody": "{\r\n \"name\": \"d0aa2e9b-087d-114a-924c-432225d0f73e\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-03-23T14:12:01.921741Z\"\r\n}",
- "StatusCode": 200
- },
- {
- "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/9b2eaad0-7d08-4a11-924c-432225d0f73e?api-version=2017-08-31",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvOWIyZWFhZDAtN2QwOC00YTExLTkyNGMtNDMyMjI1ZDBmNzNlP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
- "RequestMethod": "GET",
- "RequestBody": "",
- "RequestHeaders": {
- "User-Agent": [
- "FxVersion/4.6.28207.03",
- "OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.0.0"
- ]
- },
- "ResponseHeaders": {
- "Cache-Control": [
- "no-cache"
- ],
- "Pragma": [
- "no-cache"
- ],
- "x-ms-ratelimit-remaining-subscription-reads": [
- "11937"
- ],
- "x-ms-correlation-request-id": [
- "58de3810-2deb-4d3c-82e2-80d37728a72c"
- ],
- "x-ms-request-id": [
- "b4e7dfd6-3985-4062-92aa-79dbcd9f50a3"
- ],
- "Strict-Transport-Security": [
- "max-age=31536000; includeSubDomains"
- ],
- "X-Content-Type-Options": [
- "nosniff"
- ],
- "Server": [
- "nginx"
- ],
- "x-ms-routing-request-id": [
- "SOUTHEASTASIA:20200323T142448Z:58de3810-2deb-4d3c-82e2-80d37728a72c"
- ],
- "Date": [
- "Mon, 23 Mar 2020 14:24:48 GMT"
- ],
- "Content-Length": [
- "125"
- ],
- "Content-Type": [
- "application/json"
- ],
- "Expires": [
- "-1"
- ]
- },
- "ResponseBody": "{\r\n \"name\": \"d0aa2e9b-087d-114a-924c-432225d0f73e\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-03-23T14:12:01.921741Z\"\r\n}",
- "StatusCode": 200
- },
- {
- "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/9b2eaad0-7d08-4a11-924c-432225d0f73e?api-version=2017-08-31",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvOWIyZWFhZDAtN2QwOC00YTExLTkyNGMtNDMyMjI1ZDBmNzNlP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
- "RequestMethod": "GET",
- "RequestBody": "",
- "RequestHeaders": {
- "User-Agent": [
- "FxVersion/4.6.28207.03",
- "OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.0.0"
- ]
- },
- "ResponseHeaders": {
- "Cache-Control": [
- "no-cache"
- ],
- "Pragma": [
- "no-cache"
- ],
- "x-ms-ratelimit-remaining-subscription-reads": [
- "11936"
- ],
- "x-ms-correlation-request-id": [
- "f3386308-12c9-4903-9a0c-81b72acabc22"
- ],
- "x-ms-request-id": [
- "305029f6-13d5-414a-90cb-1c350912dc2e"
- ],
- "Strict-Transport-Security": [
- "max-age=31536000; includeSubDomains"
- ],
- "X-Content-Type-Options": [
- "nosniff"
- ],
- "Server": [
- "nginx"
- ],
- "x-ms-routing-request-id": [
- "SOUTHEASTASIA:20200323T142520Z:f3386308-12c9-4903-9a0c-81b72acabc22"
- ],
- "Date": [
- "Mon, 23 Mar 2020 14:25:19 GMT"
- ],
- "Content-Length": [
- "125"
- ],
- "Content-Type": [
- "application/json"
- ],
- "Expires": [
- "-1"
- ]
- },
- "ResponseBody": "{\r\n \"name\": \"d0aa2e9b-087d-114a-924c-432225d0f73e\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-03-23T14:12:01.921741Z\"\r\n}",
- "StatusCode": 200
- },
- {
- "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/9b2eaad0-7d08-4a11-924c-432225d0f73e?api-version=2017-08-31",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvOWIyZWFhZDAtN2QwOC00YTExLTkyNGMtNDMyMjI1ZDBmNzNlP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
- "RequestMethod": "GET",
- "RequestBody": "",
- "RequestHeaders": {
- "User-Agent": [
- "FxVersion/4.6.28207.03",
- "OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.0.0"
- ]
- },
- "ResponseHeaders": {
- "Cache-Control": [
- "no-cache"
- ],
- "Pragma": [
- "no-cache"
- ],
- "x-ms-ratelimit-remaining-subscription-reads": [
- "11935"
- ],
- "x-ms-correlation-request-id": [
- "61042fdd-8601-48d2-b58a-ac82781760a2"
- ],
- "x-ms-request-id": [
- "b4fe4b19-4dda-4bc1-909a-6fbc4d8ddff7"
- ],
- "Strict-Transport-Security": [
- "max-age=31536000; includeSubDomains"
- ],
- "X-Content-Type-Options": [
- "nosniff"
- ],
- "Server": [
- "nginx"
- ],
- "x-ms-routing-request-id": [
- "SOUTHEASTASIA:20200323T142550Z:61042fdd-8601-48d2-b58a-ac82781760a2"
- ],
- "Date": [
- "Mon, 23 Mar 2020 14:25:50 GMT"
- ],
- "Content-Length": [
- "125"
- ],
- "Content-Type": [
- "application/json"
- ],
- "Expires": [
- "-1"
- ]
- },
- "ResponseBody": "{\r\n \"name\": \"d0aa2e9b-087d-114a-924c-432225d0f73e\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-03-23T14:12:01.921741Z\"\r\n}",
- "StatusCode": 200
- },
- {
- "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/9b2eaad0-7d08-4a11-924c-432225d0f73e?api-version=2017-08-31",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvOWIyZWFhZDAtN2QwOC00YTExLTkyNGMtNDMyMjI1ZDBmNzNlP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
- "RequestMethod": "GET",
- "RequestBody": "",
- "RequestHeaders": {
- "User-Agent": [
- "FxVersion/4.6.28207.03",
- "OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.0.0"
- ]
- },
- "ResponseHeaders": {
- "Cache-Control": [
- "no-cache"
- ],
- "Pragma": [
- "no-cache"
- ],
- "x-ms-ratelimit-remaining-subscription-reads": [
- "11934"
- ],
- "x-ms-correlation-request-id": [
- "bdfd7fad-c7b5-483c-8db0-0e0e33806aa1"
- ],
- "x-ms-request-id": [
- "1c07eb0f-c12a-4e0f-a997-b03a7ccd2006"
- ],
- "Strict-Transport-Security": [
- "max-age=31536000; includeSubDomains"
- ],
- "X-Content-Type-Options": [
- "nosniff"
- ],
- "Server": [
- "nginx"
- ],
- "x-ms-routing-request-id": [
- "SOUTHEASTASIA:20200323T142621Z:bdfd7fad-c7b5-483c-8db0-0e0e33806aa1"
- ],
- "Date": [
- "Mon, 23 Mar 2020 14:26:20 GMT"
- ],
- "Content-Length": [
- "125"
- ],
- "Content-Type": [
- "application/json"
- ],
- "Expires": [
- "-1"
- ]
- },
- "ResponseBody": "{\r\n \"name\": \"d0aa2e9b-087d-114a-924c-432225d0f73e\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-03-23T14:12:01.921741Z\"\r\n}",
- "StatusCode": 200
- },
- {
- "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/9b2eaad0-7d08-4a11-924c-432225d0f73e?api-version=2017-08-31",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvOWIyZWFhZDAtN2QwOC00YTExLTkyNGMtNDMyMjI1ZDBmNzNlP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
- "RequestMethod": "GET",
- "RequestBody": "",
- "RequestHeaders": {
- "User-Agent": [
- "FxVersion/4.6.28207.03",
- "OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.0.0"
- ]
- },
- "ResponseHeaders": {
- "Cache-Control": [
- "no-cache"
- ],
- "Pragma": [
- "no-cache"
- ],
- "x-ms-ratelimit-remaining-subscription-reads": [
- "11933"
- ],
- "x-ms-correlation-request-id": [
- "a47a2ec8-bf50-4ae0-9698-d2cc842bec12"
- ],
- "x-ms-request-id": [
- "efaebf2f-2b9e-485f-ad94-8319c068c487"
- ],
- "Strict-Transport-Security": [
- "max-age=31536000; includeSubDomains"
- ],
- "X-Content-Type-Options": [
- "nosniff"
- ],
- "Server": [
- "nginx"
- ],
- "x-ms-routing-request-id": [
- "SOUTHEASTASIA:20200323T142651Z:a47a2ec8-bf50-4ae0-9698-d2cc842bec12"
- ],
- "Date": [
- "Mon, 23 Mar 2020 14:26:50 GMT"
- ],
- "Content-Length": [
- "125"
- ],
- "Content-Type": [
- "application/json"
- ],
- "Expires": [
- "-1"
- ]
- },
- "ResponseBody": "{\r\n \"name\": \"d0aa2e9b-087d-114a-924c-432225d0f73e\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-03-23T14:12:01.921741Z\"\r\n}",
- "StatusCode": 200
- },
- {
- "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/9b2eaad0-7d08-4a11-924c-432225d0f73e?api-version=2017-08-31",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvOWIyZWFhZDAtN2QwOC00YTExLTkyNGMtNDMyMjI1ZDBmNzNlP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
- "RequestMethod": "GET",
- "RequestBody": "",
- "RequestHeaders": {
- "User-Agent": [
- "FxVersion/4.6.28207.03",
- "OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.0.0"
- ]
- },
- "ResponseHeaders": {
- "Cache-Control": [
- "no-cache"
- ],
- "Pragma": [
- "no-cache"
- ],
- "x-ms-ratelimit-remaining-subscription-reads": [
- "11932"
- ],
- "x-ms-correlation-request-id": [
- "43c828e8-4a82-410b-8dd5-0120782cef71"
- ],
- "x-ms-request-id": [
- "ce49db8e-0bd1-47ca-bbe7-64d36af43041"
- ],
- "Strict-Transport-Security": [
- "max-age=31536000; includeSubDomains"
- ],
- "X-Content-Type-Options": [
- "nosniff"
- ],
- "Server": [
- "nginx"
- ],
- "x-ms-routing-request-id": [
- "SOUTHEASTASIA:20200323T142722Z:43c828e8-4a82-410b-8dd5-0120782cef71"
- ],
- "Date": [
- "Mon, 23 Mar 2020 14:27:22 GMT"
- ],
- "Content-Length": [
- "125"
- ],
- "Content-Type": [
- "application/json"
- ],
- "Expires": [
- "-1"
- ]
- },
- "ResponseBody": "{\r\n \"name\": \"d0aa2e9b-087d-114a-924c-432225d0f73e\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-03-23T14:12:01.921741Z\"\r\n}",
- "StatusCode": 200
- },
- {
- "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/9b2eaad0-7d08-4a11-924c-432225d0f73e?api-version=2017-08-31",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvOWIyZWFhZDAtN2QwOC00YTExLTkyNGMtNDMyMjI1ZDBmNzNlP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
- "RequestMethod": "GET",
- "RequestBody": "",
- "RequestHeaders": {
- "User-Agent": [
- "FxVersion/4.6.28207.03",
- "OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.0.0"
- ]
- },
- "ResponseHeaders": {
- "Cache-Control": [
- "no-cache"
- ],
- "Pragma": [
- "no-cache"
- ],
- "x-ms-ratelimit-remaining-subscription-reads": [
- "11931"
- ],
- "x-ms-correlation-request-id": [
- "6afed0dc-0878-4ac5-8a92-3d7b2f475339"
- ],
- "x-ms-request-id": [
- "a9a4841f-b85e-4189-9da8-7eacec984b45"
- ],
- "Strict-Transport-Security": [
- "max-age=31536000; includeSubDomains"
- ],
- "X-Content-Type-Options": [
- "nosniff"
- ],
- "Server": [
- "nginx"
- ],
- "x-ms-routing-request-id": [
- "SOUTHEASTASIA:20200323T142753Z:6afed0dc-0878-4ac5-8a92-3d7b2f475339"
- ],
- "Date": [
- "Mon, 23 Mar 2020 14:27:52 GMT"
- ],
- "Content-Length": [
- "125"
- ],
- "Content-Type": [
- "application/json"
- ],
- "Expires": [
- "-1"
- ]
- },
- "ResponseBody": "{\r\n \"name\": \"d0aa2e9b-087d-114a-924c-432225d0f73e\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-03-23T14:12:01.921741Z\"\r\n}",
- "StatusCode": 200
- },
- {
- "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/9b2eaad0-7d08-4a11-924c-432225d0f73e?api-version=2017-08-31",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvOWIyZWFhZDAtN2QwOC00YTExLTkyNGMtNDMyMjI1ZDBmNzNlP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
- "RequestMethod": "GET",
- "RequestBody": "",
- "RequestHeaders": {
- "User-Agent": [
- "FxVersion/4.6.28207.03",
- "OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.0.0"
- ]
- },
- "ResponseHeaders": {
- "Cache-Control": [
- "no-cache"
- ],
- "Pragma": [
- "no-cache"
- ],
- "x-ms-ratelimit-remaining-subscription-reads": [
- "11930"
- ],
- "x-ms-correlation-request-id": [
- "50bb1d16-4af7-4c34-9180-18d68bd2d3e6"
- ],
- "x-ms-request-id": [
- "98ab7b85-e450-4b7b-9320-3ec2f42a80aa"
- ],
- "Strict-Transport-Security": [
- "max-age=31536000; includeSubDomains"
- ],
- "X-Content-Type-Options": [
- "nosniff"
- ],
- "Server": [
- "nginx"
- ],
- "x-ms-routing-request-id": [
- "SOUTHEASTASIA:20200323T142823Z:50bb1d16-4af7-4c34-9180-18d68bd2d3e6"
- ],
- "Date": [
- "Mon, 23 Mar 2020 14:28:23 GMT"
- ],
- "Content-Length": [
- "125"
- ],
- "Content-Type": [
- "application/json"
- ],
- "Expires": [
- "-1"
- ]
- },
- "ResponseBody": "{\r\n \"name\": \"d0aa2e9b-087d-114a-924c-432225d0f73e\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-03-23T14:12:01.921741Z\"\r\n}",
- "StatusCode": 200
- },
- {
- "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/9b2eaad0-7d08-4a11-924c-432225d0f73e?api-version=2017-08-31",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvOWIyZWFhZDAtN2QwOC00YTExLTkyNGMtNDMyMjI1ZDBmNzNlP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
- "RequestMethod": "GET",
- "RequestBody": "",
- "RequestHeaders": {
- "User-Agent": [
- "FxVersion/4.6.28207.03",
- "OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.0.0"
- ]
- },
- "ResponseHeaders": {
- "Cache-Control": [
- "no-cache"
- ],
- "Pragma": [
- "no-cache"
- ],
- "x-ms-ratelimit-remaining-subscription-reads": [
- "11929"
- ],
- "x-ms-correlation-request-id": [
- "d48d3afa-51c6-4e44-8470-dde98390d803"
- ],
- "x-ms-request-id": [
- "9db66c62-fd82-444e-99df-837a3888d322"
- ],
- "Strict-Transport-Security": [
- "max-age=31536000; includeSubDomains"
- ],
- "X-Content-Type-Options": [
- "nosniff"
- ],
- "Server": [
- "nginx"
- ],
- "x-ms-routing-request-id": [
- "SOUTHEASTASIA:20200323T142854Z:d48d3afa-51c6-4e44-8470-dde98390d803"
- ],
- "Date": [
- "Mon, 23 Mar 2020 14:28:54 GMT"
- ],
- "Content-Length": [
- "125"
- ],
- "Content-Type": [
- "application/json"
- ],
- "Expires": [
- "-1"
- ]
- },
- "ResponseBody": "{\r\n \"name\": \"d0aa2e9b-087d-114a-924c-432225d0f73e\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-03-23T14:12:01.921741Z\"\r\n}",
- "StatusCode": 200
- },
- {
- "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/9b2eaad0-7d08-4a11-924c-432225d0f73e?api-version=2017-08-31",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvOWIyZWFhZDAtN2QwOC00YTExLTkyNGMtNDMyMjI1ZDBmNzNlP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
- "RequestMethod": "GET",
- "RequestBody": "",
- "RequestHeaders": {
- "User-Agent": [
- "FxVersion/4.6.28207.03",
- "OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.0.0"
- ]
- },
- "ResponseHeaders": {
- "Cache-Control": [
- "no-cache"
- ],
- "Pragma": [
- "no-cache"
- ],
- "x-ms-ratelimit-remaining-subscription-reads": [
- "11928"
- ],
- "x-ms-correlation-request-id": [
- "9d004417-2d22-43fe-9de1-fe875668a11d"
- ],
- "x-ms-request-id": [
- "1409c862-f5a7-4ea3-9504-7b7983e7d396"
- ],
- "Strict-Transport-Security": [
- "max-age=31536000; includeSubDomains"
- ],
- "X-Content-Type-Options": [
- "nosniff"
- ],
- "Server": [
- "nginx"
- ],
- "x-ms-routing-request-id": [
- "SOUTHEASTASIA:20200323T142925Z:9d004417-2d22-43fe-9de1-fe875668a11d"
- ],
- "Date": [
- "Mon, 23 Mar 2020 14:29:24 GMT"
- ],
- "Content-Length": [
- "125"
- ],
- "Content-Type": [
- "application/json"
- ],
- "Expires": [
- "-1"
- ]
- },
- "ResponseBody": "{\r\n \"name\": \"d0aa2e9b-087d-114a-924c-432225d0f73e\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-03-23T14:12:01.921741Z\"\r\n}",
- "StatusCode": 200
- },
- {
- "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/9b2eaad0-7d08-4a11-924c-432225d0f73e?api-version=2017-08-31",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvOWIyZWFhZDAtN2QwOC00YTExLTkyNGMtNDMyMjI1ZDBmNzNlP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
- "RequestMethod": "GET",
- "RequestBody": "",
- "RequestHeaders": {
- "User-Agent": [
- "FxVersion/4.6.28207.03",
- "OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.0.0"
- ]
- },
- "ResponseHeaders": {
- "Cache-Control": [
- "no-cache"
- ],
- "Pragma": [
- "no-cache"
- ],
- "x-ms-ratelimit-remaining-subscription-reads": [
- "11927"
- ],
- "x-ms-correlation-request-id": [
- "09ab34d0-a3cb-4d49-a631-bfdd5e801585"
- ],
- "x-ms-request-id": [
- "c482e36c-1693-44de-8250-09bd330c845b"
- ],
- "Strict-Transport-Security": [
- "max-age=31536000; includeSubDomains"
- ],
- "X-Content-Type-Options": [
- "nosniff"
- ],
- "Server": [
- "nginx"
- ],
- "x-ms-routing-request-id": [
- "SOUTHEASTASIA:20200323T142955Z:09ab34d0-a3cb-4d49-a631-bfdd5e801585"
- ],
- "Date": [
- "Mon, 23 Mar 2020 14:29:55 GMT"
- ],
- "Content-Length": [
- "125"
- ],
- "Content-Type": [
- "application/json"
- ],
- "Expires": [
- "-1"
- ]
- },
- "ResponseBody": "{\r\n \"name\": \"d0aa2e9b-087d-114a-924c-432225d0f73e\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-03-23T14:12:01.921741Z\"\r\n}",
- "StatusCode": 200
- },
- {
- "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/9b2eaad0-7d08-4a11-924c-432225d0f73e?api-version=2017-08-31",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvOWIyZWFhZDAtN2QwOC00YTExLTkyNGMtNDMyMjI1ZDBmNzNlP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
- "RequestMethod": "GET",
- "RequestBody": "",
- "RequestHeaders": {
- "User-Agent": [
- "FxVersion/4.6.28207.03",
- "OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.0.0"
- ]
- },
- "ResponseHeaders": {
- "Cache-Control": [
- "no-cache"
- ],
- "Pragma": [
- "no-cache"
- ],
- "x-ms-ratelimit-remaining-subscription-reads": [
- "11926"
- ],
- "x-ms-correlation-request-id": [
- "5e2fb50a-ed75-40ab-a25c-980d3ce3459d"
- ],
- "x-ms-request-id": [
- "914e3349-7def-4b56-80cc-ea1a07cfc644"
- ],
- "Strict-Transport-Security": [
- "max-age=31536000; includeSubDomains"
- ],
- "X-Content-Type-Options": [
- "nosniff"
- ],
- "Server": [
- "nginx"
- ],
- "x-ms-routing-request-id": [
- "SOUTHEASTASIA:20200323T143026Z:5e2fb50a-ed75-40ab-a25c-980d3ce3459d"
- ],
- "Date": [
- "Mon, 23 Mar 2020 14:30:26 GMT"
- ],
- "Content-Length": [
- "125"
- ],
- "Content-Type": [
- "application/json"
- ],
- "Expires": [
- "-1"
- ]
- },
- "ResponseBody": "{\r\n \"name\": \"d0aa2e9b-087d-114a-924c-432225d0f73e\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-03-23T14:12:01.921741Z\"\r\n}",
- "StatusCode": 200
- },
- {
- "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/9b2eaad0-7d08-4a11-924c-432225d0f73e?api-version=2017-08-31",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvOWIyZWFhZDAtN2QwOC00YTExLTkyNGMtNDMyMjI1ZDBmNzNlP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
- "RequestMethod": "GET",
- "RequestBody": "",
- "RequestHeaders": {
- "User-Agent": [
- "FxVersion/4.6.28207.03",
- "OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.0.0"
- ]
- },
- "ResponseHeaders": {
- "Cache-Control": [
- "no-cache"
- ],
- "Pragma": [
- "no-cache"
- ],
- "x-ms-ratelimit-remaining-subscription-reads": [
- "11925"
- ],
- "x-ms-correlation-request-id": [
- "2e9446e8-9551-48be-83cd-314e356746d8"
- ],
- "x-ms-request-id": [
- "fef72800-886a-4d0e-90aa-d03ec04d5a6a"
- ],
- "Strict-Transport-Security": [
- "max-age=31536000; includeSubDomains"
- ],
- "X-Content-Type-Options": [
- "nosniff"
- ],
- "Server": [
- "nginx"
- ],
- "x-ms-routing-request-id": [
- "SOUTHEASTASIA:20200323T143057Z:2e9446e8-9551-48be-83cd-314e356746d8"
- ],
- "Date": [
- "Mon, 23 Mar 2020 14:30:56 GMT"
- ],
- "Content-Length": [
- "125"
- ],
- "Content-Type": [
- "application/json"
- ],
- "Expires": [
- "-1"
- ]
- },
- "ResponseBody": "{\r\n \"name\": \"d0aa2e9b-087d-114a-924c-432225d0f73e\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-03-23T14:12:01.921741Z\"\r\n}",
- "StatusCode": 200
- },
- {
- "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/9b2eaad0-7d08-4a11-924c-432225d0f73e?api-version=2017-08-31",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvOWIyZWFhZDAtN2QwOC00YTExLTkyNGMtNDMyMjI1ZDBmNzNlP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
- "RequestMethod": "GET",
- "RequestBody": "",
- "RequestHeaders": {
- "User-Agent": [
- "FxVersion/4.6.28207.03",
- "OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.0.0"
- ]
- },
- "ResponseHeaders": {
- "Cache-Control": [
- "no-cache"
- ],
- "Pragma": [
- "no-cache"
- ],
- "x-ms-ratelimit-remaining-subscription-reads": [
- "11924"
- ],
- "x-ms-correlation-request-id": [
- "54c9be6d-e525-4ff9-8c6e-270ad17905e4"
- ],
- "x-ms-request-id": [
- "2764753b-c363-4137-8902-28f24ece374b"
- ],
- "Strict-Transport-Security": [
- "max-age=31536000; includeSubDomains"
- ],
- "X-Content-Type-Options": [
- "nosniff"
- ],
- "Server": [
- "nginx"
- ],
- "x-ms-routing-request-id": [
- "SOUTHEASTASIA:20200323T143128Z:54c9be6d-e525-4ff9-8c6e-270ad17905e4"
- ],
- "Date": [
- "Mon, 23 Mar 2020 14:31:28 GMT"
- ],
- "Content-Length": [
- "125"
- ],
- "Content-Type": [
- "application/json"
- ],
- "Expires": [
- "-1"
- ]
- },
- "ResponseBody": "{\r\n \"name\": \"d0aa2e9b-087d-114a-924c-432225d0f73e\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-03-23T14:12:01.921741Z\"\r\n}",
- "StatusCode": 200
- },
- {
- "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/9b2eaad0-7d08-4a11-924c-432225d0f73e?api-version=2017-08-31",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvOWIyZWFhZDAtN2QwOC00YTExLTkyNGMtNDMyMjI1ZDBmNzNlP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
- "RequestMethod": "GET",
- "RequestBody": "",
- "RequestHeaders": {
- "User-Agent": [
- "FxVersion/4.6.28207.03",
- "OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.0.0"
- ]
- },
- "ResponseHeaders": {
- "Cache-Control": [
- "no-cache"
- ],
- "Pragma": [
- "no-cache"
- ],
- "x-ms-ratelimit-remaining-subscription-reads": [
- "11923"
- ],
- "x-ms-correlation-request-id": [
- "ac54602a-f23f-4d36-9213-c6111190ecf5"
- ],
- "x-ms-request-id": [
- "6713471f-0bf2-4198-9807-8c699a46a65c"
- ],
- "Strict-Transport-Security": [
- "max-age=31536000; includeSubDomains"
- ],
- "X-Content-Type-Options": [
- "nosniff"
- ],
- "Server": [
- "nginx"
- ],
- "x-ms-routing-request-id": [
- "SOUTHEASTASIA:20200323T143158Z:ac54602a-f23f-4d36-9213-c6111190ecf5"
- ],
- "Date": [
- "Mon, 23 Mar 2020 14:31:58 GMT"
- ],
- "Content-Length": [
- "125"
- ],
- "Content-Type": [
- "application/json"
- ],
- "Expires": [
- "-1"
- ]
- },
- "ResponseBody": "{\r\n \"name\": \"d0aa2e9b-087d-114a-924c-432225d0f73e\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-03-23T14:12:01.921741Z\"\r\n}",
- "StatusCode": 200
- },
- {
- "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/9b2eaad0-7d08-4a11-924c-432225d0f73e?api-version=2017-08-31",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvOWIyZWFhZDAtN2QwOC00YTExLTkyNGMtNDMyMjI1ZDBmNzNlP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
- "RequestMethod": "GET",
- "RequestBody": "",
- "RequestHeaders": {
- "User-Agent": [
- "FxVersion/4.6.28207.03",
- "OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.0.0"
- ]
- },
- "ResponseHeaders": {
- "Cache-Control": [
- "no-cache"
- ],
- "Pragma": [
- "no-cache"
- ],
- "x-ms-ratelimit-remaining-subscription-reads": [
- "11922"
- ],
- "x-ms-correlation-request-id": [
- "e861e64c-acd7-42ad-a527-f72b4c8bc8bd"
- ],
- "x-ms-request-id": [
- "38c68fbc-24dd-4665-af21-558af41a7c44"
- ],
- "Strict-Transport-Security": [
- "max-age=31536000; includeSubDomains"
- ],
- "X-Content-Type-Options": [
- "nosniff"
- ],
- "Server": [
- "nginx"
- ],
- "x-ms-routing-request-id": [
- "SOUTHEASTASIA:20200323T143229Z:e861e64c-acd7-42ad-a527-f72b4c8bc8bd"
- ],
- "Date": [
- "Mon, 23 Mar 2020 14:32:28 GMT"
- ],
- "Content-Length": [
- "125"
- ],
- "Content-Type": [
- "application/json"
- ],
- "Expires": [
- "-1"
- ]
- },
- "ResponseBody": "{\r\n \"name\": \"d0aa2e9b-087d-114a-924c-432225d0f73e\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-03-23T14:12:01.921741Z\"\r\n}",
- "StatusCode": 200
- },
- {
- "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/9b2eaad0-7d08-4a11-924c-432225d0f73e?api-version=2017-08-31",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvOWIyZWFhZDAtN2QwOC00YTExLTkyNGMtNDMyMjI1ZDBmNzNlP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
- "RequestMethod": "GET",
- "RequestBody": "",
- "RequestHeaders": {
- "User-Agent": [
- "FxVersion/4.6.28207.03",
- "OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.0.0"
- ]
- },
- "ResponseHeaders": {
- "Cache-Control": [
- "no-cache"
- ],
- "Pragma": [
- "no-cache"
- ],
- "x-ms-ratelimit-remaining-subscription-reads": [
- "11921"
- ],
- "x-ms-correlation-request-id": [
- "b717bb99-d9b6-45bf-8b6f-03b7777fbb0c"
- ],
- "x-ms-request-id": [
- "056bcaab-9135-4af1-a4ff-09af652b2e2a"
- ],
- "Strict-Transport-Security": [
- "max-age=31536000; includeSubDomains"
- ],
- "X-Content-Type-Options": [
- "nosniff"
- ],
- "Server": [
- "nginx"
- ],
- "x-ms-routing-request-id": [
- "SOUTHEASTASIA:20200323T143259Z:b717bb99-d9b6-45bf-8b6f-03b7777fbb0c"
- ],
- "Date": [
- "Mon, 23 Mar 2020 14:32:59 GMT"
- ],
- "Content-Length": [
- "125"
- ],
- "Content-Type": [
- "application/json"
- ],
- "Expires": [
- "-1"
- ]
- },
- "ResponseBody": "{\r\n \"name\": \"d0aa2e9b-087d-114a-924c-432225d0f73e\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-03-23T14:12:01.921741Z\"\r\n}",
- "StatusCode": 200
- },
- {
- "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/9b2eaad0-7d08-4a11-924c-432225d0f73e?api-version=2017-08-31",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvOWIyZWFhZDAtN2QwOC00YTExLTkyNGMtNDMyMjI1ZDBmNzNlP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
- "RequestMethod": "GET",
- "RequestBody": "",
- "RequestHeaders": {
- "User-Agent": [
- "FxVersion/4.6.28207.03",
- "OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.0.0"
- ]
- },
- "ResponseHeaders": {
- "Cache-Control": [
- "no-cache"
- ],
- "Pragma": [
- "no-cache"
- ],
- "x-ms-ratelimit-remaining-subscription-reads": [
- "11920"
- ],
- "x-ms-correlation-request-id": [
- "bf951780-4f27-4427-bd4e-9b471e310dc1"
- ],
- "x-ms-request-id": [
- "67b3b054-921b-407d-875c-28b1b89c5d6b"
+ "SOUTHEASTASIA:20200908T034928Z:8ee6d082-ee74-446b-ab06-c628cb167142"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -5084,39 +170,39 @@
"X-Content-Type-Options": [
"nosniff"
],
- "Server": [
- "nginx"
- ],
- "x-ms-routing-request-id": [
- "SOUTHEASTASIA:20200323T143331Z:bf951780-4f27-4427-bd4e-9b471e310dc1"
- ],
"Date": [
- "Mon, 23 Mar 2020 14:33:30 GMT"
+ "Tue, 08 Sep 2020 03:49:27 GMT"
],
"Content-Length": [
- "125"
+ "169"
],
"Content-Type": [
- "application/json"
+ "application/json; charset=utf-8"
],
"Expires": [
"-1"
]
},
- "ResponseBody": "{\r\n \"name\": \"d0aa2e9b-087d-114a-924c-432225d0f73e\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-03-23T14:12:01.921741Z\"\r\n}",
- "StatusCode": 200
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/rgps9413\",\r\n \"name\": \"rgps9413\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}",
+ "StatusCode": 201
},
{
- "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/9b2eaad0-7d08-4a11-924c-432225d0f73e?api-version=2017-08-31",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvOWIyZWFhZDAtN2QwOC00YTExLTkyNGMtNDMyMjI1ZDBmNzNlP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
+ "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/rgps9413/providers/Microsoft.ContainerService/managedClusters/kubeps109?api-version=2020-07-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Jlc291cmNlR3JvdXBzL3JncHM5NDEzL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9tYW5hZ2VkQ2x1c3RlcnMva3ViZXBzMTA5P2FwaS12ZXJzaW9uPTIwMjAtMDctMDE=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
+ "x-ms-client-request-id": [
+ "9aa4ba8b-3d3f-4067-9c5e-93f242449fb3"
+ ],
+ "Accept-Language": [
+ "en-US"
+ ],
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29130.01",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.1.0"
]
},
"ResponseHeaders": {
@@ -5126,14 +212,17 @@
"Pragma": [
"no-cache"
],
- "x-ms-ratelimit-remaining-subscription-reads": [
- "11919"
+ "x-ms-failure-cause": [
+ "gateway"
+ ],
+ "x-ms-request-id": [
+ "a676b7d8-fd9d-4388-8983-59c8e6533827"
],
"x-ms-correlation-request-id": [
- "fbc57911-e2a5-447b-b214-7c75926b6639"
+ "a676b7d8-fd9d-4388-8983-59c8e6533827"
],
- "x-ms-request-id": [
- "4903b61c-bb13-411a-8a83-1dce432ac80f"
+ "x-ms-routing-request-id": [
+ "SOUTHEASTASIA:20200908T034928Z:a676b7d8-fd9d-4388-8983-59c8e6533827"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -5141,39 +230,33 @@
"X-Content-Type-Options": [
"nosniff"
],
- "Server": [
- "nginx"
- ],
- "x-ms-routing-request-id": [
- "SOUTHEASTASIA:20200323T143401Z:fbc57911-e2a5-447b-b214-7c75926b6639"
- ],
"Date": [
- "Mon, 23 Mar 2020 14:34:00 GMT"
- ],
- "Content-Length": [
- "125"
+ "Tue, 08 Sep 2020 03:49:28 GMT"
],
"Content-Type": [
- "application/json"
+ "application/json; charset=utf-8"
],
"Expires": [
"-1"
+ ],
+ "Content-Length": [
+ "232"
]
},
- "ResponseBody": "{\r\n \"name\": \"d0aa2e9b-087d-114a-924c-432225d0f73e\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-03-23T14:12:01.921741Z\"\r\n}",
- "StatusCode": 200
+ "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.ContainerService/managedClusters/kubeps109' under resource group 'rgps9413' was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix\"\r\n }\r\n}",
+ "StatusCode": 404
},
{
- "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/9b2eaad0-7d08-4a11-924c-432225d0f73e?api-version=2017-08-31",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvOWIyZWFhZDAtN2QwOC00YTExLTkyNGMtNDMyMjI1ZDBmNzNlP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
+ "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/rgps9413/providers/Microsoft.ContainerService/managedClusters/kubeps109?api-version=2020-07-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Jlc291cmNlR3JvdXBzL3JncHM5NDEzL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9tYW5hZ2VkQ2x1c3RlcnMva3ViZXBzMTA5P2FwaS12ZXJzaW9uPTIwMjAtMDctMDE=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29130.01",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.1.0"
]
},
"ResponseHeaders": {
@@ -5183,14 +266,17 @@
"Pragma": [
"no-cache"
],
+ "x-ms-routing-request-id": [
+ "SOUTHEASTASIA:20200908T035243Z:2dd310a2-939f-4891-a994-cc7ead7e4c01"
+ ],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11918"
+ "11965"
],
"x-ms-correlation-request-id": [
- "f9f37a26-16b1-48a8-9465-a561422eb56f"
+ "2dd310a2-939f-4891-a994-cc7ead7e4c01"
],
"x-ms-request-id": [
- "c3641e20-8efa-4804-bfea-c8b134695af9"
+ "253f742e-17ec-423e-8f4a-3ddc1ea32551"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -5201,14 +287,11 @@
"Server": [
"nginx"
],
- "x-ms-routing-request-id": [
- "SOUTHEASTASIA:20200323T143432Z:f9f37a26-16b1-48a8-9465-a561422eb56f"
- ],
"Date": [
- "Mon, 23 Mar 2020 14:34:31 GMT"
+ "Tue, 08 Sep 2020 03:52:43 GMT"
],
"Content-Length": [
- "125"
+ "2713"
],
"Content-Type": [
"application/json"
@@ -5217,20 +300,26 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"name\": \"d0aa2e9b-087d-114a-924c-432225d0f73e\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-03-23T14:12:01.921741Z\"\r\n}",
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourcegroups/rgps9413/providers/Microsoft.ContainerService/managedClusters/kubeps109\",\r\n \"location\": \"westus\",\r\n \"name\": \"kubeps109\",\r\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"kubernetesVersion\": \"1.15.11\",\r\n \"dnsPrefix\": \"kubepc9cb\",\r\n \"fqdn\": \"kubepc9cb-7a965fee.hcp.westus.azmk8s.io\",\r\n \"agentPoolProfiles\": [\r\n {\r\n \"name\": \"default\",\r\n \"count\": 3,\r\n \"vmSize\": \"Standard_D2_v2\",\r\n \"osDiskSizeGB\": 128,\r\n \"maxPods\": 30,\r\n \"type\": \"VirtualMachineScaleSets\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"orchestratorVersion\": \"1.15.11\",\r\n \"nodeLabels\": {},\r\n \"mode\": \"System\",\r\n \"osType\": \"Linux\",\r\n \"nodeImageVersion\": \"AKSUbuntu-1604-2020.08.19\"\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\": \"winuser\"\r\n },\r\n \"servicePrincipalProfile\": {\r\n \"clientId\": \"6f277dd3-e481-4518-8aab-35c31662bad9\"\r\n },\r\n \"addonProfiles\": {\r\n \"kubedashboard\": {\r\n \"enabled\": true,\r\n \"config\": null\r\n }\r\n },\r\n \"nodeResourceGroup\": \"MC_rgps9413_kubeps109_westus\",\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/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/MC_rgps9413_kubeps109_westus/providers/Microsoft.Network/publicIPAddresses/0109d4cf-d333-4136-a1a2-58ee9daf3a6e\"\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\": 10\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\",\r\n \"tier\": \"Free\"\r\n }\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/9b2eaad0-7d08-4a11-924c-432225d0f73e?api-version=2017-08-31",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvOWIyZWFhZDAtN2QwOC00YTExLTkyNGMtNDMyMjI1ZDBmNzNlP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
+ "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/rgps9413/providers/Microsoft.ContainerService/managedClusters/kubeps109?api-version=2020-07-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Jlc291cmNlR3JvdXBzL3JncHM5NDEzL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9tYW5hZ2VkQ2x1c3RlcnMva3ViZXBzMTA5P2FwaS12ZXJzaW9uPTIwMjAtMDctMDE=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
+ "x-ms-client-request-id": [
+ "8ca0830e-5a0b-4234-b555-8d392d049cab"
+ ],
+ "Accept-Language": [
+ "en-US"
+ ],
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29130.01",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.1.0"
]
},
"ResponseHeaders": {
@@ -5240,14 +329,17 @@
"Pragma": [
"no-cache"
],
+ "x-ms-routing-request-id": [
+ "SOUTHEASTASIA:20200908T035244Z:78234f79-b50f-4246-bfd3-b899f1400403"
+ ],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11917"
+ "11964"
],
"x-ms-correlation-request-id": [
- "feb5f357-c799-4939-badd-063a7d616f60"
+ "78234f79-b50f-4246-bfd3-b899f1400403"
],
"x-ms-request-id": [
- "0efa19d1-fe3e-4709-8880-baf338c3b468"
+ "34404b2e-9b32-4c25-aa28-67b311512941"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -5258,14 +350,11 @@
"Server": [
"nginx"
],
- "x-ms-routing-request-id": [
- "SOUTHEASTASIA:20200323T143502Z:feb5f357-c799-4939-badd-063a7d616f60"
- ],
"Date": [
- "Mon, 23 Mar 2020 14:35:02 GMT"
+ "Tue, 08 Sep 2020 03:52:44 GMT"
],
"Content-Length": [
- "125"
+ "2713"
],
"Content-Type": [
"application/json"
@@ -5274,20 +363,26 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"name\": \"d0aa2e9b-087d-114a-924c-432225d0f73e\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-03-23T14:12:01.921741Z\"\r\n}",
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourcegroups/rgps9413/providers/Microsoft.ContainerService/managedClusters/kubeps109\",\r\n \"location\": \"westus\",\r\n \"name\": \"kubeps109\",\r\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"kubernetesVersion\": \"1.15.11\",\r\n \"dnsPrefix\": \"kubepc9cb\",\r\n \"fqdn\": \"kubepc9cb-7a965fee.hcp.westus.azmk8s.io\",\r\n \"agentPoolProfiles\": [\r\n {\r\n \"name\": \"default\",\r\n \"count\": 3,\r\n \"vmSize\": \"Standard_D2_v2\",\r\n \"osDiskSizeGB\": 128,\r\n \"maxPods\": 30,\r\n \"type\": \"VirtualMachineScaleSets\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"orchestratorVersion\": \"1.15.11\",\r\n \"nodeLabels\": {},\r\n \"mode\": \"System\",\r\n \"osType\": \"Linux\",\r\n \"nodeImageVersion\": \"AKSUbuntu-1604-2020.08.19\"\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\": \"winuser\"\r\n },\r\n \"servicePrincipalProfile\": {\r\n \"clientId\": \"6f277dd3-e481-4518-8aab-35c31662bad9\"\r\n },\r\n \"addonProfiles\": {\r\n \"kubedashboard\": {\r\n \"enabled\": true,\r\n \"config\": null\r\n }\r\n },\r\n \"nodeResourceGroup\": \"MC_rgps9413_kubeps109_westus\",\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/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/MC_rgps9413_kubeps109_westus/providers/Microsoft.Network/publicIPAddresses/0109d4cf-d333-4136-a1a2-58ee9daf3a6e\"\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\": 10\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\",\r\n \"tier\": \"Free\"\r\n }\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/9b2eaad0-7d08-4a11-924c-432225d0f73e?api-version=2017-08-31",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvOWIyZWFhZDAtN2QwOC00YTExLTkyNGMtNDMyMjI1ZDBmNzNlP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
+ "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourcegroups/rgps9413?api-version=2016-09-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Jlc291cmNlZ3JvdXBzL3JncHM5NDEzP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
+ "x-ms-client-request-id": [
+ "1257f69a-abba-432c-b4ec-3a8ef324c718"
+ ],
+ "Accept-Language": [
+ "en-US"
+ ],
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29130.01",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.23"
]
},
"ResponseHeaders": {
@@ -5298,13 +393,16 @@
"no-cache"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11916"
+ "11993"
+ ],
+ "x-ms-request-id": [
+ "e4b1ce66-a2f3-4160-98a8-972f3ba106e2"
],
"x-ms-correlation-request-id": [
- "ded8f29e-bf6f-468e-9a23-7dae79230574"
+ "e4b1ce66-a2f3-4160-98a8-972f3ba106e2"
],
- "x-ms-request-id": [
- "c90b4a01-ce9f-4a21-9f78-3ca27b5fea50"
+ "x-ms-routing-request-id": [
+ "SOUTHEASTASIA:20200908T034929Z:e4b1ce66-a2f3-4160-98a8-972f3ba106e2"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -5312,39 +410,45 @@
"X-Content-Type-Options": [
"nosniff"
],
- "Server": [
- "nginx"
- ],
- "x-ms-routing-request-id": [
- "SOUTHEASTASIA:20200323T143533Z:ded8f29e-bf6f-468e-9a23-7dae79230574"
- ],
"Date": [
- "Mon, 23 Mar 2020 14:35:32 GMT"
- ],
- "Content-Length": [
- "125"
+ "Tue, 08 Sep 2020 03:49:28 GMT"
],
"Content-Type": [
- "application/json"
+ "application/json; charset=utf-8"
],
"Expires": [
"-1"
+ ],
+ "Content-Length": [
+ "169"
]
},
- "ResponseBody": "{\r\n \"name\": \"d0aa2e9b-087d-114a-924c-432225d0f73e\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-03-23T14:12:01.921741Z\"\r\n}",
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/rgps9413\",\r\n \"name\": \"rgps9413\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/9b2eaad0-7d08-4a11-924c-432225d0f73e?api-version=2017-08-31",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvOWIyZWFhZDAtN2QwOC00YTExLTkyNGMtNDMyMjI1ZDBmNzNlP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
- "RequestMethod": "GET",
- "RequestBody": "",
+ "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/rgps9413/providers/Microsoft.ContainerService/managedClusters/kubeps109?api-version=2020-07-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Jlc291cmNlR3JvdXBzL3JncHM5NDEzL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9tYW5hZ2VkQ2x1c3RlcnMva3ViZXBzMTA5P2FwaS12ZXJzaW9uPTIwMjAtMDctMDE=",
+ "RequestMethod": "PUT",
+ "RequestBody": "{\r\n \"properties\": {\r\n \"kubernetesVersion\": \"1.15.11\",\r\n \"dnsPrefix\": \"kubepc9cb\",\r\n \"agentPoolProfiles\": [\r\n {\r\n \"name\": \"default\",\r\n \"count\": 3,\r\n \"vmSize\": \"Standard_D2_v2\",\r\n \"osDiskSizeGB\": 0,\r\n \"type\": \"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 \"windowsProfile\": {\r\n \"adminUsername\": \"winuser\",\r\n \"adminPassword\": \"Password!!123\"\r\n },\r\n \"servicePrincipalProfile\": {\r\n \"clientId\": \"6f277dd3-e481-4518-8aab-35c31662bad9\",\r\n \"secret\": \"5-hP4FZ_R-A4mdmrryEwshd-S2K5a3j0d9\"\r\n },\r\n \"networkProfile\": {\r\n \"networkPlugin\": \"azure\"\r\n }\r\n },\r\n \"location\": \"westus\"\r\n}",
"RequestHeaders": {
+ "x-ms-client-request-id": [
+ "7ec9e242-f558-4ced-9caa-76c448536005"
+ ],
+ "Accept-Language": [
+ "en-US"
+ ],
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29130.01",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.1.0"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Content-Length": [
+ "1614"
]
},
"ResponseHeaders": {
@@ -5354,14 +458,20 @@
"Pragma": [
"no-cache"
],
- "x-ms-ratelimit-remaining-subscription-reads": [
- "11915"
+ "x-ms-routing-request-id": [
+ "SOUTHEASTASIA:20200908T034940Z:41d52404-322b-4d3f-ba10-6c42b0d1ba06"
+ ],
+ "x-ms-ratelimit-remaining-subscription-writes": [
+ "1197"
+ ],
+ "Azure-AsyncOperation": [
+ "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/9bb44c11-1655-4f2d-a862-92bb190d868b?api-version=2017-08-31"
],
"x-ms-correlation-request-id": [
- "d18394d9-6932-4653-b7b3-7bc0104064b6"
+ "41d52404-322b-4d3f-ba10-6c42b0d1ba06"
],
"x-ms-request-id": [
- "60795919-e878-4794-aa71-dcde8438cbe9"
+ "9bb44c11-1655-4f2d-a862-92bb190d868b"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -5372,14 +482,11 @@
"Server": [
"nginx"
],
- "x-ms-routing-request-id": [
- "SOUTHEASTASIA:20200323T143604Z:d18394d9-6932-4653-b7b3-7bc0104064b6"
- ],
"Date": [
- "Mon, 23 Mar 2020 14:36:03 GMT"
+ "Tue, 08 Sep 2020 03:49:39 GMT"
],
"Content-Length": [
- "125"
+ "2462"
],
"Content-Type": [
"application/json"
@@ -5388,20 +495,20 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"name\": \"d0aa2e9b-087d-114a-924c-432225d0f73e\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-03-23T14:12:01.921741Z\"\r\n}",
- "StatusCode": 200
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourcegroups/rgps9413/providers/Microsoft.ContainerService/managedClusters/kubeps109\",\r\n \"location\": \"westus\",\r\n \"name\": \"kubeps109\",\r\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"kubernetesVersion\": \"1.15.11\",\r\n \"dnsPrefix\": \"kubepc9cb\",\r\n \"fqdn\": \"kubepc9cb-7a965fee.hcp.westus.azmk8s.io\",\r\n \"agentPoolProfiles\": [\r\n {\r\n \"name\": \"default\",\r\n \"count\": 3,\r\n \"vmSize\": \"Standard_D2_v2\",\r\n \"osDiskSizeGB\": 128,\r\n \"maxPods\": 30,\r\n \"type\": \"VirtualMachineScaleSets\",\r\n \"provisioningState\": \"Creating\",\r\n \"orchestratorVersion\": \"1.15.11\",\r\n \"nodeLabels\": {},\r\n \"mode\": \"System\",\r\n \"osType\": \"Linux\",\r\n \"nodeImageVersion\": \"AKSUbuntu-1604-2020.08.19\"\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\": \"winuser\"\r\n },\r\n \"servicePrincipalProfile\": {\r\n \"clientId\": \"6f277dd3-e481-4518-8aab-35c31662bad9\"\r\n },\r\n \"addonProfiles\": {\r\n \"kubedashboard\": {\r\n \"enabled\": true,\r\n \"config\": null\r\n }\r\n },\r\n \"nodeResourceGroup\": \"MC_rgps9413_kubeps109_westus\",\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\": 10\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\",\r\n \"tier\": \"Free\"\r\n }\r\n}",
+ "StatusCode": 201
},
{
- "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/9b2eaad0-7d08-4a11-924c-432225d0f73e?api-version=2017-08-31",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvOWIyZWFhZDAtN2QwOC00YTExLTkyNGMtNDMyMjI1ZDBmNzNlP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
+ "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/9bb44c11-1655-4f2d-a862-92bb190d868b?api-version=2017-08-31",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvOWJiNDRjMTEtMTY1NS00ZjJkLWE4NjItOTJiYjE5MGQ4NjhiP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29130.01",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.1.0"
]
},
"ResponseHeaders": {
@@ -5412,13 +519,13 @@
"no-cache"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11914"
+ "11971"
],
"x-ms-correlation-request-id": [
- "b4946870-0980-4dcc-8b57-73fe987633c9"
+ "849617a8-c0aa-4ab5-876b-ef804997a8d6"
],
"x-ms-request-id": [
- "5edcf23c-2ada-4ede-b4cd-82bd480f87e1"
+ "5de0d4a9-d20a-40b2-8ffe-ce9ada5f9bae"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -5430,13 +537,13 @@
"nginx"
],
"x-ms-routing-request-id": [
- "SOUTHEASTASIA:20200323T143634Z:b4946870-0980-4dcc-8b57-73fe987633c9"
+ "SOUTHEASTASIA:20200908T035010Z:849617a8-c0aa-4ab5-876b-ef804997a8d6"
],
"Date": [
- "Mon, 23 Mar 2020 14:36:34 GMT"
+ "Tue, 08 Sep 2020 03:50:10 GMT"
],
"Content-Length": [
- "125"
+ "126"
],
"Content-Type": [
"application/json"
@@ -5445,20 +552,20 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"name\": \"d0aa2e9b-087d-114a-924c-432225d0f73e\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-03-23T14:12:01.921741Z\"\r\n}",
+ "ResponseBody": "{\r\n \"name\": \"114cb49b-5516-2d4f-a862-92bb190d868b\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-09-08T03:49:38.1857599Z\"\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/9b2eaad0-7d08-4a11-924c-432225d0f73e?api-version=2017-08-31",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvOWIyZWFhZDAtN2QwOC00YTExLTkyNGMtNDMyMjI1ZDBmNzNlP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
+ "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/9bb44c11-1655-4f2d-a862-92bb190d868b?api-version=2017-08-31",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvOWJiNDRjMTEtMTY1NS00ZjJkLWE4NjItOTJiYjE5MGQ4NjhiP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29130.01",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.1.0"
]
},
"ResponseHeaders": {
@@ -5469,13 +576,13 @@
"no-cache"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11913"
+ "11970"
],
"x-ms-correlation-request-id": [
- "00f46f21-cb5b-4399-b3bc-a945b6a8fb48"
+ "33902bfe-69e3-4ef8-9a9a-4061f2ebbb46"
],
"x-ms-request-id": [
- "f1db3024-e6eb-4552-a53b-251aa3e9bf53"
+ "e7222ce9-3b24-4f69-870f-d6ba145583f1"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -5487,13 +594,13 @@
"nginx"
],
"x-ms-routing-request-id": [
- "SOUTHEASTASIA:20200323T143705Z:00f46f21-cb5b-4399-b3bc-a945b6a8fb48"
+ "SOUTHEASTASIA:20200908T035041Z:33902bfe-69e3-4ef8-9a9a-4061f2ebbb46"
],
"Date": [
- "Mon, 23 Mar 2020 14:37:04 GMT"
+ "Tue, 08 Sep 2020 03:50:40 GMT"
],
"Content-Length": [
- "125"
+ "126"
],
"Content-Type": [
"application/json"
@@ -5502,20 +609,20 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"name\": \"d0aa2e9b-087d-114a-924c-432225d0f73e\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-03-23T14:12:01.921741Z\"\r\n}",
+ "ResponseBody": "{\r\n \"name\": \"114cb49b-5516-2d4f-a862-92bb190d868b\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-09-08T03:49:38.1857599Z\"\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/9b2eaad0-7d08-4a11-924c-432225d0f73e?api-version=2017-08-31",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvOWIyZWFhZDAtN2QwOC00YTExLTkyNGMtNDMyMjI1ZDBmNzNlP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
+ "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/9bb44c11-1655-4f2d-a862-92bb190d868b?api-version=2017-08-31",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvOWJiNDRjMTEtMTY1NS00ZjJkLWE4NjItOTJiYjE5MGQ4NjhiP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29130.01",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.1.0"
]
},
"ResponseHeaders": {
@@ -5526,13 +633,13 @@
"no-cache"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11912"
+ "11969"
],
"x-ms-correlation-request-id": [
- "7aa4a1ab-0816-40f7-9df4-fd727db78669"
+ "ca54a903-89f9-4da9-aa6c-a707570ee2cc"
],
"x-ms-request-id": [
- "63f3034e-8390-4608-8cca-b08db14b5222"
+ "fdc99d55-5272-4a46-8722-eeecaf56f8e0"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -5544,13 +651,13 @@
"nginx"
],
"x-ms-routing-request-id": [
- "SOUTHEASTASIA:20200323T143736Z:7aa4a1ab-0816-40f7-9df4-fd727db78669"
+ "SOUTHEASTASIA:20200908T035111Z:ca54a903-89f9-4da9-aa6c-a707570ee2cc"
],
"Date": [
- "Mon, 23 Mar 2020 14:37:35 GMT"
+ "Tue, 08 Sep 2020 03:51:11 GMT"
],
"Content-Length": [
- "125"
+ "126"
],
"Content-Type": [
"application/json"
@@ -5559,20 +666,20 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"name\": \"d0aa2e9b-087d-114a-924c-432225d0f73e\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-03-23T14:12:01.921741Z\"\r\n}",
+ "ResponseBody": "{\r\n \"name\": \"114cb49b-5516-2d4f-a862-92bb190d868b\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-09-08T03:49:38.1857599Z\"\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/9b2eaad0-7d08-4a11-924c-432225d0f73e?api-version=2017-08-31",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvOWIyZWFhZDAtN2QwOC00YTExLTkyNGMtNDMyMjI1ZDBmNzNlP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
+ "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/9bb44c11-1655-4f2d-a862-92bb190d868b?api-version=2017-08-31",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvOWJiNDRjMTEtMTY1NS00ZjJkLWE4NjItOTJiYjE5MGQ4NjhiP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29130.01",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.1.0"
]
},
"ResponseHeaders": {
@@ -5583,13 +690,13 @@
"no-cache"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11911"
+ "11968"
],
"x-ms-correlation-request-id": [
- "5d15403f-c0bc-4532-9ced-2673996c6c8f"
+ "f091dbcf-bdf8-4cfa-9827-e8a1c295c87a"
],
"x-ms-request-id": [
- "4aeebe34-78e0-49ba-80f0-70c70d1652f2"
+ "4338bfc6-d497-4b71-9477-ef0d5b0c8b27"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -5601,13 +708,13 @@
"nginx"
],
"x-ms-routing-request-id": [
- "SOUTHEASTASIA:20200323T143806Z:5d15403f-c0bc-4532-9ced-2673996c6c8f"
+ "SOUTHEASTASIA:20200908T035142Z:f091dbcf-bdf8-4cfa-9827-e8a1c295c87a"
],
"Date": [
- "Mon, 23 Mar 2020 14:38:06 GMT"
+ "Tue, 08 Sep 2020 03:51:41 GMT"
],
"Content-Length": [
- "125"
+ "126"
],
"Content-Type": [
"application/json"
@@ -5616,20 +723,20 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"name\": \"d0aa2e9b-087d-114a-924c-432225d0f73e\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-03-23T14:12:01.921741Z\"\r\n}",
+ "ResponseBody": "{\r\n \"name\": \"114cb49b-5516-2d4f-a862-92bb190d868b\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-09-08T03:49:38.1857599Z\"\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/9b2eaad0-7d08-4a11-924c-432225d0f73e?api-version=2017-08-31",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvOWIyZWFhZDAtN2QwOC00YTExLTkyNGMtNDMyMjI1ZDBmNzNlP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
+ "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/9bb44c11-1655-4f2d-a862-92bb190d868b?api-version=2017-08-31",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvOWJiNDRjMTEtMTY1NS00ZjJkLWE4NjItOTJiYjE5MGQ4NjhiP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29130.01",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.1.0"
]
},
"ResponseHeaders": {
@@ -5640,13 +747,13 @@
"no-cache"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11910"
+ "11967"
],
"x-ms-correlation-request-id": [
- "7ee6a49d-5687-48ee-aadc-8b5517234a0e"
+ "12626906-22a2-4bfe-8a0a-c8b8330c3e56"
],
"x-ms-request-id": [
- "4a1100f3-6d05-4ebe-909e-8273b8aab109"
+ "5bef5904-c126-4bd7-9cc8-6b6bf879cf1b"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -5658,13 +765,13 @@
"nginx"
],
"x-ms-routing-request-id": [
- "SOUTHEASTASIA:20200323T143837Z:7ee6a49d-5687-48ee-aadc-8b5517234a0e"
+ "SOUTHEASTASIA:20200908T035212Z:12626906-22a2-4bfe-8a0a-c8b8330c3e56"
],
"Date": [
- "Mon, 23 Mar 2020 14:38:36 GMT"
+ "Tue, 08 Sep 2020 03:52:11 GMT"
],
"Content-Length": [
- "125"
+ "126"
],
"Content-Type": [
"application/json"
@@ -5673,20 +780,20 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"name\": \"d0aa2e9b-087d-114a-924c-432225d0f73e\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-03-23T14:12:01.921741Z\"\r\n}",
+ "ResponseBody": "{\r\n \"name\": \"114cb49b-5516-2d4f-a862-92bb190d868b\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-09-08T03:49:38.1857599Z\"\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/9b2eaad0-7d08-4a11-924c-432225d0f73e?api-version=2017-08-31",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvOWIyZWFhZDAtN2QwOC00YTExLTkyNGMtNDMyMjI1ZDBmNzNlP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
+ "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/9bb44c11-1655-4f2d-a862-92bb190d868b?api-version=2017-08-31",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvOWJiNDRjMTEtMTY1NS00ZjJkLWE4NjItOTJiYjE5MGQ4NjhiP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29130.01",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.1.0"
]
},
"ResponseHeaders": {
@@ -5697,13 +804,13 @@
"no-cache"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11909"
+ "11966"
],
"x-ms-correlation-request-id": [
- "f73a00ae-cae0-4aed-b413-dfb382075753"
+ "06cbeb56-38da-4e72-9dae-2ee119f79de3"
],
"x-ms-request-id": [
- "fada9538-16e2-46b9-bc71-61bd41f6f8d8"
+ "16781eb4-1408-46d8-aa4c-251e33143135"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -5715,13 +822,13 @@
"nginx"
],
"x-ms-routing-request-id": [
- "SOUTHEASTASIA:20200323T143907Z:f73a00ae-cae0-4aed-b413-dfb382075753"
+ "SOUTHEASTASIA:20200908T035242Z:06cbeb56-38da-4e72-9dae-2ee119f79de3"
],
"Date": [
- "Mon, 23 Mar 2020 14:39:07 GMT"
+ "Tue, 08 Sep 2020 03:52:42 GMT"
],
"Content-Length": [
- "125"
+ "169"
],
"Content-Type": [
"application/json"
@@ -5730,20 +837,32 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"name\": \"d0aa2e9b-087d-114a-924c-432225d0f73e\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-03-23T14:12:01.921741Z\"\r\n}",
+ "ResponseBody": "{\r\n \"name\": \"114cb49b-5516-2d4f-a862-92bb190d868b\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-09-08T03:49:38.1857599Z\",\r\n \"endTime\": \"2020-09-08T03:52:28.630024Z\"\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/9b2eaad0-7d08-4a11-924c-432225d0f73e?api-version=2017-08-31",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvOWIyZWFhZDAtN2QwOC00YTExLTkyNGMtNDMyMjI1ZDBmNzNlP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
- "RequestMethod": "GET",
- "RequestBody": "",
+ "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/rgps9413/providers/Microsoft.ContainerService/managedClusters/kubeps109/agentPools/windef?api-version=2020-07-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Jlc291cmNlR3JvdXBzL3JncHM5NDEzL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9tYW5hZ2VkQ2x1c3RlcnMva3ViZXBzMTA5L2FnZW50UG9vbHMvd2luZGVmP2FwaS12ZXJzaW9uPTIwMjAtMDctMDE=",
+ "RequestMethod": "PUT",
+ "RequestBody": "{\r\n \"properties\": {\r\n \"count\": 3,\r\n \"vmSize\": \"Standard_A2\",\r\n \"osDiskSizeGB\": 0,\r\n \"osType\": \"Windows\",\r\n \"orchestratorVersion\": \"1.15.11\"\r\n }\r\n}",
"RequestHeaders": {
+ "x-ms-client-request-id": [
+ "68726121-3113-4d95-9abd-31fc1781b9db"
+ ],
+ "Accept-Language": [
+ "en-US"
+ ],
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29130.01",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.1.0"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Content-Length": [
+ "163"
]
},
"ResponseHeaders": {
@@ -5753,14 +872,14 @@
"Pragma": [
"no-cache"
],
- "x-ms-ratelimit-remaining-subscription-reads": [
- "11908"
+ "x-ms-ratelimit-remaining-subscription-writes": [
+ "1196"
],
"x-ms-correlation-request-id": [
- "6f47145c-1c80-4636-87fc-a8a691defb77"
+ "949ef9f5-7184-44e6-86b4-eda6ba81f96a"
],
"x-ms-request-id": [
- "d6cd6cce-541c-435c-b4b0-49e1860d02aa"
+ "b73753d8-a62c-4c17-81b7-48ef3a69ed55"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -5772,13 +891,13 @@
"nginx"
],
"x-ms-routing-request-id": [
- "SOUTHEASTASIA:20200323T143939Z:6f47145c-1c80-4636-87fc-a8a691defb77"
+ "SOUTHEASTASIA:20200908T035247Z:949ef9f5-7184-44e6-86b4-eda6ba81f96a"
],
"Date": [
- "Mon, 23 Mar 2020 14:39:38 GMT"
+ "Tue, 08 Sep 2020 03:52:47 GMT"
],
"Content-Length": [
- "125"
+ "519"
],
"Content-Type": [
"application/json"
@@ -5787,20 +906,32 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"name\": \"d0aa2e9b-087d-114a-924c-432225d0f73e\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-03-23T14:12:01.921741Z\"\r\n}",
- "StatusCode": 200
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourcegroups/rgps9413/providers/Microsoft.ContainerService/managedClusters/kubeps109/agentPools/windef\",\r\n \"name\": \"windef\",\r\n \"type\": \"Microsoft.ContainerService/managedClusters/agentPools\",\r\n \"properties\": {\r\n \"count\": 3,\r\n \"vmSize\": \"Standard_A2\",\r\n \"osDiskSizeGB\": 128,\r\n \"maxPods\": 30,\r\n \"type\": \"VirtualMachineScaleSets\",\r\n \"provisioningState\": \"Creating\",\r\n \"orchestratorVersion\": \"1.15.11\",\r\n \"mode\": \"User\",\r\n \"osType\": \"Windows\"\r\n }\r\n}",
+ "StatusCode": 201
},
{
- "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/9b2eaad0-7d08-4a11-924c-432225d0f73e?api-version=2017-08-31",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvOWIyZWFhZDAtN2QwOC00YTExLTkyNGMtNDMyMjI1ZDBmNzNlP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
- "RequestMethod": "GET",
- "RequestBody": "",
+ "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/rgps9413/providers/Microsoft.ContainerService/managedClusters/kubeps109/agentPools/windef?api-version=2020-07-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Jlc291cmNlR3JvdXBzL3JncHM5NDEzL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9tYW5hZ2VkQ2x1c3RlcnMva3ViZXBzMTA5L2FnZW50UG9vbHMvd2luZGVmP2FwaS12ZXJzaW9uPTIwMjAtMDctMDE=",
+ "RequestMethod": "PUT",
+ "RequestBody": "{\r\n \"properties\": {\r\n \"count\": 3,\r\n \"vmSize\": \"Standard_A2\",\r\n \"osDiskSizeGB\": 128,\r\n \"maxPods\": 30,\r\n \"osType\": \"Windows\",\r\n \"type\": \"VirtualMachineScaleSets\",\r\n \"orchestratorVersion\": \"1.15.11\",\r\n \"availabilityZones\": [],\r\n \"tags\": {},\r\n \"nodeLabels\": {},\r\n \"nodeTaints\": []\r\n }\r\n}",
"RequestHeaders": {
+ "x-ms-client-request-id": [
+ "72aeb975-b47c-4f84-b232-a5e9c2a328ce"
+ ],
+ "Accept-Language": [
+ "en-US"
+ ],
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29130.01",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.1.0"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Content-Length": [
+ "318"
]
},
"ResponseHeaders": {
@@ -5810,14 +941,14 @@
"Pragma": [
"no-cache"
],
- "x-ms-ratelimit-remaining-subscription-reads": [
- "11907"
+ "x-ms-ratelimit-remaining-subscription-writes": [
+ "1195"
],
"x-ms-correlation-request-id": [
- "535c0ce1-2559-41c6-907a-7312b7c8f18d"
+ "57345d93-4f1e-4ddc-a610-bfcca751c0cc"
],
"x-ms-request-id": [
- "d0327a22-a814-44b2-bc88-7b83853a4e3d"
+ "a50794fd-2fb5-499e-9cca-bce6f4c54d57"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -5829,13 +960,13 @@
"nginx"
],
"x-ms-routing-request-id": [
- "SOUTHEASTASIA:20200323T144009Z:535c0ce1-2559-41c6-907a-7312b7c8f18d"
+ "SOUTHEASTASIA:20200908T040303Z:57345d93-4f1e-4ddc-a610-bfcca751c0cc"
],
"Date": [
- "Mon, 23 Mar 2020 14:40:08 GMT"
+ "Tue, 08 Sep 2020 04:03:03 GMT"
],
"Content-Length": [
- "125"
+ "579"
],
"Content-Type": [
"application/json"
@@ -5844,20 +975,20 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"name\": \"d0aa2e9b-087d-114a-924c-432225d0f73e\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-03-23T14:12:01.921741Z\"\r\n}",
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourcegroups/rgps9413/providers/Microsoft.ContainerService/managedClusters/kubeps109/agentPools/windef\",\r\n \"name\": \"windef\",\r\n \"type\": \"Microsoft.ContainerService/managedClusters/agentPools\",\r\n \"properties\": {\r\n \"count\": 3,\r\n \"vmSize\": \"Standard_A2\",\r\n \"osDiskSizeGB\": 128,\r\n \"maxPods\": 30,\r\n \"type\": \"VirtualMachineScaleSets\",\r\n \"provisioningState\": \"Updating\",\r\n \"orchestratorVersion\": \"1.15.11\",\r\n \"mode\": \"User\",\r\n \"osType\": \"Windows\",\r\n \"nodeImageVersion\": \"AKSWindows-2019-17763.1397.200820\"\r\n }\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/9b2eaad0-7d08-4a11-924c-432225d0f73e?api-version=2017-08-31",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvOWIyZWFhZDAtN2QwOC00YTExLTkyNGMtNDMyMjI1ZDBmNzNlP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
+ "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/rgps9413/providers/Microsoft.ContainerService/managedClusters/kubeps109/agentPools/windef?api-version=2020-07-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Jlc291cmNlR3JvdXBzL3JncHM5NDEzL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9tYW5hZ2VkQ2x1c3RlcnMva3ViZXBzMTA5L2FnZW50UG9vbHMvd2luZGVmP2FwaS12ZXJzaW9uPTIwMjAtMDctMDE=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29130.01",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.1.0"
]
},
"ResponseHeaders": {
@@ -5868,13 +999,13 @@
"no-cache"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11906"
+ "11963"
],
"x-ms-correlation-request-id": [
- "21564f1a-0919-4cce-9a2f-2053eb82b64a"
+ "166a38d3-ede4-4de7-a826-f678abc89d0b"
],
"x-ms-request-id": [
- "994143cd-9dd9-4078-9e1f-afe250997aa5"
+ "50932d12-98a5-4ba6-be9d-1fc23e3314c4"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -5886,13 +1017,13 @@
"nginx"
],
"x-ms-routing-request-id": [
- "SOUTHEASTASIA:20200323T144040Z:21564f1a-0919-4cce-9a2f-2053eb82b64a"
+ "SOUTHEASTASIA:20200908T035317Z:166a38d3-ede4-4de7-a826-f678abc89d0b"
],
"Date": [
- "Mon, 23 Mar 2020 14:40:39 GMT"
+ "Tue, 08 Sep 2020 03:53:17 GMT"
],
"Content-Length": [
- "125"
+ "579"
],
"Content-Type": [
"application/json"
@@ -5901,20 +1032,20 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"name\": \"d0aa2e9b-087d-114a-924c-432225d0f73e\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-03-23T14:12:01.921741Z\"\r\n}",
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourcegroups/rgps9413/providers/Microsoft.ContainerService/managedClusters/kubeps109/agentPools/windef\",\r\n \"name\": \"windef\",\r\n \"type\": \"Microsoft.ContainerService/managedClusters/agentPools\",\r\n \"properties\": {\r\n \"count\": 3,\r\n \"vmSize\": \"Standard_A2\",\r\n \"osDiskSizeGB\": 128,\r\n \"maxPods\": 30,\r\n \"type\": \"VirtualMachineScaleSets\",\r\n \"provisioningState\": \"Creating\",\r\n \"orchestratorVersion\": \"1.15.11\",\r\n \"mode\": \"User\",\r\n \"osType\": \"Windows\",\r\n \"nodeImageVersion\": \"AKSWindows-2019-17763.1397.200820\"\r\n }\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/9b2eaad0-7d08-4a11-924c-432225d0f73e?api-version=2017-08-31",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvOWIyZWFhZDAtN2QwOC00YTExLTkyNGMtNDMyMjI1ZDBmNzNlP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
+ "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/rgps9413/providers/Microsoft.ContainerService/managedClusters/kubeps109/agentPools/windef?api-version=2020-07-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Jlc291cmNlR3JvdXBzL3JncHM5NDEzL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9tYW5hZ2VkQ2x1c3RlcnMva3ViZXBzMTA5L2FnZW50UG9vbHMvd2luZGVmP2FwaS12ZXJzaW9uPTIwMjAtMDctMDE=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29130.01",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.1.0"
]
},
"ResponseHeaders": {
@@ -5925,13 +1056,13 @@
"no-cache"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11905"
+ "11962"
],
"x-ms-correlation-request-id": [
- "bcc244da-bc9a-4503-a43a-90644707ac51"
+ "b09119f8-2a70-4ed3-8673-4848d1fdfc80"
],
"x-ms-request-id": [
- "a42d571b-ff39-47d7-a836-08cbc9e856bb"
+ "0e7228f1-2c67-4a1e-92d4-9819eeff6959"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -5943,13 +1074,13 @@
"nginx"
],
"x-ms-routing-request-id": [
- "SOUTHEASTASIA:20200323T144110Z:bcc244da-bc9a-4503-a43a-90644707ac51"
+ "SOUTHEASTASIA:20200908T035348Z:b09119f8-2a70-4ed3-8673-4848d1fdfc80"
],
"Date": [
- "Mon, 23 Mar 2020 14:41:10 GMT"
+ "Tue, 08 Sep 2020 03:53:47 GMT"
],
"Content-Length": [
- "125"
+ "579"
],
"Content-Type": [
"application/json"
@@ -5958,20 +1089,20 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"name\": \"d0aa2e9b-087d-114a-924c-432225d0f73e\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-03-23T14:12:01.921741Z\"\r\n}",
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourcegroups/rgps9413/providers/Microsoft.ContainerService/managedClusters/kubeps109/agentPools/windef\",\r\n \"name\": \"windef\",\r\n \"type\": \"Microsoft.ContainerService/managedClusters/agentPools\",\r\n \"properties\": {\r\n \"count\": 3,\r\n \"vmSize\": \"Standard_A2\",\r\n \"osDiskSizeGB\": 128,\r\n \"maxPods\": 30,\r\n \"type\": \"VirtualMachineScaleSets\",\r\n \"provisioningState\": \"Creating\",\r\n \"orchestratorVersion\": \"1.15.11\",\r\n \"mode\": \"User\",\r\n \"osType\": \"Windows\",\r\n \"nodeImageVersion\": \"AKSWindows-2019-17763.1397.200820\"\r\n }\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/9b2eaad0-7d08-4a11-924c-432225d0f73e?api-version=2017-08-31",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvOWIyZWFhZDAtN2QwOC00YTExLTkyNGMtNDMyMjI1ZDBmNzNlP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
+ "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/rgps9413/providers/Microsoft.ContainerService/managedClusters/kubeps109/agentPools/windef?api-version=2020-07-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Jlc291cmNlR3JvdXBzL3JncHM5NDEzL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9tYW5hZ2VkQ2x1c3RlcnMva3ViZXBzMTA5L2FnZW50UG9vbHMvd2luZGVmP2FwaS12ZXJzaW9uPTIwMjAtMDctMDE=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29130.01",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.1.0"
]
},
"ResponseHeaders": {
@@ -5982,13 +1113,13 @@
"no-cache"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11904"
+ "11961"
],
"x-ms-correlation-request-id": [
- "09bf5990-49be-4dea-8c71-877fcb224cf3"
+ "a4cc0b95-78b7-4810-90e6-633333b5743a"
],
"x-ms-request-id": [
- "ba2a47e2-5560-4ea7-b1f7-ac4f05705b1b"
+ "c27054c9-0298-4a91-b880-1dbbe58c4099"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -6000,13 +1131,13 @@
"nginx"
],
"x-ms-routing-request-id": [
- "SOUTHEASTASIA:20200323T144141Z:09bf5990-49be-4dea-8c71-877fcb224cf3"
+ "SOUTHEASTASIA:20200908T035419Z:a4cc0b95-78b7-4810-90e6-633333b5743a"
],
"Date": [
- "Mon, 23 Mar 2020 14:41:41 GMT"
+ "Tue, 08 Sep 2020 03:54:18 GMT"
],
"Content-Length": [
- "125"
+ "579"
],
"Content-Type": [
"application/json"
@@ -6015,20 +1146,20 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"name\": \"d0aa2e9b-087d-114a-924c-432225d0f73e\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-03-23T14:12:01.921741Z\"\r\n}",
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourcegroups/rgps9413/providers/Microsoft.ContainerService/managedClusters/kubeps109/agentPools/windef\",\r\n \"name\": \"windef\",\r\n \"type\": \"Microsoft.ContainerService/managedClusters/agentPools\",\r\n \"properties\": {\r\n \"count\": 3,\r\n \"vmSize\": \"Standard_A2\",\r\n \"osDiskSizeGB\": 128,\r\n \"maxPods\": 30,\r\n \"type\": \"VirtualMachineScaleSets\",\r\n \"provisioningState\": \"Creating\",\r\n \"orchestratorVersion\": \"1.15.11\",\r\n \"mode\": \"User\",\r\n \"osType\": \"Windows\",\r\n \"nodeImageVersion\": \"AKSWindows-2019-17763.1397.200820\"\r\n }\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/9b2eaad0-7d08-4a11-924c-432225d0f73e?api-version=2017-08-31",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvOWIyZWFhZDAtN2QwOC00YTExLTkyNGMtNDMyMjI1ZDBmNzNlP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
+ "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/rgps9413/providers/Microsoft.ContainerService/managedClusters/kubeps109/agentPools/windef?api-version=2020-07-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Jlc291cmNlR3JvdXBzL3JncHM5NDEzL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9tYW5hZ2VkQ2x1c3RlcnMva3ViZXBzMTA5L2FnZW50UG9vbHMvd2luZGVmP2FwaS12ZXJzaW9uPTIwMjAtMDctMDE=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29130.01",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.1.0"
]
},
"ResponseHeaders": {
@@ -6039,13 +1170,13 @@
"no-cache"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11903"
+ "11960"
],
"x-ms-correlation-request-id": [
- "16bdacf0-d720-45ba-8a41-e3e876bed8cd"
+ "dc6b7096-9e98-4c53-a605-d935f4fe2ff0"
],
"x-ms-request-id": [
- "ad197dee-8f74-4a63-992a-c5c441bd97aa"
+ "da252d42-e3d3-44a7-a961-5694f86bba9e"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -6057,13 +1188,13 @@
"nginx"
],
"x-ms-routing-request-id": [
- "SOUTHEASTASIA:20200323T144212Z:16bdacf0-d720-45ba-8a41-e3e876bed8cd"
+ "SOUTHEASTASIA:20200908T035449Z:dc6b7096-9e98-4c53-a605-d935f4fe2ff0"
],
"Date": [
- "Mon, 23 Mar 2020 14:42:12 GMT"
+ "Tue, 08 Sep 2020 03:54:49 GMT"
],
"Content-Length": [
- "125"
+ "579"
],
"Content-Type": [
"application/json"
@@ -6072,20 +1203,20 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"name\": \"d0aa2e9b-087d-114a-924c-432225d0f73e\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-03-23T14:12:01.921741Z\"\r\n}",
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourcegroups/rgps9413/providers/Microsoft.ContainerService/managedClusters/kubeps109/agentPools/windef\",\r\n \"name\": \"windef\",\r\n \"type\": \"Microsoft.ContainerService/managedClusters/agentPools\",\r\n \"properties\": {\r\n \"count\": 3,\r\n \"vmSize\": \"Standard_A2\",\r\n \"osDiskSizeGB\": 128,\r\n \"maxPods\": 30,\r\n \"type\": \"VirtualMachineScaleSets\",\r\n \"provisioningState\": \"Creating\",\r\n \"orchestratorVersion\": \"1.15.11\",\r\n \"mode\": \"User\",\r\n \"osType\": \"Windows\",\r\n \"nodeImageVersion\": \"AKSWindows-2019-17763.1397.200820\"\r\n }\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/9b2eaad0-7d08-4a11-924c-432225d0f73e?api-version=2017-08-31",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvOWIyZWFhZDAtN2QwOC00YTExLTkyNGMtNDMyMjI1ZDBmNzNlP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
+ "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/rgps9413/providers/Microsoft.ContainerService/managedClusters/kubeps109/agentPools/windef?api-version=2020-07-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Jlc291cmNlR3JvdXBzL3JncHM5NDEzL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9tYW5hZ2VkQ2x1c3RlcnMva3ViZXBzMTA5L2FnZW50UG9vbHMvd2luZGVmP2FwaS12ZXJzaW9uPTIwMjAtMDctMDE=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29130.01",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.1.0"
]
},
"ResponseHeaders": {
@@ -6096,13 +1227,13 @@
"no-cache"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11902"
+ "11959"
],
"x-ms-correlation-request-id": [
- "9d2079f7-29fb-49bf-91eb-939fb8819e2b"
+ "cd1a34ba-6d9e-4950-9155-c4c3ac5efe86"
],
"x-ms-request-id": [
- "4d0d7a51-4a9d-4137-8f30-99908aaf517e"
+ "7cb92d3e-9c36-4a87-a408-b8782dff1cfb"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -6114,13 +1245,13 @@
"nginx"
],
"x-ms-routing-request-id": [
- "SOUTHEASTASIA:20200323T144242Z:9d2079f7-29fb-49bf-91eb-939fb8819e2b"
+ "SOUTHEASTASIA:20200908T035520Z:cd1a34ba-6d9e-4950-9155-c4c3ac5efe86"
],
"Date": [
- "Mon, 23 Mar 2020 14:42:42 GMT"
+ "Tue, 08 Sep 2020 03:55:20 GMT"
],
"Content-Length": [
- "125"
+ "579"
],
"Content-Type": [
"application/json"
@@ -6129,20 +1260,20 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"name\": \"d0aa2e9b-087d-114a-924c-432225d0f73e\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-03-23T14:12:01.921741Z\"\r\n}",
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourcegroups/rgps9413/providers/Microsoft.ContainerService/managedClusters/kubeps109/agentPools/windef\",\r\n \"name\": \"windef\",\r\n \"type\": \"Microsoft.ContainerService/managedClusters/agentPools\",\r\n \"properties\": {\r\n \"count\": 3,\r\n \"vmSize\": \"Standard_A2\",\r\n \"osDiskSizeGB\": 128,\r\n \"maxPods\": 30,\r\n \"type\": \"VirtualMachineScaleSets\",\r\n \"provisioningState\": \"Creating\",\r\n \"orchestratorVersion\": \"1.15.11\",\r\n \"mode\": \"User\",\r\n \"osType\": \"Windows\",\r\n \"nodeImageVersion\": \"AKSWindows-2019-17763.1397.200820\"\r\n }\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/9b2eaad0-7d08-4a11-924c-432225d0f73e?api-version=2017-08-31",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvOWIyZWFhZDAtN2QwOC00YTExLTkyNGMtNDMyMjI1ZDBmNzNlP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
+ "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/rgps9413/providers/Microsoft.ContainerService/managedClusters/kubeps109/agentPools/windef?api-version=2020-07-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Jlc291cmNlR3JvdXBzL3JncHM5NDEzL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9tYW5hZ2VkQ2x1c3RlcnMva3ViZXBzMTA5L2FnZW50UG9vbHMvd2luZGVmP2FwaS12ZXJzaW9uPTIwMjAtMDctMDE=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29130.01",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.1.0"
]
},
"ResponseHeaders": {
@@ -6153,13 +1284,13 @@
"no-cache"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11901"
+ "11958"
],
"x-ms-correlation-request-id": [
- "bc929643-4f81-4c67-917a-0a07b1f3e735"
+ "15c59085-3890-4a9a-a177-e7c2d1368ca4"
],
"x-ms-request-id": [
- "92d8b21d-0755-42d9-b5cf-d262e1ddd404"
+ "3d7739f8-7e61-4ea8-bde5-5ba63e7388fe"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -6171,13 +1302,13 @@
"nginx"
],
"x-ms-routing-request-id": [
- "SOUTHEASTASIA:20200323T144313Z:bc929643-4f81-4c67-917a-0a07b1f3e735"
+ "SOUTHEASTASIA:20200908T035551Z:15c59085-3890-4a9a-a177-e7c2d1368ca4"
],
"Date": [
- "Mon, 23 Mar 2020 14:43:12 GMT"
+ "Tue, 08 Sep 2020 03:55:50 GMT"
],
"Content-Length": [
- "125"
+ "579"
],
"Content-Type": [
"application/json"
@@ -6186,20 +1317,20 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"name\": \"d0aa2e9b-087d-114a-924c-432225d0f73e\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-03-23T14:12:01.921741Z\"\r\n}",
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourcegroups/rgps9413/providers/Microsoft.ContainerService/managedClusters/kubeps109/agentPools/windef\",\r\n \"name\": \"windef\",\r\n \"type\": \"Microsoft.ContainerService/managedClusters/agentPools\",\r\n \"properties\": {\r\n \"count\": 3,\r\n \"vmSize\": \"Standard_A2\",\r\n \"osDiskSizeGB\": 128,\r\n \"maxPods\": 30,\r\n \"type\": \"VirtualMachineScaleSets\",\r\n \"provisioningState\": \"Creating\",\r\n \"orchestratorVersion\": \"1.15.11\",\r\n \"mode\": \"User\",\r\n \"osType\": \"Windows\",\r\n \"nodeImageVersion\": \"AKSWindows-2019-17763.1397.200820\"\r\n }\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/9b2eaad0-7d08-4a11-924c-432225d0f73e?api-version=2017-08-31",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvOWIyZWFhZDAtN2QwOC00YTExLTkyNGMtNDMyMjI1ZDBmNzNlP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
+ "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/rgps9413/providers/Microsoft.ContainerService/managedClusters/kubeps109/agentPools/windef?api-version=2020-07-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Jlc291cmNlR3JvdXBzL3JncHM5NDEzL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9tYW5hZ2VkQ2x1c3RlcnMva3ViZXBzMTA5L2FnZW50UG9vbHMvd2luZGVmP2FwaS12ZXJzaW9uPTIwMjAtMDctMDE=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29130.01",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.1.0"
]
},
"ResponseHeaders": {
@@ -6210,13 +1341,13 @@
"no-cache"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11900"
+ "11957"
],
"x-ms-correlation-request-id": [
- "b23f9a02-5653-4ed6-bdfa-456af27fda65"
+ "04209240-b986-4b28-aaa5-54c569fbf6eb"
],
"x-ms-request-id": [
- "30e78243-c82d-43bb-8e80-df6b176f303d"
+ "d5caff3b-a367-4e59-a2d2-6816c8f9c313"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -6228,13 +1359,13 @@
"nginx"
],
"x-ms-routing-request-id": [
- "SOUTHEASTASIA:20200323T144344Z:b23f9a02-5653-4ed6-bdfa-456af27fda65"
+ "SOUTHEASTASIA:20200908T035622Z:04209240-b986-4b28-aaa5-54c569fbf6eb"
],
"Date": [
- "Mon, 23 Mar 2020 14:43:44 GMT"
+ "Tue, 08 Sep 2020 03:56:21 GMT"
],
"Content-Length": [
- "125"
+ "579"
],
"Content-Type": [
"application/json"
@@ -6243,20 +1374,20 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"name\": \"d0aa2e9b-087d-114a-924c-432225d0f73e\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-03-23T14:12:01.921741Z\"\r\n}",
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourcegroups/rgps9413/providers/Microsoft.ContainerService/managedClusters/kubeps109/agentPools/windef\",\r\n \"name\": \"windef\",\r\n \"type\": \"Microsoft.ContainerService/managedClusters/agentPools\",\r\n \"properties\": {\r\n \"count\": 3,\r\n \"vmSize\": \"Standard_A2\",\r\n \"osDiskSizeGB\": 128,\r\n \"maxPods\": 30,\r\n \"type\": \"VirtualMachineScaleSets\",\r\n \"provisioningState\": \"Creating\",\r\n \"orchestratorVersion\": \"1.15.11\",\r\n \"mode\": \"User\",\r\n \"osType\": \"Windows\",\r\n \"nodeImageVersion\": \"AKSWindows-2019-17763.1397.200820\"\r\n }\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/9b2eaad0-7d08-4a11-924c-432225d0f73e?api-version=2017-08-31",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvOWIyZWFhZDAtN2QwOC00YTExLTkyNGMtNDMyMjI1ZDBmNzNlP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
+ "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/rgps9413/providers/Microsoft.ContainerService/managedClusters/kubeps109/agentPools/windef?api-version=2020-07-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Jlc291cmNlR3JvdXBzL3JncHM5NDEzL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9tYW5hZ2VkQ2x1c3RlcnMva3ViZXBzMTA5L2FnZW50UG9vbHMvd2luZGVmP2FwaS12ZXJzaW9uPTIwMjAtMDctMDE=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29130.01",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.1.0"
]
},
"ResponseHeaders": {
@@ -6267,13 +1398,13 @@
"no-cache"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11899"
+ "11956"
],
"x-ms-correlation-request-id": [
- "56a78532-997c-44d9-977e-222f16dab458"
+ "a5da6b8a-29a8-4a19-a8b3-9cfa471ed38b"
],
"x-ms-request-id": [
- "76e0a668-f548-4dcf-9317-e78d00ad3d8e"
+ "fee836c2-50df-4123-84c1-30fb5825c6a8"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -6285,13 +1416,13 @@
"nginx"
],
"x-ms-routing-request-id": [
- "SOUTHEASTASIA:20200323T144415Z:56a78532-997c-44d9-977e-222f16dab458"
+ "SOUTHEASTASIA:20200908T035652Z:a5da6b8a-29a8-4a19-a8b3-9cfa471ed38b"
],
"Date": [
- "Mon, 23 Mar 2020 14:44:14 GMT"
+ "Tue, 08 Sep 2020 03:56:52 GMT"
],
"Content-Length": [
- "125"
+ "579"
],
"Content-Type": [
"application/json"
@@ -6300,20 +1431,20 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"name\": \"d0aa2e9b-087d-114a-924c-432225d0f73e\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-03-23T14:12:01.921741Z\"\r\n}",
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourcegroups/rgps9413/providers/Microsoft.ContainerService/managedClusters/kubeps109/agentPools/windef\",\r\n \"name\": \"windef\",\r\n \"type\": \"Microsoft.ContainerService/managedClusters/agentPools\",\r\n \"properties\": {\r\n \"count\": 3,\r\n \"vmSize\": \"Standard_A2\",\r\n \"osDiskSizeGB\": 128,\r\n \"maxPods\": 30,\r\n \"type\": \"VirtualMachineScaleSets\",\r\n \"provisioningState\": \"Creating\",\r\n \"orchestratorVersion\": \"1.15.11\",\r\n \"mode\": \"User\",\r\n \"osType\": \"Windows\",\r\n \"nodeImageVersion\": \"AKSWindows-2019-17763.1397.200820\"\r\n }\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/9b2eaad0-7d08-4a11-924c-432225d0f73e?api-version=2017-08-31",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvOWIyZWFhZDAtN2QwOC00YTExLTkyNGMtNDMyMjI1ZDBmNzNlP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
+ "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/rgps9413/providers/Microsoft.ContainerService/managedClusters/kubeps109/agentPools/windef?api-version=2020-07-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Jlc291cmNlR3JvdXBzL3JncHM5NDEzL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9tYW5hZ2VkQ2x1c3RlcnMva3ViZXBzMTA5L2FnZW50UG9vbHMvd2luZGVmP2FwaS12ZXJzaW9uPTIwMjAtMDctMDE=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29130.01",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.1.0"
]
},
"ResponseHeaders": {
@@ -6324,13 +1455,13 @@
"no-cache"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11898"
+ "11955"
],
"x-ms-correlation-request-id": [
- "886db339-4f3e-4835-a34b-c035ae867d46"
+ "c540922d-5a2f-4dc5-88cc-58b38988ca60"
],
"x-ms-request-id": [
- "7cc58cf8-c854-4f7c-bf90-671fee7e1133"
+ "3f3f3c05-4bbf-4c88-b740-3c2d665340e2"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -6342,13 +1473,13 @@
"nginx"
],
"x-ms-routing-request-id": [
- "SOUTHEASTASIA:20200323T144445Z:886db339-4f3e-4835-a34b-c035ae867d46"
+ "SOUTHEASTASIA:20200908T035723Z:c540922d-5a2f-4dc5-88cc-58b38988ca60"
],
"Date": [
- "Mon, 23 Mar 2020 14:44:44 GMT"
+ "Tue, 08 Sep 2020 03:57:22 GMT"
],
"Content-Length": [
- "125"
+ "579"
],
"Content-Type": [
"application/json"
@@ -6357,20 +1488,20 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"name\": \"d0aa2e9b-087d-114a-924c-432225d0f73e\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-03-23T14:12:01.921741Z\"\r\n}",
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourcegroups/rgps9413/providers/Microsoft.ContainerService/managedClusters/kubeps109/agentPools/windef\",\r\n \"name\": \"windef\",\r\n \"type\": \"Microsoft.ContainerService/managedClusters/agentPools\",\r\n \"properties\": {\r\n \"count\": 3,\r\n \"vmSize\": \"Standard_A2\",\r\n \"osDiskSizeGB\": 128,\r\n \"maxPods\": 30,\r\n \"type\": \"VirtualMachineScaleSets\",\r\n \"provisioningState\": \"Creating\",\r\n \"orchestratorVersion\": \"1.15.11\",\r\n \"mode\": \"User\",\r\n \"osType\": \"Windows\",\r\n \"nodeImageVersion\": \"AKSWindows-2019-17763.1397.200820\"\r\n }\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/9b2eaad0-7d08-4a11-924c-432225d0f73e?api-version=2017-08-31",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvOWIyZWFhZDAtN2QwOC00YTExLTkyNGMtNDMyMjI1ZDBmNzNlP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
+ "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/rgps9413/providers/Microsoft.ContainerService/managedClusters/kubeps109/agentPools/windef?api-version=2020-07-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Jlc291cmNlR3JvdXBzL3JncHM5NDEzL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9tYW5hZ2VkQ2x1c3RlcnMva3ViZXBzMTA5L2FnZW50UG9vbHMvd2luZGVmP2FwaS12ZXJzaW9uPTIwMjAtMDctMDE=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29130.01",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.1.0"
]
},
"ResponseHeaders": {
@@ -6381,13 +1512,13 @@
"no-cache"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11897"
+ "11954"
],
"x-ms-correlation-request-id": [
- "ca27d708-1c09-4b40-8187-4d4fd67e4e8d"
+ "6fe33381-c3ea-4404-a543-4e1cb66bea6a"
],
"x-ms-request-id": [
- "059ae039-40b6-4265-8f80-3feb7cb79f81"
+ "932814c3-8b12-4a9a-9922-6b3b9e2d6318"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -6399,13 +1530,13 @@
"nginx"
],
"x-ms-routing-request-id": [
- "SOUTHEASTASIA:20200323T144516Z:ca27d708-1c09-4b40-8187-4d4fd67e4e8d"
+ "SOUTHEASTASIA:20200908T035753Z:6fe33381-c3ea-4404-a543-4e1cb66bea6a"
],
"Date": [
- "Mon, 23 Mar 2020 14:45:16 GMT"
+ "Tue, 08 Sep 2020 03:57:52 GMT"
],
"Content-Length": [
- "125"
+ "579"
],
"Content-Type": [
"application/json"
@@ -6414,20 +1545,20 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"name\": \"d0aa2e9b-087d-114a-924c-432225d0f73e\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-03-23T14:12:01.921741Z\"\r\n}",
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourcegroups/rgps9413/providers/Microsoft.ContainerService/managedClusters/kubeps109/agentPools/windef\",\r\n \"name\": \"windef\",\r\n \"type\": \"Microsoft.ContainerService/managedClusters/agentPools\",\r\n \"properties\": {\r\n \"count\": 3,\r\n \"vmSize\": \"Standard_A2\",\r\n \"osDiskSizeGB\": 128,\r\n \"maxPods\": 30,\r\n \"type\": \"VirtualMachineScaleSets\",\r\n \"provisioningState\": \"Creating\",\r\n \"orchestratorVersion\": \"1.15.11\",\r\n \"mode\": \"User\",\r\n \"osType\": \"Windows\",\r\n \"nodeImageVersion\": \"AKSWindows-2019-17763.1397.200820\"\r\n }\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/9b2eaad0-7d08-4a11-924c-432225d0f73e?api-version=2017-08-31",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvOWIyZWFhZDAtN2QwOC00YTExLTkyNGMtNDMyMjI1ZDBmNzNlP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
+ "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/rgps9413/providers/Microsoft.ContainerService/managedClusters/kubeps109/agentPools/windef?api-version=2020-07-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Jlc291cmNlR3JvdXBzL3JncHM5NDEzL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9tYW5hZ2VkQ2x1c3RlcnMva3ViZXBzMTA5L2FnZW50UG9vbHMvd2luZGVmP2FwaS12ZXJzaW9uPTIwMjAtMDctMDE=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29130.01",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.1.0"
]
},
"ResponseHeaders": {
@@ -6438,13 +1569,13 @@
"no-cache"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11896"
+ "11953"
],
"x-ms-correlation-request-id": [
- "3213ec75-d3cb-4d28-9dd0-a9aa8b7b79e1"
+ "19f01265-8164-48fb-8e4f-0195dd3077ca"
],
"x-ms-request-id": [
- "40a7c45e-a690-44e0-a2c9-980e10a2173d"
+ "c9fcd3ef-e1be-4a22-9a5c-36aa97e99196"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -6456,13 +1587,13 @@
"nginx"
],
"x-ms-routing-request-id": [
- "SOUTHEASTASIA:20200323T144547Z:3213ec75-d3cb-4d28-9dd0-a9aa8b7b79e1"
+ "SOUTHEASTASIA:20200908T035824Z:19f01265-8164-48fb-8e4f-0195dd3077ca"
],
"Date": [
- "Mon, 23 Mar 2020 14:45:46 GMT"
+ "Tue, 08 Sep 2020 03:58:23 GMT"
],
"Content-Length": [
- "125"
+ "579"
],
"Content-Type": [
"application/json"
@@ -6471,20 +1602,20 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"name\": \"d0aa2e9b-087d-114a-924c-432225d0f73e\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-03-23T14:12:01.921741Z\"\r\n}",
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourcegroups/rgps9413/providers/Microsoft.ContainerService/managedClusters/kubeps109/agentPools/windef\",\r\n \"name\": \"windef\",\r\n \"type\": \"Microsoft.ContainerService/managedClusters/agentPools\",\r\n \"properties\": {\r\n \"count\": 3,\r\n \"vmSize\": \"Standard_A2\",\r\n \"osDiskSizeGB\": 128,\r\n \"maxPods\": 30,\r\n \"type\": \"VirtualMachineScaleSets\",\r\n \"provisioningState\": \"Creating\",\r\n \"orchestratorVersion\": \"1.15.11\",\r\n \"mode\": \"User\",\r\n \"osType\": \"Windows\",\r\n \"nodeImageVersion\": \"AKSWindows-2019-17763.1397.200820\"\r\n }\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/9b2eaad0-7d08-4a11-924c-432225d0f73e?api-version=2017-08-31",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvOWIyZWFhZDAtN2QwOC00YTExLTkyNGMtNDMyMjI1ZDBmNzNlP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
+ "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/rgps9413/providers/Microsoft.ContainerService/managedClusters/kubeps109/agentPools/windef?api-version=2020-07-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Jlc291cmNlR3JvdXBzL3JncHM5NDEzL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9tYW5hZ2VkQ2x1c3RlcnMva3ViZXBzMTA5L2FnZW50UG9vbHMvd2luZGVmP2FwaS12ZXJzaW9uPTIwMjAtMDctMDE=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29130.01",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.1.0"
]
},
"ResponseHeaders": {
@@ -6495,13 +1626,13 @@
"no-cache"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11895"
+ "11952"
],
"x-ms-correlation-request-id": [
- "dc361abf-d313-4591-bc55-0c7fe7a24c01"
+ "d73afa4c-f986-4666-823c-d718e36a4a19"
],
"x-ms-request-id": [
- "b849e383-0374-4d29-b87b-95ac38ba2172"
+ "63c5c9c8-a98f-458b-a6ad-b921bed41a94"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -6513,13 +1644,13 @@
"nginx"
],
"x-ms-routing-request-id": [
- "SOUTHEASTASIA:20200323T144617Z:dc361abf-d313-4591-bc55-0c7fe7a24c01"
+ "SOUTHEASTASIA:20200908T035854Z:d73afa4c-f986-4666-823c-d718e36a4a19"
],
"Date": [
- "Mon, 23 Mar 2020 14:46:17 GMT"
+ "Tue, 08 Sep 2020 03:58:54 GMT"
],
"Content-Length": [
- "125"
+ "579"
],
"Content-Type": [
"application/json"
@@ -6528,20 +1659,20 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"name\": \"d0aa2e9b-087d-114a-924c-432225d0f73e\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-03-23T14:12:01.921741Z\"\r\n}",
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourcegroups/rgps9413/providers/Microsoft.ContainerService/managedClusters/kubeps109/agentPools/windef\",\r\n \"name\": \"windef\",\r\n \"type\": \"Microsoft.ContainerService/managedClusters/agentPools\",\r\n \"properties\": {\r\n \"count\": 3,\r\n \"vmSize\": \"Standard_A2\",\r\n \"osDiskSizeGB\": 128,\r\n \"maxPods\": 30,\r\n \"type\": \"VirtualMachineScaleSets\",\r\n \"provisioningState\": \"Creating\",\r\n \"orchestratorVersion\": \"1.15.11\",\r\n \"mode\": \"User\",\r\n \"osType\": \"Windows\",\r\n \"nodeImageVersion\": \"AKSWindows-2019-17763.1397.200820\"\r\n }\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/9b2eaad0-7d08-4a11-924c-432225d0f73e?api-version=2017-08-31",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvOWIyZWFhZDAtN2QwOC00YTExLTkyNGMtNDMyMjI1ZDBmNzNlP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
+ "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/rgps9413/providers/Microsoft.ContainerService/managedClusters/kubeps109/agentPools/windef?api-version=2020-07-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Jlc291cmNlR3JvdXBzL3JncHM5NDEzL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9tYW5hZ2VkQ2x1c3RlcnMva3ViZXBzMTA5L2FnZW50UG9vbHMvd2luZGVmP2FwaS12ZXJzaW9uPTIwMjAtMDctMDE=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29130.01",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.1.0"
]
},
"ResponseHeaders": {
@@ -6552,13 +1683,13 @@
"no-cache"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11894"
+ "11951"
],
"x-ms-correlation-request-id": [
- "80d93aa6-1051-402a-8b0e-9dfabb653775"
+ "0966fb50-b1a5-45bc-9c52-ada28ac70937"
],
"x-ms-request-id": [
- "17b0650f-9e41-4c17-a536-eac543d5da54"
+ "b7f615e4-47aa-4227-a20c-ac26c035debe"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -6570,13 +1701,13 @@
"nginx"
],
"x-ms-routing-request-id": [
- "SOUTHEASTASIA:20200323T144648Z:80d93aa6-1051-402a-8b0e-9dfabb653775"
+ "SOUTHEASTASIA:20200908T035925Z:0966fb50-b1a5-45bc-9c52-ada28ac70937"
],
"Date": [
- "Mon, 23 Mar 2020 14:46:47 GMT"
+ "Tue, 08 Sep 2020 03:59:24 GMT"
],
"Content-Length": [
- "125"
+ "579"
],
"Content-Type": [
"application/json"
@@ -6585,20 +1716,20 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"name\": \"d0aa2e9b-087d-114a-924c-432225d0f73e\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-03-23T14:12:01.921741Z\"\r\n}",
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourcegroups/rgps9413/providers/Microsoft.ContainerService/managedClusters/kubeps109/agentPools/windef\",\r\n \"name\": \"windef\",\r\n \"type\": \"Microsoft.ContainerService/managedClusters/agentPools\",\r\n \"properties\": {\r\n \"count\": 3,\r\n \"vmSize\": \"Standard_A2\",\r\n \"osDiskSizeGB\": 128,\r\n \"maxPods\": 30,\r\n \"type\": \"VirtualMachineScaleSets\",\r\n \"provisioningState\": \"Creating\",\r\n \"orchestratorVersion\": \"1.15.11\",\r\n \"mode\": \"User\",\r\n \"osType\": \"Windows\",\r\n \"nodeImageVersion\": \"AKSWindows-2019-17763.1397.200820\"\r\n }\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/9b2eaad0-7d08-4a11-924c-432225d0f73e?api-version=2017-08-31",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvOWIyZWFhZDAtN2QwOC00YTExLTkyNGMtNDMyMjI1ZDBmNzNlP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
+ "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/rgps9413/providers/Microsoft.ContainerService/managedClusters/kubeps109/agentPools/windef?api-version=2020-07-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Jlc291cmNlR3JvdXBzL3JncHM5NDEzL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9tYW5hZ2VkQ2x1c3RlcnMva3ViZXBzMTA5L2FnZW50UG9vbHMvd2luZGVmP2FwaS12ZXJzaW9uPTIwMjAtMDctMDE=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29130.01",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.1.0"
]
},
"ResponseHeaders": {
@@ -6609,13 +1740,13 @@
"no-cache"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11893"
+ "11950"
],
"x-ms-correlation-request-id": [
- "f2f094b9-3811-4920-88e7-8571baab8138"
+ "8fd9cdf1-4f38-48dd-81e6-e9f2ae8fcf5e"
],
"x-ms-request-id": [
- "6afcca1b-c204-4f85-ba16-a77979efe69a"
+ "d2a0a9a0-c130-4bcf-94c2-a788c1e60183"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -6627,13 +1758,13 @@
"nginx"
],
"x-ms-routing-request-id": [
- "SOUTHEASTASIA:20200323T144718Z:f2f094b9-3811-4920-88e7-8571baab8138"
+ "SOUTHEASTASIA:20200908T035955Z:8fd9cdf1-4f38-48dd-81e6-e9f2ae8fcf5e"
],
"Date": [
- "Mon, 23 Mar 2020 14:47:18 GMT"
+ "Tue, 08 Sep 2020 03:59:55 GMT"
],
"Content-Length": [
- "125"
+ "579"
],
"Content-Type": [
"application/json"
@@ -6642,20 +1773,20 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"name\": \"d0aa2e9b-087d-114a-924c-432225d0f73e\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-03-23T14:12:01.921741Z\"\r\n}",
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourcegroups/rgps9413/providers/Microsoft.ContainerService/managedClusters/kubeps109/agentPools/windef\",\r\n \"name\": \"windef\",\r\n \"type\": \"Microsoft.ContainerService/managedClusters/agentPools\",\r\n \"properties\": {\r\n \"count\": 3,\r\n \"vmSize\": \"Standard_A2\",\r\n \"osDiskSizeGB\": 128,\r\n \"maxPods\": 30,\r\n \"type\": \"VirtualMachineScaleSets\",\r\n \"provisioningState\": \"Creating\",\r\n \"orchestratorVersion\": \"1.15.11\",\r\n \"mode\": \"User\",\r\n \"osType\": \"Windows\",\r\n \"nodeImageVersion\": \"AKSWindows-2019-17763.1397.200820\"\r\n }\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/9b2eaad0-7d08-4a11-924c-432225d0f73e?api-version=2017-08-31",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvOWIyZWFhZDAtN2QwOC00YTExLTkyNGMtNDMyMjI1ZDBmNzNlP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
+ "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/rgps9413/providers/Microsoft.ContainerService/managedClusters/kubeps109/agentPools/windef?api-version=2020-07-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Jlc291cmNlR3JvdXBzL3JncHM5NDEzL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9tYW5hZ2VkQ2x1c3RlcnMva3ViZXBzMTA5L2FnZW50UG9vbHMvd2luZGVmP2FwaS12ZXJzaW9uPTIwMjAtMDctMDE=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29130.01",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.1.0"
]
},
"ResponseHeaders": {
@@ -6666,13 +1797,13 @@
"no-cache"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11892"
+ "11949"
],
"x-ms-correlation-request-id": [
- "077bda37-c11c-4dda-ae2e-8c1601b71f13"
+ "26dd6b00-6ac8-4697-823d-6153d45989b5"
],
"x-ms-request-id": [
- "2d4bc917-f4dc-4043-906f-11857d5a0566"
+ "0dbfd80d-3f87-46f4-b757-1087b8c989e6"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -6684,13 +1815,13 @@
"nginx"
],
"x-ms-routing-request-id": [
- "SOUTHEASTASIA:20200323T144750Z:077bda37-c11c-4dda-ae2e-8c1601b71f13"
+ "SOUTHEASTASIA:20200908T040026Z:26dd6b00-6ac8-4697-823d-6153d45989b5"
],
"Date": [
- "Mon, 23 Mar 2020 14:47:49 GMT"
+ "Tue, 08 Sep 2020 04:00:25 GMT"
],
"Content-Length": [
- "125"
+ "579"
],
"Content-Type": [
"application/json"
@@ -6699,20 +1830,20 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"name\": \"d0aa2e9b-087d-114a-924c-432225d0f73e\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-03-23T14:12:01.921741Z\"\r\n}",
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourcegroups/rgps9413/providers/Microsoft.ContainerService/managedClusters/kubeps109/agentPools/windef\",\r\n \"name\": \"windef\",\r\n \"type\": \"Microsoft.ContainerService/managedClusters/agentPools\",\r\n \"properties\": {\r\n \"count\": 3,\r\n \"vmSize\": \"Standard_A2\",\r\n \"osDiskSizeGB\": 128,\r\n \"maxPods\": 30,\r\n \"type\": \"VirtualMachineScaleSets\",\r\n \"provisioningState\": \"Creating\",\r\n \"orchestratorVersion\": \"1.15.11\",\r\n \"mode\": \"User\",\r\n \"osType\": \"Windows\",\r\n \"nodeImageVersion\": \"AKSWindows-2019-17763.1397.200820\"\r\n }\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/9b2eaad0-7d08-4a11-924c-432225d0f73e?api-version=2017-08-31",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvOWIyZWFhZDAtN2QwOC00YTExLTkyNGMtNDMyMjI1ZDBmNzNlP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
+ "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/rgps9413/providers/Microsoft.ContainerService/managedClusters/kubeps109/agentPools/windef?api-version=2020-07-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Jlc291cmNlR3JvdXBzL3JncHM5NDEzL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9tYW5hZ2VkQ2x1c3RlcnMva3ViZXBzMTA5L2FnZW50UG9vbHMvd2luZGVmP2FwaS12ZXJzaW9uPTIwMjAtMDctMDE=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29130.01",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.1.0"
]
},
"ResponseHeaders": {
@@ -6723,13 +1854,13 @@
"no-cache"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11891"
+ "11948"
],
"x-ms-correlation-request-id": [
- "858bc60a-ad95-406b-95a9-c6d6bc6c6ec4"
+ "33d087e8-5b70-4db6-bdab-d855c76439b8"
],
"x-ms-request-id": [
- "33804b36-0c8e-4c79-aff0-da1ff70d1adc"
+ "48f1d076-7ce5-4b13-bd2e-72b9db3bbcf7"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -6741,13 +1872,13 @@
"nginx"
],
"x-ms-routing-request-id": [
- "SOUTHEASTASIA:20200323T144820Z:858bc60a-ad95-406b-95a9-c6d6bc6c6ec4"
+ "SOUTHEASTASIA:20200908T040057Z:33d087e8-5b70-4db6-bdab-d855c76439b8"
],
"Date": [
- "Mon, 23 Mar 2020 14:48:20 GMT"
+ "Tue, 08 Sep 2020 04:00:56 GMT"
],
"Content-Length": [
- "125"
+ "579"
],
"Content-Type": [
"application/json"
@@ -6756,20 +1887,20 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"name\": \"d0aa2e9b-087d-114a-924c-432225d0f73e\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-03-23T14:12:01.921741Z\"\r\n}",
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourcegroups/rgps9413/providers/Microsoft.ContainerService/managedClusters/kubeps109/agentPools/windef\",\r\n \"name\": \"windef\",\r\n \"type\": \"Microsoft.ContainerService/managedClusters/agentPools\",\r\n \"properties\": {\r\n \"count\": 3,\r\n \"vmSize\": \"Standard_A2\",\r\n \"osDiskSizeGB\": 128,\r\n \"maxPods\": 30,\r\n \"type\": \"VirtualMachineScaleSets\",\r\n \"provisioningState\": \"Creating\",\r\n \"orchestratorVersion\": \"1.15.11\",\r\n \"mode\": \"User\",\r\n \"osType\": \"Windows\",\r\n \"nodeImageVersion\": \"AKSWindows-2019-17763.1397.200820\"\r\n }\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/9b2eaad0-7d08-4a11-924c-432225d0f73e?api-version=2017-08-31",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvOWIyZWFhZDAtN2QwOC00YTExLTkyNGMtNDMyMjI1ZDBmNzNlP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
+ "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/rgps9413/providers/Microsoft.ContainerService/managedClusters/kubeps109/agentPools/windef?api-version=2020-07-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Jlc291cmNlR3JvdXBzL3JncHM5NDEzL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9tYW5hZ2VkQ2x1c3RlcnMva3ViZXBzMTA5L2FnZW50UG9vbHMvd2luZGVmP2FwaS12ZXJzaW9uPTIwMjAtMDctMDE=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29130.01",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.1.0"
]
},
"ResponseHeaders": {
@@ -6780,13 +1911,13 @@
"no-cache"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11890"
+ "11947"
],
"x-ms-correlation-request-id": [
- "e67343ce-f80f-4342-836a-72ee2b5aa8b1"
+ "b44c7703-eb8b-469f-803b-19969d3691a9"
],
"x-ms-request-id": [
- "18752bf6-50d8-4dc0-a170-d910784d3bd7"
+ "2cf102bd-2c5a-4393-8642-65ed550ed697"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -6798,13 +1929,13 @@
"nginx"
],
"x-ms-routing-request-id": [
- "SOUTHEASTASIA:20200323T144851Z:e67343ce-f80f-4342-836a-72ee2b5aa8b1"
+ "SOUTHEASTASIA:20200908T040128Z:b44c7703-eb8b-469f-803b-19969d3691a9"
],
"Date": [
- "Mon, 23 Mar 2020 14:48:50 GMT"
+ "Tue, 08 Sep 2020 04:01:27 GMT"
],
"Content-Length": [
- "125"
+ "579"
],
"Content-Type": [
"application/json"
@@ -6813,20 +1944,20 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"name\": \"d0aa2e9b-087d-114a-924c-432225d0f73e\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-03-23T14:12:01.921741Z\"\r\n}",
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourcegroups/rgps9413/providers/Microsoft.ContainerService/managedClusters/kubeps109/agentPools/windef\",\r\n \"name\": \"windef\",\r\n \"type\": \"Microsoft.ContainerService/managedClusters/agentPools\",\r\n \"properties\": {\r\n \"count\": 3,\r\n \"vmSize\": \"Standard_A2\",\r\n \"osDiskSizeGB\": 128,\r\n \"maxPods\": 30,\r\n \"type\": \"VirtualMachineScaleSets\",\r\n \"provisioningState\": \"Creating\",\r\n \"orchestratorVersion\": \"1.15.11\",\r\n \"mode\": \"User\",\r\n \"osType\": \"Windows\",\r\n \"nodeImageVersion\": \"AKSWindows-2019-17763.1397.200820\"\r\n }\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/9b2eaad0-7d08-4a11-924c-432225d0f73e?api-version=2017-08-31",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvOWIyZWFhZDAtN2QwOC00YTExLTkyNGMtNDMyMjI1ZDBmNzNlP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
+ "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/rgps9413/providers/Microsoft.ContainerService/managedClusters/kubeps109/agentPools/windef?api-version=2020-07-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Jlc291cmNlR3JvdXBzL3JncHM5NDEzL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9tYW5hZ2VkQ2x1c3RlcnMva3ViZXBzMTA5L2FnZW50UG9vbHMvd2luZGVmP2FwaS12ZXJzaW9uPTIwMjAtMDctMDE=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29130.01",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.1.0"
]
},
"ResponseHeaders": {
@@ -6837,13 +1968,13 @@
"no-cache"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11889"
+ "11946"
],
"x-ms-correlation-request-id": [
- "62f4bbb8-665c-47e6-b1fa-88d173cabb66"
+ "97babf48-6a19-418b-8e40-30133884d073"
],
"x-ms-request-id": [
- "6dbc218d-09e6-4a86-bf03-70769770b78e"
+ "979ddc37-5b52-4557-8c72-37ca4410ffc5"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -6855,13 +1986,13 @@
"nginx"
],
"x-ms-routing-request-id": [
- "SOUTHEASTASIA:20200323T144921Z:62f4bbb8-665c-47e6-b1fa-88d173cabb66"
+ "SOUTHEASTASIA:20200908T040158Z:97babf48-6a19-418b-8e40-30133884d073"
],
"Date": [
- "Mon, 23 Mar 2020 14:49:21 GMT"
+ "Tue, 08 Sep 2020 04:01:58 GMT"
],
"Content-Length": [
- "125"
+ "579"
],
"Content-Type": [
"application/json"
@@ -6870,20 +2001,20 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"name\": \"d0aa2e9b-087d-114a-924c-432225d0f73e\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-03-23T14:12:01.921741Z\"\r\n}",
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourcegroups/rgps9413/providers/Microsoft.ContainerService/managedClusters/kubeps109/agentPools/windef\",\r\n \"name\": \"windef\",\r\n \"type\": \"Microsoft.ContainerService/managedClusters/agentPools\",\r\n \"properties\": {\r\n \"count\": 3,\r\n \"vmSize\": \"Standard_A2\",\r\n \"osDiskSizeGB\": 128,\r\n \"maxPods\": 30,\r\n \"type\": \"VirtualMachineScaleSets\",\r\n \"provisioningState\": \"Creating\",\r\n \"orchestratorVersion\": \"1.15.11\",\r\n \"mode\": \"User\",\r\n \"osType\": \"Windows\",\r\n \"nodeImageVersion\": \"AKSWindows-2019-17763.1397.200820\"\r\n }\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/9b2eaad0-7d08-4a11-924c-432225d0f73e?api-version=2017-08-31",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvOWIyZWFhZDAtN2QwOC00YTExLTkyNGMtNDMyMjI1ZDBmNzNlP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
+ "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/rgps9413/providers/Microsoft.ContainerService/managedClusters/kubeps109/agentPools/windef?api-version=2020-07-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Jlc291cmNlR3JvdXBzL3JncHM5NDEzL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9tYW5hZ2VkQ2x1c3RlcnMva3ViZXBzMTA5L2FnZW50UG9vbHMvd2luZGVmP2FwaS12ZXJzaW9uPTIwMjAtMDctMDE=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29130.01",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.1.0"
]
},
"ResponseHeaders": {
@@ -6894,13 +2025,13 @@
"no-cache"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11888"
+ "11945"
],
"x-ms-correlation-request-id": [
- "0b14d53d-18e6-4bab-842b-2de8129a9cdf"
+ "8e2eb0e5-ec31-4aa2-bda6-bf36de92cfe8"
],
"x-ms-request-id": [
- "ca0e3db0-37b3-4053-90c6-ee43c0c8cc9e"
+ "11dd384a-cc08-4a36-983e-1b62de054be8"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -6912,13 +2043,13 @@
"nginx"
],
"x-ms-routing-request-id": [
- "SOUTHEASTASIA:20200323T144952Z:0b14d53d-18e6-4bab-842b-2de8129a9cdf"
+ "SOUTHEASTASIA:20200908T040229Z:8e2eb0e5-ec31-4aa2-bda6-bf36de92cfe8"
],
"Date": [
- "Mon, 23 Mar 2020 14:49:52 GMT"
+ "Tue, 08 Sep 2020 04:02:29 GMT"
],
"Content-Length": [
- "125"
+ "579"
],
"Content-Type": [
"application/json"
@@ -6927,20 +2058,20 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"name\": \"d0aa2e9b-087d-114a-924c-432225d0f73e\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-03-23T14:12:01.921741Z\"\r\n}",
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourcegroups/rgps9413/providers/Microsoft.ContainerService/managedClusters/kubeps109/agentPools/windef\",\r\n \"name\": \"windef\",\r\n \"type\": \"Microsoft.ContainerService/managedClusters/agentPools\",\r\n \"properties\": {\r\n \"count\": 3,\r\n \"vmSize\": \"Standard_A2\",\r\n \"osDiskSizeGB\": 128,\r\n \"maxPods\": 30,\r\n \"type\": \"VirtualMachineScaleSets\",\r\n \"provisioningState\": \"Creating\",\r\n \"orchestratorVersion\": \"1.15.11\",\r\n \"mode\": \"User\",\r\n \"osType\": \"Windows\",\r\n \"nodeImageVersion\": \"AKSWindows-2019-17763.1397.200820\"\r\n }\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/9b2eaad0-7d08-4a11-924c-432225d0f73e?api-version=2017-08-31",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvOWIyZWFhZDAtN2QwOC00YTExLTkyNGMtNDMyMjI1ZDBmNzNlP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
+ "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/rgps9413/providers/Microsoft.ContainerService/managedClusters/kubeps109/agentPools/windef?api-version=2020-07-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Jlc291cmNlR3JvdXBzL3JncHM5NDEzL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9tYW5hZ2VkQ2x1c3RlcnMva3ViZXBzMTA5L2FnZW50UG9vbHMvd2luZGVmP2FwaS12ZXJzaW9uPTIwMjAtMDctMDE=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29130.01",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.1.0"
]
},
"ResponseHeaders": {
@@ -6951,13 +2082,13 @@
"no-cache"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11887"
+ "11944"
],
"x-ms-correlation-request-id": [
- "58687ca2-5814-4c27-b219-7c6c0dcffcc3"
+ "d4d8c73a-556e-4078-b147-ee0aa12411c8"
],
"x-ms-request-id": [
- "2ea89010-ea6c-4db2-8f54-30f8954de778"
+ "c814524a-5336-4f2b-bea5-4eacfb4cb522"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -6969,13 +2100,13 @@
"nginx"
],
"x-ms-routing-request-id": [
- "SOUTHEASTASIA:20200323T145023Z:58687ca2-5814-4c27-b219-7c6c0dcffcc3"
+ "SOUTHEASTASIA:20200908T040300Z:d4d8c73a-556e-4078-b147-ee0aa12411c8"
],
"Date": [
- "Mon, 23 Mar 2020 14:50:23 GMT"
+ "Tue, 08 Sep 2020 04:02:59 GMT"
],
"Content-Length": [
- "125"
+ "580"
],
"Content-Type": [
"application/json"
@@ -6984,20 +2115,26 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"name\": \"d0aa2e9b-087d-114a-924c-432225d0f73e\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-03-23T14:12:01.921741Z\"\r\n}",
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourcegroups/rgps9413/providers/Microsoft.ContainerService/managedClusters/kubeps109/agentPools/windef\",\r\n \"name\": \"windef\",\r\n \"type\": \"Microsoft.ContainerService/managedClusters/agentPools\",\r\n \"properties\": {\r\n \"count\": 3,\r\n \"vmSize\": \"Standard_A2\",\r\n \"osDiskSizeGB\": 128,\r\n \"maxPods\": 30,\r\n \"type\": \"VirtualMachineScaleSets\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"orchestratorVersion\": \"1.15.11\",\r\n \"mode\": \"User\",\r\n \"osType\": \"Windows\",\r\n \"nodeImageVersion\": \"AKSWindows-2019-17763.1397.200820\"\r\n }\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/9b2eaad0-7d08-4a11-924c-432225d0f73e?api-version=2017-08-31",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvOWIyZWFhZDAtN2QwOC00YTExLTkyNGMtNDMyMjI1ZDBmNzNlP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
+ "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/rgps9413/providers/Microsoft.ContainerService/managedClusters/kubeps109/agentPools/windef?api-version=2020-07-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Jlc291cmNlR3JvdXBzL3JncHM5NDEzL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9tYW5hZ2VkQ2x1c3RlcnMva3ViZXBzMTA5L2FnZW50UG9vbHMvd2luZGVmP2FwaS12ZXJzaW9uPTIwMjAtMDctMDE=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
+ "x-ms-client-request-id": [
+ "d0e22a64-3dce-4874-8771-1a00fddd2c21"
+ ],
+ "Accept-Language": [
+ "en-US"
+ ],
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29130.01",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.1.0"
]
},
"ResponseHeaders": {
@@ -7008,13 +2145,13 @@
"no-cache"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11886"
+ "11942"
],
"x-ms-correlation-request-id": [
- "cedc7be6-21e7-41e8-a114-c1a55ad915a1"
+ "5c2b9f15-424c-42e9-b1e9-ac6cbb92eb3a"
],
"x-ms-request-id": [
- "34bf2f1b-c98b-49eb-90ac-ae9c9606ace2"
+ "622c4973-811c-4f4b-a5d0-61ee972b0c0a"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -7026,13 +2163,13 @@
"nginx"
],
"x-ms-routing-request-id": [
- "SOUTHEASTASIA:20200323T145054Z:cedc7be6-21e7-41e8-a114-c1a55ad915a1"
+ "SOUTHEASTASIA:20200908T040301Z:5c2b9f15-424c-42e9-b1e9-ac6cbb92eb3a"
],
"Date": [
- "Mon, 23 Mar 2020 14:50:53 GMT"
+ "Tue, 08 Sep 2020 04:03:00 GMT"
],
"Content-Length": [
- "125"
+ "580"
],
"Content-Type": [
"application/json"
@@ -7041,20 +2178,26 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"name\": \"d0aa2e9b-087d-114a-924c-432225d0f73e\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-03-23T14:12:01.921741Z\"\r\n}",
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourcegroups/rgps9413/providers/Microsoft.ContainerService/managedClusters/kubeps109/agentPools/windef\",\r\n \"name\": \"windef\",\r\n \"type\": \"Microsoft.ContainerService/managedClusters/agentPools\",\r\n \"properties\": {\r\n \"count\": 3,\r\n \"vmSize\": \"Standard_A2\",\r\n \"osDiskSizeGB\": 128,\r\n \"maxPods\": 30,\r\n \"type\": \"VirtualMachineScaleSets\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"orchestratorVersion\": \"1.15.11\",\r\n \"mode\": \"User\",\r\n \"osType\": \"Windows\",\r\n \"nodeImageVersion\": \"AKSWindows-2019-17763.1397.200820\"\r\n }\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/9b2eaad0-7d08-4a11-924c-432225d0f73e?api-version=2017-08-31",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvOWIyZWFhZDAtN2QwOC00YTExLTkyNGMtNDMyMjI1ZDBmNzNlP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
+ "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/rgps9413/providers/Microsoft.ContainerService/managedClusters/kubeps109/agentPools/windef?api-version=2020-07-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Jlc291cmNlR3JvdXBzL3JncHM5NDEzL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9tYW5hZ2VkQ2x1c3RlcnMva3ViZXBzMTA5L2FnZW50UG9vbHMvd2luZGVmP2FwaS12ZXJzaW9uPTIwMjAtMDctMDE=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
+ "x-ms-client-request-id": [
+ "9631b525-f161-4f44-ab1d-41ad3737e33f"
+ ],
+ "Accept-Language": [
+ "en-US"
+ ],
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29130.01",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.1.0"
]
},
"ResponseHeaders": {
@@ -7065,13 +2208,13 @@
"no-cache"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11885"
+ "11941"
],
"x-ms-correlation-request-id": [
- "911c2a04-6b83-4948-a1cc-db4ba0655914"
+ "147bab4e-e95f-46f0-8989-af7ea2d1c63b"
],
"x-ms-request-id": [
- "5ce3a7f5-3002-4a38-97f0-2e8672c894e5"
+ "55112dbf-4e5b-49d3-be61-8ef6d5f0b560"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -7083,13 +2226,13 @@
"nginx"
],
"x-ms-routing-request-id": [
- "SOUTHEASTASIA:20200323T145124Z:911c2a04-6b83-4948-a1cc-db4ba0655914"
+ "SOUTHEASTASIA:20200908T040301Z:147bab4e-e95f-46f0-8989-af7ea2d1c63b"
],
"Date": [
- "Mon, 23 Mar 2020 14:51:24 GMT"
+ "Tue, 08 Sep 2020 04:03:01 GMT"
],
"Content-Length": [
- "125"
+ "580"
],
"Content-Type": [
"application/json"
@@ -7098,20 +2241,20 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"name\": \"d0aa2e9b-087d-114a-924c-432225d0f73e\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-03-23T14:12:01.921741Z\"\r\n}",
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourcegroups/rgps9413/providers/Microsoft.ContainerService/managedClusters/kubeps109/agentPools/windef\",\r\n \"name\": \"windef\",\r\n \"type\": \"Microsoft.ContainerService/managedClusters/agentPools\",\r\n \"properties\": {\r\n \"count\": 3,\r\n \"vmSize\": \"Standard_A2\",\r\n \"osDiskSizeGB\": 128,\r\n \"maxPods\": 30,\r\n \"type\": \"VirtualMachineScaleSets\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"orchestratorVersion\": \"1.15.11\",\r\n \"mode\": \"User\",\r\n \"osType\": \"Windows\",\r\n \"nodeImageVersion\": \"AKSWindows-2019-17763.1397.200820\"\r\n }\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/9b2eaad0-7d08-4a11-924c-432225d0f73e?api-version=2017-08-31",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvOWIyZWFhZDAtN2QwOC00YTExLTkyNGMtNDMyMjI1ZDBmNzNlP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
+ "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/rgps9413/providers/Microsoft.ContainerService/managedClusters/kubeps109/agentPools/windef?api-version=2020-07-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Jlc291cmNlR3JvdXBzL3JncHM5NDEzL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9tYW5hZ2VkQ2x1c3RlcnMva3ViZXBzMTA5L2FnZW50UG9vbHMvd2luZGVmP2FwaS12ZXJzaW9uPTIwMjAtMDctMDE=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29130.01",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.1.0"
]
},
"ResponseHeaders": {
@@ -7122,13 +2265,13 @@
"no-cache"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11884"
+ "11940"
],
"x-ms-correlation-request-id": [
- "05208e96-72bd-4cd0-aedc-d15898283c4f"
+ "0892e62d-18c0-42df-b172-9ac16e8410d5"
],
"x-ms-request-id": [
- "8247e25c-dbb8-42d2-82fc-1cb4ec6876a1"
+ "25da5fe2-9403-43f6-8599-658a22ac06dd"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -7140,13 +2283,13 @@
"nginx"
],
"x-ms-routing-request-id": [
- "SOUTHEASTASIA:20200323T145155Z:05208e96-72bd-4cd0-aedc-d15898283c4f"
+ "SOUTHEASTASIA:20200908T040334Z:0892e62d-18c0-42df-b172-9ac16e8410d5"
],
"Date": [
- "Mon, 23 Mar 2020 14:51:54 GMT"
+ "Tue, 08 Sep 2020 04:03:33 GMT"
],
"Content-Length": [
- "125"
+ "579"
],
"Content-Type": [
"application/json"
@@ -7155,20 +2298,20 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"name\": \"d0aa2e9b-087d-114a-924c-432225d0f73e\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-03-23T14:12:01.921741Z\"\r\n}",
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourcegroups/rgps9413/providers/Microsoft.ContainerService/managedClusters/kubeps109/agentPools/windef\",\r\n \"name\": \"windef\",\r\n \"type\": \"Microsoft.ContainerService/managedClusters/agentPools\",\r\n \"properties\": {\r\n \"count\": 3,\r\n \"vmSize\": \"Standard_A2\",\r\n \"osDiskSizeGB\": 128,\r\n \"maxPods\": 30,\r\n \"type\": \"VirtualMachineScaleSets\",\r\n \"provisioningState\": \"Updating\",\r\n \"orchestratorVersion\": \"1.15.11\",\r\n \"mode\": \"User\",\r\n \"osType\": \"Windows\",\r\n \"nodeImageVersion\": \"AKSWindows-2019-17763.1397.200820\"\r\n }\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/9b2eaad0-7d08-4a11-924c-432225d0f73e?api-version=2017-08-31",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvOWIyZWFhZDAtN2QwOC00YTExLTkyNGMtNDMyMjI1ZDBmNzNlP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
+ "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/rgps9413/providers/Microsoft.ContainerService/managedClusters/kubeps109/agentPools/windef?api-version=2020-07-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Jlc291cmNlR3JvdXBzL3JncHM5NDEzL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9tYW5hZ2VkQ2x1c3RlcnMva3ViZXBzMTA5L2FnZW50UG9vbHMvd2luZGVmP2FwaS12ZXJzaW9uPTIwMjAtMDctMDE=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29130.01",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.1.0"
]
},
"ResponseHeaders": {
@@ -7179,13 +2322,13 @@
"no-cache"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11883"
+ "11939"
],
"x-ms-correlation-request-id": [
- "a1c5fa79-2195-46c6-83c0-5a85d34aa9de"
+ "cb725e9b-ae17-41ab-92c0-8ead309dc0c1"
],
"x-ms-request-id": [
- "ffd4f3e9-b88c-4789-8a0f-6105da1bbba6"
+ "03acf7d7-b330-4c86-aefe-45309a422965"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -7197,13 +2340,13 @@
"nginx"
],
"x-ms-routing-request-id": [
- "SOUTHEASTASIA:20200323T145226Z:a1c5fa79-2195-46c6-83c0-5a85d34aa9de"
+ "SOUTHEASTASIA:20200908T040404Z:cb725e9b-ae17-41ab-92c0-8ead309dc0c1"
],
"Date": [
- "Mon, 23 Mar 2020 14:52:26 GMT"
+ "Tue, 08 Sep 2020 04:04:04 GMT"
],
"Content-Length": [
- "125"
+ "580"
],
"Content-Type": [
"application/json"
@@ -7212,20 +2355,26 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"name\": \"d0aa2e9b-087d-114a-924c-432225d0f73e\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-03-23T14:12:01.921741Z\"\r\n}",
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourcegroups/rgps9413/providers/Microsoft.ContainerService/managedClusters/kubeps109/agentPools/windef\",\r\n \"name\": \"windef\",\r\n \"type\": \"Microsoft.ContainerService/managedClusters/agentPools\",\r\n \"properties\": {\r\n \"count\": 3,\r\n \"vmSize\": \"Standard_A2\",\r\n \"osDiskSizeGB\": 128,\r\n \"maxPods\": 30,\r\n \"type\": \"VirtualMachineScaleSets\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"orchestratorVersion\": \"1.15.11\",\r\n \"mode\": \"User\",\r\n \"osType\": \"Windows\",\r\n \"nodeImageVersion\": \"AKSWindows-2019-17763.1397.200820\"\r\n }\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/9b2eaad0-7d08-4a11-924c-432225d0f73e?api-version=2017-08-31",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvOWIyZWFhZDAtN2QwOC00YTExLTkyNGMtNDMyMjI1ZDBmNzNlP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
+ "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/rgps9413/providers/Microsoft.ContainerService/managedClusters/kubeps109/agentPools?api-version=2020-07-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Jlc291cmNlR3JvdXBzL3JncHM5NDEzL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9tYW5hZ2VkQ2x1c3RlcnMva3ViZXBzMTA5L2FnZW50UG9vbHM/YXBpLXZlcnNpb249MjAyMC0wNy0wMQ==",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
+ "x-ms-client-request-id": [
+ "90ac9f00-150d-424b-9cf0-498ae6e91c73"
+ ],
+ "Accept-Language": [
+ "en-US"
+ ],
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29130.01",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.1.0"
]
},
"ResponseHeaders": {
@@ -7236,13 +2385,13 @@
"no-cache"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11882"
+ "11943"
],
"x-ms-correlation-request-id": [
- "8f9bea4e-de9e-4d33-9640-a26275c86210"
+ "2be13bde-9241-4a88-9f20-5ba3cc9265d0"
],
"x-ms-request-id": [
- "8a3c08df-142d-4440-8f26-b6383a0c4322"
+ "0616d74d-13ff-412f-843a-596136bf9625"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -7254,13 +2403,13 @@
"nginx"
],
"x-ms-routing-request-id": [
- "SOUTHEASTASIA:20200323T145256Z:8f9bea4e-de9e-4d33-9640-a26275c86210"
+ "SOUTHEASTASIA:20200908T040300Z:2be13bde-9241-4a88-9f20-5ba3cc9265d0"
],
"Date": [
- "Mon, 23 Mar 2020 14:52:56 GMT"
+ "Tue, 08 Sep 2020 04:03:00 GMT"
],
"Content-Length": [
- "169"
+ "1274"
],
"Content-Type": [
"application/json"
@@ -7269,26 +2418,26 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"name\": \"d0aa2e9b-087d-114a-924c-432225d0f73e\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-03-23T14:12:01.921741Z\",\r\n \"endTime\": \"2020-03-23T14:52:36.3172613Z\"\r\n}",
+ "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourcegroups/rgps9413/providers/Microsoft.ContainerService/managedClusters/kubeps109/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 \"maxPods\": 30,\r\n \"type\": \"VirtualMachineScaleSets\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"orchestratorVersion\": \"1.15.11\",\r\n \"nodeLabels\": {},\r\n \"mode\": \"System\",\r\n \"osType\": \"Linux\",\r\n \"nodeImageVersion\": \"AKSUbuntu-1604-2020.08.19\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourcegroups/rgps9413/providers/Microsoft.ContainerService/managedClusters/kubeps109/agentPools/windef\",\r\n \"name\": \"windef\",\r\n \"type\": \"Microsoft.ContainerService/managedClusters/agentPools\",\r\n \"properties\": {\r\n \"count\": 3,\r\n \"vmSize\": \"Standard_A2\",\r\n \"osDiskSizeGB\": 128,\r\n \"maxPods\": 30,\r\n \"type\": \"VirtualMachineScaleSets\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"orchestratorVersion\": \"1.15.11\",\r\n \"mode\": \"User\",\r\n \"osType\": \"Windows\",\r\n \"nodeImageVersion\": \"AKSWindows-2019-17763.1397.200820\"\r\n }\r\n }\r\n ]\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/rgps9328/providers/Microsoft.ContainerService/managedClusters/kubeps4983/agentPools/windef?api-version=2019-10-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Jlc291cmNlR3JvdXBzL3JncHM5MzI4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9tYW5hZ2VkQ2x1c3RlcnMva3ViZXBzNDk4My9hZ2VudFBvb2xzL3dpbmRlZj9hcGktdmVyc2lvbj0yMDE5LTEwLTAx",
+ "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/rgps9413/providers/Microsoft.ContainerService/managedClusters/kubeps109/agentPools/windef?api-version=2020-07-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Jlc291cmNlR3JvdXBzL3JncHM5NDEzL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9tYW5hZ2VkQ2x1c3RlcnMva3ViZXBzMTA5L2FnZW50UG9vbHMvd2luZGVmP2FwaS12ZXJzaW9uPTIwMjAtMDctMDE=",
"RequestMethod": "DELETE",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "06d2ca05-5ef8-40c6-8530-20ca89bc009e"
+ "cc804b65-41fe-478f-968a-207763ba09ae"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29130.01",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.1.0"
]
},
"ResponseHeaders": {
@@ -7299,19 +2448,19 @@
"no-cache"
],
"Location": [
- "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operationresults/ec864ce0-a856-466f-9e6a-fbaf3e2c9022?api-version=2017-08-31"
+ "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operationresults/1df0c99f-c6a7-4732-85d3-aa1e2bc3da00?api-version=2017-08-31"
],
"x-ms-ratelimit-remaining-subscription-deletes": [
- "14999"
+ "14998"
],
"Azure-AsyncOperation": [
- "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/ec864ce0-a856-466f-9e6a-fbaf3e2c9022?api-version=2017-08-31"
+ "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/1df0c99f-c6a7-4732-85d3-aa1e2bc3da00?api-version=2017-08-31"
],
"x-ms-correlation-request-id": [
- "5b7235d7-f71c-4960-8359-34b9452707f2"
+ "66199ece-c97e-426f-88e1-5fbff588eb01"
],
"x-ms-request-id": [
- "ec864ce0-a856-466f-9e6a-fbaf3e2c9022"
+ "1df0c99f-c6a7-4732-85d3-aa1e2bc3da00"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -7320,13 +2469,13 @@
"nginx"
],
"x-ms-routing-request-id": [
- "SOUTHEASTASIA:20200323T145301Z:5b7235d7-f71c-4960-8359-34b9452707f2"
+ "SOUTHEASTASIA:20200908T040405Z:66199ece-c97e-426f-88e1-5fbff588eb01"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Mon, 23 Mar 2020 14:53:00 GMT"
+ "Tue, 08 Sep 2020 04:04:05 GMT"
],
"Expires": [
"-1"
@@ -7339,16 +2488,16 @@
"StatusCode": 202
},
{
- "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/ec864ce0-a856-466f-9e6a-fbaf3e2c9022?api-version=2017-08-31",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvZWM4NjRjZTAtYTg1Ni00NjZmLTllNmEtZmJhZjNlMmM5MDIyP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
+ "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/1df0c99f-c6a7-4732-85d3-aa1e2bc3da00?api-version=2017-08-31",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvMWRmMGM5OWYtYzZhNy00NzMyLTg1ZDMtYWExZTJiYzNkYTAwP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29130.01",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.1.0"
]
},
"ResponseHeaders": {
@@ -7359,13 +2508,13 @@
"no-cache"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11880"
+ "11938"
],
"x-ms-correlation-request-id": [
- "6bc26d15-22ca-41ef-b5d9-cce292be31a4"
+ "057a7984-5b6a-47e3-b77c-594c5e59a06e"
],
"x-ms-request-id": [
- "d7b0c65d-3332-464a-ad9e-2e7761c55d7d"
+ "67675e35-d6f8-4e8b-98e9-5beacf3e3e40"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -7377,10 +2526,10 @@
"nginx"
],
"x-ms-routing-request-id": [
- "SOUTHEASTASIA:20200323T145332Z:6bc26d15-22ca-41ef-b5d9-cce292be31a4"
+ "SOUTHEASTASIA:20200908T040436Z:057a7984-5b6a-47e3-b77c-594c5e59a06e"
],
"Date": [
- "Mon, 23 Mar 2020 14:53:32 GMT"
+ "Tue, 08 Sep 2020 04:04:35 GMT"
],
"Content-Length": [
"126"
@@ -7392,20 +2541,20 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"name\": \"e04c86ec-56a8-6f46-9e6a-fbaf3e2c9022\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-03-23T14:53:01.0872281Z\"\r\n}",
+ "ResponseBody": "{\r\n \"name\": \"9fc9f01d-a7c6-3247-85d3-aa1e2bc3da00\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-09-08T04:04:05.5582557Z\"\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/ec864ce0-a856-466f-9e6a-fbaf3e2c9022?api-version=2017-08-31",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvZWM4NjRjZTAtYTg1Ni00NjZmLTllNmEtZmJhZjNlMmM5MDIyP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
+ "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/1df0c99f-c6a7-4732-85d3-aa1e2bc3da00?api-version=2017-08-31",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvMWRmMGM5OWYtYzZhNy00NzMyLTg1ZDMtYWExZTJiYzNkYTAwP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29130.01",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.1.0"
]
},
"ResponseHeaders": {
@@ -7416,13 +2565,13 @@
"no-cache"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11879"
+ "11937"
],
"x-ms-correlation-request-id": [
- "87aebc6c-481c-4d71-85e8-79f75fb1c6ba"
+ "672f7174-cc07-4f40-9e84-a99ee1a378a0"
],
"x-ms-request-id": [
- "80d12e2f-6b96-488d-a97c-fc3b5eeeae49"
+ "6b3b50f3-b3ab-48b3-aa0c-0ce434656e9c"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -7434,10 +2583,10 @@
"nginx"
],
"x-ms-routing-request-id": [
- "SOUTHEASTASIA:20200323T145403Z:87aebc6c-481c-4d71-85e8-79f75fb1c6ba"
+ "SOUTHEASTASIA:20200908T040506Z:672f7174-cc07-4f40-9e84-a99ee1a378a0"
],
"Date": [
- "Mon, 23 Mar 2020 14:54:02 GMT"
+ "Tue, 08 Sep 2020 04:05:06 GMT"
],
"Content-Length": [
"126"
@@ -7449,20 +2598,20 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"name\": \"e04c86ec-56a8-6f46-9e6a-fbaf3e2c9022\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-03-23T14:53:01.0872281Z\"\r\n}",
+ "ResponseBody": "{\r\n \"name\": \"9fc9f01d-a7c6-3247-85d3-aa1e2bc3da00\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-09-08T04:04:05.5582557Z\"\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/ec864ce0-a856-466f-9e6a-fbaf3e2c9022?api-version=2017-08-31",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvZWM4NjRjZTAtYTg1Ni00NjZmLTllNmEtZmJhZjNlMmM5MDIyP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
+ "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/1df0c99f-c6a7-4732-85d3-aa1e2bc3da00?api-version=2017-08-31",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvMWRmMGM5OWYtYzZhNy00NzMyLTg1ZDMtYWExZTJiYzNkYTAwP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29130.01",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.1.0"
]
},
"ResponseHeaders": {
@@ -7473,13 +2622,13 @@
"no-cache"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11878"
+ "11936"
],
"x-ms-correlation-request-id": [
- "9ace8a93-dbdb-4ced-858e-6ed1b53cb232"
+ "879dce6b-0756-4989-9aaa-bfd11489ab60"
],
"x-ms-request-id": [
- "fbe75f09-0fa0-4aa4-87ee-c92ee3d3bd35"
+ "9a02a659-939b-4812-9679-16fd26849598"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -7491,10 +2640,10 @@
"nginx"
],
"x-ms-routing-request-id": [
- "SOUTHEASTASIA:20200323T145433Z:9ace8a93-dbdb-4ced-858e-6ed1b53cb232"
+ "SOUTHEASTASIA:20200908T040537Z:879dce6b-0756-4989-9aaa-bfd11489ab60"
],
"Date": [
- "Mon, 23 Mar 2020 14:54:32 GMT"
+ "Tue, 08 Sep 2020 04:05:36 GMT"
],
"Content-Length": [
"170"
@@ -7506,20 +2655,20 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"name\": \"e04c86ec-56a8-6f46-9e6a-fbaf3e2c9022\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-03-23T14:53:01.0872281Z\",\r\n \"endTime\": \"2020-03-23T14:54:23.2571211Z\"\r\n}",
+ "ResponseBody": "{\r\n \"name\": \"9fc9f01d-a7c6-3247-85d3-aa1e2bc3da00\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-09-08T04:04:05.5582557Z\",\r\n \"endTime\": \"2020-09-08T04:05:32.5404287Z\"\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operationresults/ec864ce0-a856-466f-9e6a-fbaf3e2c9022?api-version=2017-08-31",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnJlc3VsdHMvZWM4NjRjZTAtYTg1Ni00NjZmLTllNmEtZmJhZjNlMmM5MDIyP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
+ "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operationresults/1df0c99f-c6a7-4732-85d3-aa1e2bc3da00?api-version=2017-08-31",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnJlc3VsdHMvMWRmMGM5OWYtYzZhNy00NzMyLTg1ZDMtYWExZTJiYzNkYTAwP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29130.01",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.1.0"
]
},
"ResponseHeaders": {
@@ -7530,16 +2679,16 @@
"no-cache"
],
"Location": [
- "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operationresults/ec864ce0-a856-466f-9e6a-fbaf3e2c9022?api-version=2017-08-31"
+ "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operationresults/1df0c99f-c6a7-4732-85d3-aa1e2bc3da00?api-version=2017-08-31"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11877"
+ "11935"
],
"x-ms-correlation-request-id": [
- "1ebb0c87-fe6c-4e5f-9195-2504410c54a6"
+ "126e45a9-4a04-4393-bccc-9a6b4f4c5dfb"
],
"x-ms-request-id": [
- "44266e99-3e21-44a0-8e76-e856ff6b4568"
+ "417176cb-3b26-4b48-a5b3-a1994e435479"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -7551,10 +2700,10 @@
"nginx"
],
"x-ms-routing-request-id": [
- "SOUTHEASTASIA:20200323T145434Z:1ebb0c87-fe6c-4e5f-9195-2504410c54a6"
+ "SOUTHEASTASIA:20200908T040537Z:126e45a9-4a04-4393-bccc-9a6b4f4c5dfb"
],
"Date": [
- "Mon, 23 Mar 2020 14:54:33 GMT"
+ "Tue, 08 Sep 2020 04:05:36 GMT"
],
"Content-Type": [
"application/json"
@@ -7567,22 +2716,22 @@
"StatusCode": 204
},
{
- "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/rgps9328/providers/Microsoft.ContainerService/managedClusters/kubeps4983?api-version=2019-10-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Jlc291cmNlR3JvdXBzL3JncHM5MzI4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9tYW5hZ2VkQ2x1c3RlcnMva3ViZXBzNDk4Mz9hcGktdmVyc2lvbj0yMDE5LTEwLTAx",
+ "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/rgps9413/providers/Microsoft.ContainerService/managedClusters/kubeps109?api-version=2020-07-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Jlc291cmNlR3JvdXBzL3JncHM5NDEzL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9tYW5hZ2VkQ2x1c3RlcnMva3ViZXBzMTA5P2FwaS12ZXJzaW9uPTIwMjAtMDctMDE=",
"RequestMethod": "DELETE",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "d96dee51-824c-4e56-8da2-768f27cff818"
+ "16c5d332-1d27-4085-93b6-fdd63bbbacf4"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29130.01",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.1.0"
]
},
"ResponseHeaders": {
@@ -7593,19 +2742,19 @@
"no-cache"
],
"Location": [
- "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operationresults/058f09c1-3626-40bc-a3de-3c810fb90d1d?api-version=2017-08-31"
+ "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operationresults/c1fad431-ce12-497b-b4de-27c607ace248?api-version=2017-08-31"
],
"x-ms-ratelimit-remaining-subscription-deletes": [
- "14998"
+ "14997"
],
"Azure-AsyncOperation": [
- "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/058f09c1-3626-40bc-a3de-3c810fb90d1d?api-version=2017-08-31"
+ "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/c1fad431-ce12-497b-b4de-27c607ace248?api-version=2017-08-31"
],
"x-ms-correlation-request-id": [
- "b4f3b4d7-36d6-41f2-865c-5af684253ed3"
+ "f79c2a3c-dc31-42fc-9206-f1b9934d7651"
],
"x-ms-request-id": [
- "058f09c1-3626-40bc-a3de-3c810fb90d1d"
+ "c1fad431-ce12-497b-b4de-27c607ace248"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -7614,13 +2763,13 @@
"nginx"
],
"x-ms-routing-request-id": [
- "SOUTHEASTASIA:20200323T145437Z:b4f3b4d7-36d6-41f2-865c-5af684253ed3"
+ "SOUTHEASTASIA:20200908T040539Z:f79c2a3c-dc31-42fc-9206-f1b9934d7651"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Mon, 23 Mar 2020 14:54:36 GMT"
+ "Tue, 08 Sep 2020 04:05:38 GMT"
],
"Expires": [
"-1"
@@ -7633,16 +2782,16 @@
"StatusCode": 202
},
{
- "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/058f09c1-3626-40bc-a3de-3c810fb90d1d?api-version=2017-08-31",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvMDU4ZjA5YzEtMzYyNi00MGJjLWEzZGUtM2M4MTBmYjkwZDFkP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
+ "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/c1fad431-ce12-497b-b4de-27c607ace248?api-version=2017-08-31",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvYzFmYWQ0MzEtY2UxMi00OTdiLWI0ZGUtMjdjNjA3YWNlMjQ4P2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29130.01",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.1.0"
]
},
"ResponseHeaders": {
@@ -7653,13 +2802,13 @@
"no-cache"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11876"
+ "11934"
],
"x-ms-correlation-request-id": [
- "d4138cb5-ba74-470f-861c-5572c153c655"
+ "8015eb19-c934-4ec8-82a4-815943500d23"
],
"x-ms-request-id": [
- "d6b2746f-537a-44fa-84b5-777c4656c5e4"
+ "580de48d-e6c2-4562-b5d0-1c0f12cfed20"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -7671,10 +2820,10 @@
"nginx"
],
"x-ms-routing-request-id": [
- "SOUTHEASTASIA:20200323T145507Z:d4138cb5-ba74-470f-861c-5572c153c655"
+ "SOUTHEASTASIA:20200908T040609Z:8015eb19-c934-4ec8-82a4-815943500d23"
],
"Date": [
- "Mon, 23 Mar 2020 14:55:07 GMT"
+ "Tue, 08 Sep 2020 04:06:09 GMT"
],
"Content-Length": [
"126"
@@ -7686,20 +2835,20 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"name\": \"c1098f05-2636-bc40-a3de-3c810fb90d1d\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-03-23T14:54:36.9195439Z\"\r\n}",
+ "ResponseBody": "{\r\n \"name\": \"31d4fac1-12ce-7b49-b4de-27c607ace248\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-09-08T04:05:39.2488224Z\"\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/058f09c1-3626-40bc-a3de-3c810fb90d1d?api-version=2017-08-31",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvMDU4ZjA5YzEtMzYyNi00MGJjLWEzZGUtM2M4MTBmYjkwZDFkP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
+ "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/c1fad431-ce12-497b-b4de-27c607ace248?api-version=2017-08-31",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvYzFmYWQ0MzEtY2UxMi00OTdiLWI0ZGUtMjdjNjA3YWNlMjQ4P2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29130.01",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.1.0"
]
},
"ResponseHeaders": {
@@ -7710,13 +2859,13 @@
"no-cache"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11875"
+ "11933"
],
"x-ms-correlation-request-id": [
- "0f7434ff-e090-47c8-8416-400391b71211"
+ "acf85430-0065-4d56-b586-dd1b89f8ac52"
],
"x-ms-request-id": [
- "65be20fd-092f-4e53-adb7-028ec3d8673f"
+ "0be6d8cc-2629-45d2-b517-2493857163e6"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -7728,10 +2877,10 @@
"nginx"
],
"x-ms-routing-request-id": [
- "SOUTHEASTASIA:20200323T145539Z:0f7434ff-e090-47c8-8416-400391b71211"
+ "SOUTHEASTASIA:20200908T040640Z:acf85430-0065-4d56-b586-dd1b89f8ac52"
],
"Date": [
- "Mon, 23 Mar 2020 14:55:38 GMT"
+ "Tue, 08 Sep 2020 04:06:40 GMT"
],
"Content-Length": [
"126"
@@ -7743,20 +2892,20 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"name\": \"c1098f05-2636-bc40-a3de-3c810fb90d1d\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-03-23T14:54:36.9195439Z\"\r\n}",
+ "ResponseBody": "{\r\n \"name\": \"31d4fac1-12ce-7b49-b4de-27c607ace248\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-09-08T04:05:39.2488224Z\"\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/058f09c1-3626-40bc-a3de-3c810fb90d1d?api-version=2017-08-31",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvMDU4ZjA5YzEtMzYyNi00MGJjLWEzZGUtM2M4MTBmYjkwZDFkP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
+ "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/c1fad431-ce12-497b-b4de-27c607ace248?api-version=2017-08-31",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvYzFmYWQ0MzEtY2UxMi00OTdiLWI0ZGUtMjdjNjA3YWNlMjQ4P2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29130.01",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.1.0"
]
},
"ResponseHeaders": {
@@ -7767,13 +2916,13 @@
"no-cache"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11874"
+ "11932"
],
"x-ms-correlation-request-id": [
- "3af8fabc-2ba7-4db8-ae50-99c061580fc4"
+ "83fad513-63e6-4cb0-9cb3-c1ef11934ebe"
],
"x-ms-request-id": [
- "885405f5-f527-4441-ae21-ada46586c288"
+ "c17f98c2-992a-4ab4-9a3c-db3b80a85cb8"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -7785,10 +2934,10 @@
"nginx"
],
"x-ms-routing-request-id": [
- "SOUTHEASTASIA:20200323T145609Z:3af8fabc-2ba7-4db8-ae50-99c061580fc4"
+ "SOUTHEASTASIA:20200908T040711Z:83fad513-63e6-4cb0-9cb3-c1ef11934ebe"
],
"Date": [
- "Mon, 23 Mar 2020 14:56:08 GMT"
+ "Tue, 08 Sep 2020 04:07:10 GMT"
],
"Content-Length": [
"126"
@@ -7800,20 +2949,20 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"name\": \"c1098f05-2636-bc40-a3de-3c810fb90d1d\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-03-23T14:54:36.9195439Z\"\r\n}",
+ "ResponseBody": "{\r\n \"name\": \"31d4fac1-12ce-7b49-b4de-27c607ace248\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-09-08T04:05:39.2488224Z\"\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/058f09c1-3626-40bc-a3de-3c810fb90d1d?api-version=2017-08-31",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvMDU4ZjA5YzEtMzYyNi00MGJjLWEzZGUtM2M4MTBmYjkwZDFkP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
+ "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/c1fad431-ce12-497b-b4de-27c607ace248?api-version=2017-08-31",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvYzFmYWQ0MzEtY2UxMi00OTdiLWI0ZGUtMjdjNjA3YWNlMjQ4P2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29130.01",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.1.0"
]
},
"ResponseHeaders": {
@@ -7824,13 +2973,13 @@
"no-cache"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11873"
+ "11931"
],
"x-ms-correlation-request-id": [
- "43b9a5cb-6360-4184-9a93-20c4db87573d"
+ "908b4591-75e9-44e1-80b5-66debc5c00ce"
],
"x-ms-request-id": [
- "7e12b323-32b1-409b-a2f4-f14f91204785"
+ "ee942a21-6779-49b9-982b-23c727227240"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -7842,10 +2991,10 @@
"nginx"
],
"x-ms-routing-request-id": [
- "SOUTHEASTASIA:20200323T145640Z:43b9a5cb-6360-4184-9a93-20c4db87573d"
+ "SOUTHEASTASIA:20200908T040741Z:908b4591-75e9-44e1-80b5-66debc5c00ce"
],
"Date": [
- "Mon, 23 Mar 2020 14:56:39 GMT"
+ "Tue, 08 Sep 2020 04:07:40 GMT"
],
"Content-Length": [
"126"
@@ -7857,20 +3006,20 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"name\": \"c1098f05-2636-bc40-a3de-3c810fb90d1d\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-03-23T14:54:36.9195439Z\"\r\n}",
+ "ResponseBody": "{\r\n \"name\": \"31d4fac1-12ce-7b49-b4de-27c607ace248\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-09-08T04:05:39.2488224Z\"\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/058f09c1-3626-40bc-a3de-3c810fb90d1d?api-version=2017-08-31",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvMDU4ZjA5YzEtMzYyNi00MGJjLWEzZGUtM2M4MTBmYjkwZDFkP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
+ "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/c1fad431-ce12-497b-b4de-27c607ace248?api-version=2017-08-31",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvYzFmYWQ0MzEtY2UxMi00OTdiLWI0ZGUtMjdjNjA3YWNlMjQ4P2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29130.01",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.1.0"
]
},
"ResponseHeaders": {
@@ -7881,13 +3030,13 @@
"no-cache"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11872"
+ "11930"
],
"x-ms-correlation-request-id": [
- "b01be0b4-018a-4603-a172-68b42d8eded1"
+ "ced4c7eb-ee5b-44a6-8aa6-0654c3f777e1"
],
"x-ms-request-id": [
- "586acb60-0711-4ee2-9df2-f8d5f11a4ba2"
+ "ed8a3f3f-9d51-4a40-8bd9-4808551af569"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -7899,10 +3048,10 @@
"nginx"
],
"x-ms-routing-request-id": [
- "SOUTHEASTASIA:20200323T145710Z:b01be0b4-018a-4603-a172-68b42d8eded1"
+ "SOUTHEASTASIA:20200908T040812Z:ced4c7eb-ee5b-44a6-8aa6-0654c3f777e1"
],
"Date": [
- "Mon, 23 Mar 2020 14:57:10 GMT"
+ "Tue, 08 Sep 2020 04:08:12 GMT"
],
"Content-Length": [
"126"
@@ -7914,20 +3063,20 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"name\": \"c1098f05-2636-bc40-a3de-3c810fb90d1d\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-03-23T14:54:36.9195439Z\"\r\n}",
+ "ResponseBody": "{\r\n \"name\": \"31d4fac1-12ce-7b49-b4de-27c607ace248\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-09-08T04:05:39.2488224Z\"\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/058f09c1-3626-40bc-a3de-3c810fb90d1d?api-version=2017-08-31",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvMDU4ZjA5YzEtMzYyNi00MGJjLWEzZGUtM2M4MTBmYjkwZDFkP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
+ "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/c1fad431-ce12-497b-b4de-27c607ace248?api-version=2017-08-31",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvYzFmYWQ0MzEtY2UxMi00OTdiLWI0ZGUtMjdjNjA3YWNlMjQ4P2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29130.01",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.1.0"
]
},
"ResponseHeaders": {
@@ -7938,13 +3087,13 @@
"no-cache"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11871"
+ "11929"
],
"x-ms-correlation-request-id": [
- "cd081c16-5b90-4baf-b7d3-bfff9f0d463d"
+ "fb7241eb-bf23-406f-b040-62f23c502dfb"
],
"x-ms-request-id": [
- "eeb26471-fa1d-4fb7-968e-bca6bce94dc4"
+ "fbbb63e4-9af4-467f-b267-5b92454c1766"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -7956,10 +3105,10 @@
"nginx"
],
"x-ms-routing-request-id": [
- "SOUTHEASTASIA:20200323T145741Z:cd081c16-5b90-4baf-b7d3-bfff9f0d463d"
+ "SOUTHEASTASIA:20200908T040844Z:fb7241eb-bf23-406f-b040-62f23c502dfb"
],
"Date": [
- "Mon, 23 Mar 2020 14:57:41 GMT"
+ "Tue, 08 Sep 2020 04:08:43 GMT"
],
"Content-Length": [
"126"
@@ -7971,20 +3120,20 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"name\": \"c1098f05-2636-bc40-a3de-3c810fb90d1d\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-03-23T14:54:36.9195439Z\"\r\n}",
+ "ResponseBody": "{\r\n \"name\": \"31d4fac1-12ce-7b49-b4de-27c607ace248\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-09-08T04:05:39.2488224Z\"\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/058f09c1-3626-40bc-a3de-3c810fb90d1d?api-version=2017-08-31",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvMDU4ZjA5YzEtMzYyNi00MGJjLWEzZGUtM2M4MTBmYjkwZDFkP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
+ "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/c1fad431-ce12-497b-b4de-27c607ace248?api-version=2017-08-31",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvYzFmYWQ0MzEtY2UxMi00OTdiLWI0ZGUtMjdjNjA3YWNlMjQ4P2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29130.01",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.1.0"
]
},
"ResponseHeaders": {
@@ -7995,13 +3144,13 @@
"no-cache"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11870"
+ "11928"
],
"x-ms-correlation-request-id": [
- "6e06bc34-1c38-4063-a955-308affd9f66e"
+ "1039bc4c-c977-4653-942f-bb3b3cfaf62e"
],
"x-ms-request-id": [
- "cc554042-b4a1-4758-a0d8-16b0280e1d85"
+ "c03574ae-7bd2-4b00-809c-524508a4125c"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -8013,10 +3162,10 @@
"nginx"
],
"x-ms-routing-request-id": [
- "SOUTHEASTASIA:20200323T145812Z:6e06bc34-1c38-4063-a955-308affd9f66e"
+ "SOUTHEASTASIA:20200908T040914Z:1039bc4c-c977-4653-942f-bb3b3cfaf62e"
],
"Date": [
- "Mon, 23 Mar 2020 14:58:12 GMT"
+ "Tue, 08 Sep 2020 04:09:14 GMT"
],
"Content-Length": [
"126"
@@ -8028,20 +3177,20 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"name\": \"c1098f05-2636-bc40-a3de-3c810fb90d1d\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-03-23T14:54:36.9195439Z\"\r\n}",
+ "ResponseBody": "{\r\n \"name\": \"31d4fac1-12ce-7b49-b4de-27c607ace248\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-09-08T04:05:39.2488224Z\"\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/058f09c1-3626-40bc-a3de-3c810fb90d1d?api-version=2017-08-31",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvMDU4ZjA5YzEtMzYyNi00MGJjLWEzZGUtM2M4MTBmYjkwZDFkP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
+ "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/c1fad431-ce12-497b-b4de-27c607ace248?api-version=2017-08-31",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvYzFmYWQ0MzEtY2UxMi00OTdiLWI0ZGUtMjdjNjA3YWNlMjQ4P2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29130.01",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.1.0"
]
},
"ResponseHeaders": {
@@ -8052,13 +3201,13 @@
"no-cache"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11869"
+ "11927"
],
"x-ms-correlation-request-id": [
- "6c540b01-0299-44c5-b6d0-8d913558db0c"
+ "6dbd07eb-e9d6-44c1-815d-e627dd2becad"
],
"x-ms-request-id": [
- "32ebba49-75fe-419d-9328-c04645afc1ae"
+ "9ede77ed-6c40-41dc-b5d8-e4a48781b105"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -8070,10 +3219,10 @@
"nginx"
],
"x-ms-routing-request-id": [
- "SOUTHEASTASIA:20200323T145842Z:6c540b01-0299-44c5-b6d0-8d913558db0c"
+ "SOUTHEASTASIA:20200908T040945Z:6dbd07eb-e9d6-44c1-815d-e627dd2becad"
],
"Date": [
- "Mon, 23 Mar 2020 14:58:42 GMT"
+ "Tue, 08 Sep 2020 04:09:45 GMT"
],
"Content-Length": [
"126"
@@ -8085,20 +3234,20 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"name\": \"c1098f05-2636-bc40-a3de-3c810fb90d1d\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-03-23T14:54:36.9195439Z\"\r\n}",
+ "ResponseBody": "{\r\n \"name\": \"31d4fac1-12ce-7b49-b4de-27c607ace248\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-09-08T04:05:39.2488224Z\"\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/058f09c1-3626-40bc-a3de-3c810fb90d1d?api-version=2017-08-31",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvMDU4ZjA5YzEtMzYyNi00MGJjLWEzZGUtM2M4MTBmYjkwZDFkP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
+ "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/c1fad431-ce12-497b-b4de-27c607ace248?api-version=2017-08-31",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvYzFmYWQ0MzEtY2UxMi00OTdiLWI0ZGUtMjdjNjA3YWNlMjQ4P2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29130.01",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.1.0"
]
},
"ResponseHeaders": {
@@ -8109,13 +3258,13 @@
"no-cache"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11868"
+ "11926"
],
"x-ms-correlation-request-id": [
- "3221de23-1c57-4b07-9f09-9b1383092ca8"
+ "d43bae40-79f7-4980-859d-1c7cc182166b"
],
"x-ms-request-id": [
- "eeafda56-a991-4a35-98ca-183a8702b450"
+ "c263b42a-dd16-4290-ad65-a0204015ff1b"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -8127,10 +3276,10 @@
"nginx"
],
"x-ms-routing-request-id": [
- "SOUTHEASTASIA:20200323T145913Z:3221de23-1c57-4b07-9f09-9b1383092ca8"
+ "SOUTHEASTASIA:20200908T041015Z:d43bae40-79f7-4980-859d-1c7cc182166b"
],
"Date": [
- "Mon, 23 Mar 2020 14:59:12 GMT"
+ "Tue, 08 Sep 2020 04:10:15 GMT"
],
"Content-Length": [
"126"
@@ -8142,20 +3291,20 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"name\": \"c1098f05-2636-bc40-a3de-3c810fb90d1d\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-03-23T14:54:36.9195439Z\"\r\n}",
+ "ResponseBody": "{\r\n \"name\": \"31d4fac1-12ce-7b49-b4de-27c607ace248\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-09-08T04:05:39.2488224Z\"\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/058f09c1-3626-40bc-a3de-3c810fb90d1d?api-version=2017-08-31",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvMDU4ZjA5YzEtMzYyNi00MGJjLWEzZGUtM2M4MTBmYjkwZDFkP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
+ "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/c1fad431-ce12-497b-b4de-27c607ace248?api-version=2017-08-31",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvYzFmYWQ0MzEtY2UxMi00OTdiLWI0ZGUtMjdjNjA3YWNlMjQ4P2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29130.01",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.1.0"
]
},
"ResponseHeaders": {
@@ -8166,13 +3315,13 @@
"no-cache"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11867"
+ "11925"
],
"x-ms-correlation-request-id": [
- "259f870b-fb8a-49e5-bf9e-ec9bd18d336b"
+ "10fbc9f6-7500-4550-a2b7-60dc423aceb1"
],
"x-ms-request-id": [
- "8a1c07e6-a3bc-40b3-be37-88f9b3e927ca"
+ "c36f2297-517a-4028-af35-612f7a679020"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -8184,10 +3333,10 @@
"nginx"
],
"x-ms-routing-request-id": [
- "SOUTHEASTASIA:20200323T145944Z:259f870b-fb8a-49e5-bf9e-ec9bd18d336b"
+ "SOUTHEASTASIA:20200908T041046Z:10fbc9f6-7500-4550-a2b7-60dc423aceb1"
],
"Date": [
- "Mon, 23 Mar 2020 14:59:43 GMT"
+ "Tue, 08 Sep 2020 04:10:45 GMT"
],
"Content-Length": [
"126"
@@ -8199,20 +3348,20 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"name\": \"c1098f05-2636-bc40-a3de-3c810fb90d1d\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-03-23T14:54:36.9195439Z\"\r\n}",
+ "ResponseBody": "{\r\n \"name\": \"31d4fac1-12ce-7b49-b4de-27c607ace248\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-09-08T04:05:39.2488224Z\"\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/058f09c1-3626-40bc-a3de-3c810fb90d1d?api-version=2017-08-31",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvMDU4ZjA5YzEtMzYyNi00MGJjLWEzZGUtM2M4MTBmYjkwZDFkP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
+ "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/c1fad431-ce12-497b-b4de-27c607ace248?api-version=2017-08-31",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvYzFmYWQ0MzEtY2UxMi00OTdiLWI0ZGUtMjdjNjA3YWNlMjQ4P2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29130.01",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.1.0"
]
},
"ResponseHeaders": {
@@ -8223,13 +3372,13 @@
"no-cache"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11875"
+ "11924"
],
"x-ms-correlation-request-id": [
- "7db40830-90f3-4211-867a-2ca2fe9c17dc"
+ "097a798f-3689-4132-bf02-f0da7e1759c7"
],
"x-ms-request-id": [
- "10fa5331-98c9-42f3-86c4-120fa47e79a9"
+ "27a41cac-e542-45ad-9186-f08358d6e5e8"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -8241,10 +3390,10 @@
"nginx"
],
"x-ms-routing-request-id": [
- "SOUTHEASTASIA:20200323T150015Z:7db40830-90f3-4211-867a-2ca2fe9c17dc"
+ "SOUTHEASTASIA:20200908T041116Z:097a798f-3689-4132-bf02-f0da7e1759c7"
],
"Date": [
- "Mon, 23 Mar 2020 15:00:14 GMT"
+ "Tue, 08 Sep 2020 04:11:16 GMT"
],
"Content-Length": [
"126"
@@ -8256,20 +3405,20 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"name\": \"c1098f05-2636-bc40-a3de-3c810fb90d1d\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-03-23T14:54:36.9195439Z\"\r\n}",
+ "ResponseBody": "{\r\n \"name\": \"31d4fac1-12ce-7b49-b4de-27c607ace248\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-09-08T04:05:39.2488224Z\"\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/058f09c1-3626-40bc-a3de-3c810fb90d1d?api-version=2017-08-31",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvMDU4ZjA5YzEtMzYyNi00MGJjLWEzZGUtM2M4MTBmYjkwZDFkP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
+ "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/c1fad431-ce12-497b-b4de-27c607ace248?api-version=2017-08-31",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvYzFmYWQ0MzEtY2UxMi00OTdiLWI0ZGUtMjdjNjA3YWNlMjQ4P2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29130.01",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.1.0"
]
},
"ResponseHeaders": {
@@ -8280,13 +3429,13 @@
"no-cache"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11874"
+ "11923"
],
"x-ms-correlation-request-id": [
- "b79b7b32-f3ea-4173-bda8-8d64b55b1def"
+ "fc20a375-bf55-4e81-814d-24ca8d427372"
],
"x-ms-request-id": [
- "d804b5f0-6744-45c7-853d-f89bbeed13ae"
+ "cf7f23f6-338f-48dc-8cdd-8cbecaaf4a46"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -8298,10 +3447,10 @@
"nginx"
],
"x-ms-routing-request-id": [
- "SOUTHEASTASIA:20200323T150045Z:b79b7b32-f3ea-4173-bda8-8d64b55b1def"
+ "SOUTHEASTASIA:20200908T041146Z:fc20a375-bf55-4e81-814d-24ca8d427372"
],
"Date": [
- "Mon, 23 Mar 2020 15:00:45 GMT"
+ "Tue, 08 Sep 2020 04:11:46 GMT"
],
"Content-Length": [
"126"
@@ -8313,20 +3462,20 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"name\": \"c1098f05-2636-bc40-a3de-3c810fb90d1d\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-03-23T14:54:36.9195439Z\"\r\n}",
+ "ResponseBody": "{\r\n \"name\": \"31d4fac1-12ce-7b49-b4de-27c607ace248\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-09-08T04:05:39.2488224Z\"\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/058f09c1-3626-40bc-a3de-3c810fb90d1d?api-version=2017-08-31",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvMDU4ZjA5YzEtMzYyNi00MGJjLWEzZGUtM2M4MTBmYjkwZDFkP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
+ "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/c1fad431-ce12-497b-b4de-27c607ace248?api-version=2017-08-31",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvYzFmYWQ0MzEtY2UxMi00OTdiLWI0ZGUtMjdjNjA3YWNlMjQ4P2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29130.01",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.1.0"
]
},
"ResponseHeaders": {
@@ -8337,13 +3486,13 @@
"no-cache"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11873"
+ "11922"
],
"x-ms-correlation-request-id": [
- "20ca6c12-a52b-4906-9338-6afea7221d85"
+ "7c21e753-a301-4b53-8803-d5509fd6d995"
],
"x-ms-request-id": [
- "31506a97-20c2-4cec-a618-383b3653c2d1"
+ "edffeb67-da6d-4976-acba-0497c3364a17"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -8355,13 +3504,13 @@
"nginx"
],
"x-ms-routing-request-id": [
- "SOUTHEASTASIA:20200323T150116Z:20ca6c12-a52b-4906-9338-6afea7221d85"
+ "SOUTHEASTASIA:20200908T041217Z:7c21e753-a301-4b53-8803-d5509fd6d995"
],
"Date": [
- "Mon, 23 Mar 2020 15:01:15 GMT"
+ "Tue, 08 Sep 2020 04:12:16 GMT"
],
"Content-Length": [
- "170"
+ "169"
],
"Content-Type": [
"application/json"
@@ -8370,20 +3519,20 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"name\": \"c1098f05-2636-bc40-a3de-3c810fb90d1d\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-03-23T14:54:36.9195439Z\",\r\n \"endTime\": \"2020-03-23T15:00:45.1172153Z\"\r\n}",
+ "ResponseBody": "{\r\n \"name\": \"31d4fac1-12ce-7b49-b4de-27c607ace248\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-09-08T04:05:39.2488224Z\",\r\n \"endTime\": \"2020-09-08T04:11:47.573913Z\"\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operationresults/058f09c1-3626-40bc-a3de-3c810fb90d1d?api-version=2017-08-31",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnJlc3VsdHMvMDU4ZjA5YzEtMzYyNi00MGJjLWEzZGUtM2M4MTBmYjkwZDFkP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
+ "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operationresults/c1fad431-ce12-497b-b4de-27c607ace248?api-version=2017-08-31",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnJlc3VsdHMvYzFmYWQ0MzEtY2UxMi00OTdiLWI0ZGUtMjdjNjA3YWNlMjQ4P2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29130.01",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.1.0"
]
},
"ResponseHeaders": {
@@ -8394,16 +3543,16 @@
"no-cache"
],
"Location": [
- "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operationresults/058f09c1-3626-40bc-a3de-3c810fb90d1d?api-version=2017-08-31"
+ "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operationresults/c1fad431-ce12-497b-b4de-27c607ace248?api-version=2017-08-31"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11872"
+ "11921"
],
"x-ms-correlation-request-id": [
- "acbcaaa5-799a-4963-ad5f-90a4aa79b0d9"
+ "0e424ff9-b0e1-436d-b738-7374b022efdb"
],
"x-ms-request-id": [
- "8a45badb-890a-4fe7-92ab-164fc0ab52d4"
+ "3bd4b5ac-a615-465d-b674-66f46e012b43"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -8415,10 +3564,10 @@
"nginx"
],
"x-ms-routing-request-id": [
- "SOUTHEASTASIA:20200323T150117Z:acbcaaa5-799a-4963-ad5f-90a4aa79b0d9"
+ "SOUTHEASTASIA:20200908T041217Z:0e424ff9-b0e1-436d-b738-7374b022efdb"
],
"Date": [
- "Mon, 23 Mar 2020 15:01:16 GMT"
+ "Tue, 08 Sep 2020 04:12:17 GMT"
],
"Content-Type": [
"application/json"
@@ -8431,22 +3580,22 @@
"StatusCode": 204
},
{
- "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourcegroups/rgps9328?api-version=2016-09-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Jlc291cmNlZ3JvdXBzL3JncHM5MzI4P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=",
+ "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourcegroups/rgps9413?api-version=2016-09-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Jlc291cmNlZ3JvdXBzL3JncHM5NDEzP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=",
"RequestMethod": "DELETE",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "a9b517b2-f2fe-4f30-a421-000902cddd2f"
+ "3fe878b6-6761-4a66-b7f6-56237bdad394"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29130.01",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.4"
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.23"
]
},
"ResponseHeaders": {
@@ -8457,7 +3606,7 @@
"no-cache"
],
"Location": [
- "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SR1BTOTMyOC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01"
+ "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SR1BTOTQxMy1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01"
],
"Retry-After": [
"15"
@@ -8466,70 +3615,13 @@
"14999"
],
"x-ms-request-id": [
- "1d0cc7a1-1426-40de-b083-3f7f40ccec71"
- ],
- "x-ms-correlation-request-id": [
- "1d0cc7a1-1426-40de-b083-3f7f40ccec71"
- ],
- "x-ms-routing-request-id": [
- "SOUTHEASTASIA:20200323T150122Z:1d0cc7a1-1426-40de-b083-3f7f40ccec71"
- ],
- "Strict-Transport-Security": [
- "max-age=31536000; includeSubDomains"
- ],
- "X-Content-Type-Options": [
- "nosniff"
- ],
- "Date": [
- "Mon, 23 Mar 2020 15:01:22 GMT"
- ],
- "Expires": [
- "-1"
- ],
- "Content-Length": [
- "0"
- ]
- },
- "ResponseBody": "",
- "StatusCode": 202
- },
- {
- "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SR1BTOTMyOC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFTUjFCVE9UTXlPQzFYUlZOVVZWTWlMQ0pxYjJKTWIyTmhkR2x2YmlJNkluZGxjM1IxY3lKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx",
- "RequestMethod": "GET",
- "RequestBody": "",
- "RequestHeaders": {
- "User-Agent": [
- "FxVersion/4.6.28207.03",
- "OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.4"
- ]
- },
- "ResponseHeaders": {
- "Cache-Control": [
- "no-cache"
- ],
- "Pragma": [
- "no-cache"
- ],
- "Location": [
- "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SR1BTOTMyOC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01"
- ],
- "Retry-After": [
- "15"
- ],
- "x-ms-ratelimit-remaining-subscription-reads": [
- "11999"
- ],
- "x-ms-request-id": [
- "a85f286d-b18e-4c78-89ee-acf91470ec76"
+ "9e222079-0cb4-49fa-8ac8-1b0d23fc48df"
],
"x-ms-correlation-request-id": [
- "a85f286d-b18e-4c78-89ee-acf91470ec76"
+ "9e222079-0cb4-49fa-8ac8-1b0d23fc48df"
],
"x-ms-routing-request-id": [
- "SOUTHEASTASIA:20200323T150137Z:a85f286d-b18e-4c78-89ee-acf91470ec76"
+ "SOUTHEASTASIA:20200908T041222Z:9e222079-0cb4-49fa-8ac8-1b0d23fc48df"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -8538,7 +3630,7 @@
"nosniff"
],
"Date": [
- "Mon, 23 Mar 2020 15:01:37 GMT"
+ "Tue, 08 Sep 2020 04:12:22 GMT"
],
"Expires": [
"-1"
@@ -8551,16 +3643,16 @@
"StatusCode": 202
},
{
- "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SR1BTOTMyOC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFTUjFCVE9UTXlPQzFYUlZOVVZWTWlMQ0pxYjJKTWIyTmhkR2x2YmlJNkluZGxjM1IxY3lKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx",
+ "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SR1BTOTQxMy1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFTUjFCVE9UUXhNeTFYUlZOVVZWTWlMQ0pxYjJKTWIyTmhkR2x2YmlJNkluZGxjM1IxY3lKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29130.01",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.4"
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.23"
]
},
"ResponseHeaders": {
@@ -8571,22 +3663,22 @@
"no-cache"
],
"Location": [
- "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SR1BTOTMyOC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01"
+ "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SR1BTOTQxMy1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01"
],
"Retry-After": [
"15"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11998"
+ "11996"
],
"x-ms-request-id": [
- "1a5c9cc9-1429-4c78-9e2c-0f5299b8556f"
+ "e97f4a95-74d9-413a-a819-1b13f094b984"
],
"x-ms-correlation-request-id": [
- "1a5c9cc9-1429-4c78-9e2c-0f5299b8556f"
+ "e97f4a95-74d9-413a-a819-1b13f094b984"
],
"x-ms-routing-request-id": [
- "SOUTHEASTASIA:20200323T150153Z:1a5c9cc9-1429-4c78-9e2c-0f5299b8556f"
+ "SOUTHEASTASIA:20200908T041237Z:e97f4a95-74d9-413a-a819-1b13f094b984"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -8595,7 +3687,7 @@
"nosniff"
],
"Date": [
- "Mon, 23 Mar 2020 15:01:52 GMT"
+ "Tue, 08 Sep 2020 04:12:37 GMT"
],
"Expires": [
"-1"
@@ -8608,16 +3700,16 @@
"StatusCode": 202
},
{
- "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SR1BTOTMyOC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFTUjFCVE9UTXlPQzFYUlZOVVZWTWlMQ0pxYjJKTWIyTmhkR2x2YmlJNkluZGxjM1IxY3lKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx",
+ "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SR1BTOTQxMy1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFTUjFCVE9UUXhNeTFYUlZOVVZWTWlMQ0pxYjJKTWIyTmhkR2x2YmlJNkluZGxjM1IxY3lKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29130.01",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.4"
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.23"
]
},
"ResponseHeaders": {
@@ -8628,22 +3720,22 @@
"no-cache"
],
"Location": [
- "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SR1BTOTMyOC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01"
+ "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SR1BTOTQxMy1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01"
],
"Retry-After": [
"15"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11997"
+ "11995"
],
"x-ms-request-id": [
- "321dafc1-5e24-4fb3-a424-82e4431ebaa2"
+ "b91a7280-fafe-47f2-a444-2f2802530e99"
],
"x-ms-correlation-request-id": [
- "321dafc1-5e24-4fb3-a424-82e4431ebaa2"
+ "b91a7280-fafe-47f2-a444-2f2802530e99"
],
"x-ms-routing-request-id": [
- "SOUTHEASTASIA:20200323T150208Z:321dafc1-5e24-4fb3-a424-82e4431ebaa2"
+ "SOUTHEASTASIA:20200908T041253Z:b91a7280-fafe-47f2-a444-2f2802530e99"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -8652,7 +3744,7 @@
"nosniff"
],
"Date": [
- "Mon, 23 Mar 2020 15:02:08 GMT"
+ "Tue, 08 Sep 2020 04:12:52 GMT"
],
"Expires": [
"-1"
@@ -8665,16 +3757,16 @@
"StatusCode": 202
},
{
- "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SR1BTOTMyOC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFTUjFCVE9UTXlPQzFYUlZOVVZWTWlMQ0pxYjJKTWIyTmhkR2x2YmlJNkluZGxjM1IxY3lKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx",
+ "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SR1BTOTQxMy1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFTUjFCVE9UUXhNeTFYUlZOVVZWTWlMQ0pxYjJKTWIyTmhkR2x2YmlJNkluZGxjM1IxY3lKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29130.01",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.4"
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.23"
]
},
"ResponseHeaders": {
@@ -8685,16 +3777,16 @@
"no-cache"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11996"
+ "11994"
],
"x-ms-request-id": [
- "3d542db2-e9dd-4aa5-9143-b9b4956606a9"
+ "3ac207c8-3d20-45da-9134-eb332a27003c"
],
"x-ms-correlation-request-id": [
- "3d542db2-e9dd-4aa5-9143-b9b4956606a9"
+ "3ac207c8-3d20-45da-9134-eb332a27003c"
],
"x-ms-routing-request-id": [
- "SOUTHEASTASIA:20200323T150224Z:3d542db2-e9dd-4aa5-9143-b9b4956606a9"
+ "SOUTHEASTASIA:20200908T041308Z:3ac207c8-3d20-45da-9134-eb332a27003c"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -8703,7 +3795,7 @@
"nosniff"
],
"Date": [
- "Mon, 23 Mar 2020 15:02:23 GMT"
+ "Tue, 08 Sep 2020 04:13:08 GMT"
],
"Expires": [
"-1"
@@ -8716,16 +3808,16 @@
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SR1BTOTMyOC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFTUjFCVE9UTXlPQzFYUlZOVVZWTWlMQ0pxYjJKTWIyTmhkR2x2YmlJNkluZGxjM1IxY3lKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx",
+ "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SR1BTOTQxMy1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFTUjFCVE9UUXhNeTFYUlZOVVZWTWlMQ0pxYjJKTWIyTmhkR2x2YmlJNkluZGxjM1IxY3lKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29130.01",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.4"
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.23"
]
},
"ResponseHeaders": {
@@ -8736,16 +3828,16 @@
"no-cache"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11995"
+ "11993"
],
"x-ms-request-id": [
- "13ff64be-7e1e-48e8-9328-5bd53da3e124"
+ "c5fbe138-3043-4f8b-809e-4475114eea54"
],
"x-ms-correlation-request-id": [
- "13ff64be-7e1e-48e8-9328-5bd53da3e124"
+ "c5fbe138-3043-4f8b-809e-4475114eea54"
],
"x-ms-routing-request-id": [
- "SOUTHEASTASIA:20200323T150224Z:13ff64be-7e1e-48e8-9328-5bd53da3e124"
+ "SOUTHEASTASIA:20200908T041309Z:c5fbe138-3043-4f8b-809e-4475114eea54"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -8754,7 +3846,7 @@
"nosniff"
],
"Date": [
- "Mon, 23 Mar 2020 15:02:23 GMT"
+ "Tue, 08 Sep 2020 04:13:08 GMT"
],
"Expires": [
"-1"
@@ -8769,8 +3861,8 @@
],
"Names": {
"Test-NewNodePool": [
- "ps9328",
- "ps4983"
+ "ps9413",
+ "ps109"
]
},
"Variables": {
diff --git a/src/Aks/Aks/Aks.csproj b/src/Aks/Aks/Aks.csproj
index 9b7b5b8f9ca9..969fa0ff8acd 100644
--- a/src/Aks/Aks/Aks.csproj
+++ b/src/Aks/Aks/Aks.csproj
@@ -13,7 +13,7 @@
-
+
diff --git a/src/Aks/Aks/ChangeLog.md b/src/Aks/Aks/ChangeLog.md
index 0c6e5e5290a9..c3594c5b4e5d 100644
--- a/src/Aks/Aks/ChangeLog.md
+++ b/src/Aks/Aks/ChangeLog.md
@@ -18,6 +18,7 @@
- Additional information about change #1
-->
## Upcoming Release
+* Update api version to 2020-06-01.
## Version 1.2.0
* Removed `ClientIdAndSecret` to `ServicePrincipalIdAndSecret` and set `ClientIdAndSecret` as an alias [#12381].
diff --git a/src/Aks/Aks/Commands/NewKubeBase.cs b/src/Aks/Aks/Commands/NewKubeBase.cs
index c559f6f25d9f..5ede0ac7cd30 100644
--- a/src/Aks/Aks/Commands/NewKubeBase.cs
+++ b/src/Aks/Aks/Commands/NewKubeBase.cs
@@ -52,6 +52,10 @@ public abstract class NewKubeBase : CreateOrUpdateKubeBase
[PSArgumentCompleter("Low", "Regular")]
public string NodeSetPriority { get; set; }
+ [Parameter(Mandatory = false, HelpMessage = "NodePoolMode represents mode of an node pool.")]
+ [PSArgumentCompleter("System", "User")]
+ public string NodePoolMode { get; set; } = "System";
+
[Parameter(Mandatory = false, HelpMessage = "ScaleSetEvictionPolicy to be used to specify eviction policy for low priority virtual machine scale set. Default to Delete.")]
[PSArgumentCompleter("Delete", "Deallocate")]
public string NodeScaleSetEvictionPolicy { get; set; }
@@ -223,6 +227,7 @@ private ManagedClusterAgentPoolProfile GetAgentPoolProfile()
{
defaultAgentPoolProfile.ScaleSetPriority = NodeSetPriority;
}
+ defaultAgentPoolProfile.Mode = NodePoolMode;
return defaultAgentPoolProfile;
}
diff --git a/src/Aks/Aks/Commands/SetAzureRmAks.cs b/src/Aks/Aks/Commands/SetAzureRmAks.cs
index fb1a4681c44e..16200a450985 100644
--- a/src/Aks/Aks/Commands/SetAzureRmAks.cs
+++ b/src/Aks/Aks/Commands/SetAzureRmAks.cs
@@ -17,6 +17,7 @@
using System.Management.Automation;
using Microsoft.Azure.Commands.Aks.Models;
using Microsoft.Azure.Commands.Aks.Properties;
+using Microsoft.Azure.Commands.ResourceManager.Common.ArgumentCompleters;
using Microsoft.Azure.Commands.ResourceManager.Common.Tags;
using Microsoft.Azure.Management.ContainerService;
using Microsoft.Azure.Management.ContainerService.Models;
@@ -42,6 +43,10 @@ public class SetAzureRmAks : CreateOrUpdateKubeBase
[ValidateNotNullOrEmpty]
public PSKubernetesCluster InputObject { get; set; }
+ [Parameter(Mandatory = false, HelpMessage = "NodePoolMode represents mode of an node pool.")]
+ [PSArgumentCompleter("System", "User")]
+ public string NodePoolMode { get; set; }
+
///
/// Cluster name
///
@@ -176,6 +181,12 @@ public override void ExecuteCmdlet()
WriteVerbose(Resources.UpdatingNodeOsDiskSize);
defaultAgentPoolProfile.OsDiskSizeGB = NodeOsDiskSize;
}
+
+ if (this.IsParameterBound(c => c.NodePoolMode))
+ {
+ WriteVerbose(Resources.UpdatingNodePoolMode);
+ defaultAgentPoolProfile.Mode = NodePoolMode;
+ }
}
if (this.IsParameterBound(c => c.KubernetesVersion))
@@ -218,7 +229,8 @@ private bool NeedUpdateNodeAgentPool()
{
return this.IsParameterBound(c => c.NodeCount) || this.IsParameterBound(c => c.NodeOsDiskSize) ||
this.IsParameterBound(c => c.NodeVmSize) || this.IsParameterBound(c => c.EnableNodeAutoScaling) ||
- this.IsParameterBound(c => c.NodeMinCount) || this.IsParameterBound(c => c.NodeMaxCount);
+ this.IsParameterBound(c => c.NodeMinCount) || this.IsParameterBound(c => c.NodeMaxCount) ||
+ this.IsParameterBound(c => c.NodePoolMode);
}
}
}
diff --git a/src/Aks/Aks/Commands/StartAzureRmAksDashboard.cs b/src/Aks/Aks/Commands/StartAzureRmAksDashboard.cs
index 0249b814c770..6079864452c6 100644
--- a/src/Aks/Aks/Commands/StartAzureRmAksDashboard.cs
+++ b/src/Aks/Aks/Commands/StartAzureRmAksDashboard.cs
@@ -123,8 +123,8 @@ public override void ExecuteCmdlet()
throw new CmdletInvocationException(Resources.KubectlIsRequriedToBeInstalledAndOnYourPathToExecute);
var tmpFileName = Path.GetTempFileName();
- var encoded = Client.ManagedClusters.GetAccessProfile(ResourceGroupName, Name, "clusterUser")
- .KubeConfig;
+ var credentials = Client.ManagedClusters.ListClusterAdminCredentials(ResourceGroupName, Name).Kubeconfigs;
+ var encoded = credentials.First(credential => credential.Name.Equals("clusterUser")).Value;
AzureSession.Instance.DataStore.WriteFile(
tmpFileName,
Encoding.UTF8.GetString(encoded));
diff --git a/src/Aks/Aks/Models/PSContainerServiceAgentPoolProfile.cs b/src/Aks/Aks/Models/PSContainerServiceAgentPoolProfile.cs
index 66abcadf4525..5517341211ec 100644
--- a/src/Aks/Aks/Models/PSContainerServiceAgentPoolProfile.cs
+++ b/src/Aks/Aks/Models/PSContainerServiceAgentPoolProfile.cs
@@ -125,6 +125,11 @@ public class PSContainerServiceAgentPoolProfile
///
public int? MinCount { get; set; }
+ ///
+ /// Gets or sets mode for agent pool System or User
+ ///
+ public string Mode { get; set; }
+
///
/// Gets or sets whether to enable auto-scaler
///
diff --git a/src/Aks/Aks/Properties/Resources.Designer.cs b/src/Aks/Aks/Properties/Resources.Designer.cs
index 128107ed86c3..06616ab4d154 100644
--- a/src/Aks/Aks/Properties/Resources.Designer.cs
+++ b/src/Aks/Aks/Properties/Resources.Designer.cs
@@ -19,7 +19,7 @@ namespace Microsoft.Azure.Commands.Aks.Properties {
// class via a tool like ResGen or Visual Studio.
// To add or remove a member, edit your .ResX file then rerun ResGen
// with the /str option, or rebuild your VS project.
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "15.0.0.0")]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "16.0.0.0")]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
internal class Resources {
@@ -699,6 +699,15 @@ internal static string UpdatingNodeOsDiskSize {
}
}
+ ///
+ /// Looks up a localized string similar to Updating NodePoolMode..
+ ///
+ internal static string UpdatingNodePoolMode {
+ get {
+ return ResourceManager.GetString("UpdatingNodePoolMode", resourceCulture);
+ }
+ }
+
///
/// Looks up a localized string similar to Updating node VM size.
///
diff --git a/src/Aks/Aks/Properties/Resources.resx b/src/Aks/Aks/Properties/Resources.resx
index c4c53e7c3624..ce15b6db3778 100644
--- a/src/Aks/Aks/Properties/Resources.resx
+++ b/src/Aks/Aks/Properties/Resources.resx
@@ -369,4 +369,7 @@
Windows agent pool name can not be longer than 6 characters.
+
+ Updating NodePoolMode.
+
\ No newline at end of file
diff --git a/src/Aks/Aks/help/New-AzAksCluster.md b/src/Aks/Aks/help/New-AzAksCluster.md
index a7b273726ac8..d5fc06f482b4 100644
--- a/src/Aks/Aks/help/New-AzAksCluster.md
+++ b/src/Aks/Aks/help/New-AzAksCluster.md
@@ -14,15 +14,15 @@ Create a new managed Kubernetes cluster.
```
New-AzAksCluster [-Force] [-NodeVmSetType ] [-NodeVnetSubnetID ] [-NodeMaxPodCount ]
- [-NodeOsType ] [-NodeSetPriority ] [-NodeScaleSetEvictionPolicy ]
- [-AcrNameToAttach ] [-EnableRbac] [-WindowsProfileAdminUserName ]
- [-WindowsProfileAdminUserPassword ] [-NetworkPlugin ] [-LoadBalancerSku ]
- [-ResourceGroupName] [-Name] [[-ServicePrincipalIdAndSecret] ]
- [-Location ] [-LinuxProfileAdminUserName ] [-DnsNamePrefix ]
- [-KubernetesVersion ] [-NodeName ] [-NodeMinCount ] [-NodeMaxCount ]
- [-EnableNodeAutoScaling] [-NodeCount ] [-NodeOsDiskSize ] [-NodeVmSize ]
- [-SshKeyValue ] [-AsJob] [-Tag ] [-DefaultProfile ] [-WhatIf]
- [-Confirm] []
+ [-NodeOsType ] [-NodeSetPriority ] [-NodePoolMode ]
+ [-NodeScaleSetEvictionPolicy ] [-AcrNameToAttach ] [-EnableRbac]
+ [-WindowsProfileAdminUserName ] [-WindowsProfileAdminUserPassword ]
+ [-NetworkPlugin ] [-LoadBalancerSku ] [-ResourceGroupName] [-Name]
+ [[-ServicePrincipalIdAndSecret] ] [-Location ] [-LinuxProfileAdminUserName ]
+ [-DnsNamePrefix ] [-KubernetesVersion ] [-NodeName ] [-NodeMinCount ]
+ [-NodeMaxCount ] [-EnableNodeAutoScaling] [-NodeCount ] [-NodeOsDiskSize ]
+ [-NodeVmSize ] [-SshKeyValue ] [-AsJob] [-Tag ]
+ [-DefaultProfile ] [-WhatIf] [-Confirm] []
```
## DESCRIPTION
@@ -350,6 +350,21 @@ Accept pipeline input: False
Accept wildcard characters: False
```
+### -NodePoolMode
+NodePoolMode represents mode of an node pool.
+
+```yaml
+Type: System.String
+Parameter Sets: (All)
+Aliases:
+
+Required: False
+Position: Named
+Default value: None
+Accept pipeline input: False
+Accept wildcard characters: False
+```
+
### -NodeScaleSetEvictionPolicy
ScaleSetEvictionPolicy to be used to specify eviction policy for low priority virtual machine scale set. Default to Delete.
diff --git a/src/Aks/Aks/help/Set-AzAksCluster.md b/src/Aks/Aks/help/Set-AzAksCluster.md
index 3c1a0d211338..dfa07fbe7003 100644
--- a/src/Aks/Aks/help/Set-AzAksCluster.md
+++ b/src/Aks/Aks/help/Set-AzAksCluster.md
@@ -13,31 +13,31 @@ Update or create a managed Kubernetes cluster.
## SYNTAX
### defaultParameterSet (Default)
-```powershell
-Set-AzAksCluster [-ResourceGroupName] [-Name] [[-ServicePrincipalIdAndSecret] ]
- [-Location ] [-LinuxProfileAdminUserName ] [-DnsNamePrefix ]
- [-KubernetesVersion ] [-NodeName ] [-NodeMinCount ] [-NodeMaxCount ]
- [-EnableNodeAutoScaling] [-NodeCount ] [-NodeOsDiskSize ] [-NodeVmSize ]
- [-SshKeyValue ] [-AsJob] [-Tag ] [-DefaultProfile ] [-WhatIf]
- [-Confirm] []
```
-
-### InputObjectParameterSet
-```powershell
-Set-AzAksCluster -InputObject [-Location ] [-LinuxProfileAdminUserName ]
+Set-AzAksCluster [-NodePoolMode ] [-ResourceGroupName] [-Name]
+ [[-ServicePrincipalIdAndSecret] ] [-Location ] [-LinuxProfileAdminUserName ]
[-DnsNamePrefix ] [-KubernetesVersion ] [-NodeName ] [-NodeMinCount ]
[-NodeMaxCount ] [-EnableNodeAutoScaling] [-NodeCount ] [-NodeOsDiskSize ]
[-NodeVmSize ] [-SshKeyValue ] [-AsJob] [-Tag ]
[-DefaultProfile ] [-WhatIf] [-Confirm] []
```
+### InputObjectParameterSet
+```
+Set-AzAksCluster -InputObject [-NodePoolMode ] [-Location ]
+ [-LinuxProfileAdminUserName ] [-DnsNamePrefix ] [-KubernetesVersion ]
+ [-NodeName ] [-NodeMinCount ] [-NodeMaxCount ] [-EnableNodeAutoScaling]
+ [-NodeCount ] [-NodeOsDiskSize ] [-NodeVmSize ] [-SshKeyValue ] [-AsJob]
+ [-Tag ] [-DefaultProfile ] [-WhatIf] [-Confirm] []
+```
+
### IdParameterSet
-```powershell
-Set-AzAksCluster [-Id] [-Location ] [-LinuxProfileAdminUserName ]
- [-DnsNamePrefix ] [-KubernetesVersion ] [-NodeName ] [-NodeMinCount ]
- [-NodeMaxCount ] [-EnableNodeAutoScaling] [-NodeCount ] [-NodeOsDiskSize ]
- [-NodeVmSize ] [-SshKeyValue ] [-AsJob] [-Tag ]
- [-DefaultProfile ] [-WhatIf] [-Confirm] []
+```
+Set-AzAksCluster [-NodePoolMode ] [-Id] [-Location ]
+ [-LinuxProfileAdminUserName ] [-DnsNamePrefix ] [-KubernetesVersion ]
+ [-NodeName ] [-NodeMinCount ] [-NodeMaxCount ] [-EnableNodeAutoScaling]
+ [-NodeCount ] [-NodeOsDiskSize ] [-NodeVmSize ] [-SshKeyValue ] [-AsJob]
+ [-Tag ] [-DefaultProfile ] [-WhatIf] [-Confirm] []
```
## DESCRIPTION
@@ -280,6 +280,21 @@ Accept pipeline input: False
Accept wildcard characters: False
```
+### -NodePoolMode
+NodePoolMode represents mode of an node pool.
+
+```yaml
+Type: System.String
+Parameter Sets: (All)
+Aliases:
+
+Required: False
+Position: Named
+Default value: None
+Accept pipeline input: False
+Accept wildcard characters: False
+```
+
### -NodeVmSize
The size of the Virtual Machine.
diff --git a/src/CosmosDB/CosmosDB.Test/CosmosDB.Test.csproj b/src/CosmosDB/CosmosDB.Test/CosmosDB.Test.csproj
index 29698d1ecbf4..8f5a9b553ad6 100644
--- a/src/CosmosDB/CosmosDB.Test/CosmosDB.Test.csproj
+++ b/src/CosmosDB/CosmosDB.Test/CosmosDB.Test.csproj
@@ -4,7 +4,7 @@
-
+
\ No newline at end of file
diff --git a/src/CosmosDB/CosmosDB.Test/ScenarioTests/CassandraOperationsTests.cs b/src/CosmosDB/CosmosDB.Test/ScenarioTests/CassandraOperationsTests.cs
index b717024e6418..59909408044c 100644
--- a/src/CosmosDB/CosmosDB.Test/ScenarioTests/CassandraOperationsTests.cs
+++ b/src/CosmosDB/CosmosDB.Test/ScenarioTests/CassandraOperationsTests.cs
@@ -47,5 +47,12 @@ public void TestCassandraCreateUpdateGetCmdlets()
{
TestController.NewInstance.RunPowerShellTest(_logger, "Test-CassandraCreateUpdateGetCmdlets");
}
+
+ [Fact]
+ [Trait(Category.AcceptanceType, Category.CheckIn)]
+ public void TestCassandraMigrateThroughputCmdlets()
+ {
+ TestController.NewInstance.RunPowerShellTest(_logger, "Test-CassandraMigrateThroughputCmdlets");
+ }
}
}
\ No newline at end of file
diff --git a/src/CosmosDB/CosmosDB.Test/ScenarioTests/CassandraOperationsTests.ps1 b/src/CosmosDB/CosmosDB.Test/ScenarioTests/CassandraOperationsTests.ps1
index 7ac66e15a273..e8e4ba21c229 100644
--- a/src/CosmosDB/CosmosDB.Test/ScenarioTests/CassandraOperationsTests.ps1
+++ b/src/CosmosDB/CosmosDB.Test/ScenarioTests/CassandraOperationsTests.ps1
@@ -292,6 +292,61 @@ function Test-CassandraThroughputCmdlets
}
}
+<#
+.SYNOPSIS
+Test Cassandra migrate throughput cmdlets
+#>
+function Test-CassandraMigrateThroughputCmdlets
+{
+
+ $AccountName = "db2725"
+ $rgName = "CosmosDBResourceGroup2510"
+ $KeyspaceName = "KeyspaceName3"
+ $TableName = "tableName"
+
+ $ThroughputValue = 1200
+ $TableThroughputValue = 800
+
+ $Autoscale = "Autoscale"
+ $Manual = "Manual"
+
+ Try{
+ $Column1 = New-AzCosmosDBCassandraColumn -Name "ColumnA" -Type "int"
+ $Column2 = New-AzCosmosDBCassandraColumn -Name "ColumnB" -Type "ascii"
+ $clusterkey1 = New-AzCosmosDBCassandraClusterKey -Name "ColumnB" -OrderBy "Asc"
+ $schema = New-AzCosmosDBCassandraSchema -Column $Column1,$Column2 -ClusterKey $clusterkey1 -PartitionKey "ColumnA"
+
+ $NewKeyspace = New-AzCosmosDBCassandraKeyspace -AccountName $AccountName -ResourceGroupName $rgName -Name $KeyspaceName -Throughput $ThroughputValue
+ $Throughput = Get-AzCosmosDBCassandraKeyspaceThroughput -AccountName $AccountName -ResourceGroupName $rgName -Name $KeyspaceName
+ Assert-AreEqual $Throughput.Throughput $ThroughputValue
+ Assert-AreEqual $Throughput.AutoscaleSettings.MaxThroughput 0
+
+ $AutoscaleThroughput = Invoke-AzCosmosDBCassandraKeyspaceThroughputMigration -InputObject $NewKeyspace -ThroughputType $Autoscale
+ Assert-AreNotEqual $AutoscaleThroughput.AutoscaleSettings.MaxThroughput 0
+
+ $CosmosDBAccount = Get-AzCosmosDBAccount -ResourceGroupName $rgName -Name $AccountName #get parent object
+ $ManualThroughput = Invoke-AzCosmosDBCassandraKeyspaceThroughputMigration -ParentObject $CosmosDBAccount -Name $KeyspaceName -ThroughputType $Manual
+ Assert-AreEqual $ManualThroughput.AutoscaleSettings.MaxThroughput 0
+
+ $NewTable = New-AzCosmosDBCassandraTable -AccountName $AccountName -ResourceGroupName $rgName -KeyspaceName $KeyspaceName -Name $TableName -Schema $schema -Throughput $TableThroughputValue
+ $TableThroughput = Get-AzCosmosDBCassandraTableThroughput -AccountName $AccountName -ResourceGroupName $rgName -KeyspaceName $KeyspaceName -Name $TableName
+ Assert-AreEqual $TableThroughput.Throughput $TableThroughputValue
+
+ $AutoscaledTableThroughput = Invoke-AzCosmosDBCassandraTableThroughputMigration -AccountName $AccountName -ResourceGroupName $rgName -KeyspaceName $KeyspaceName -Name $TableName -ThroughputType $Autoscale
+ Assert-AreNotEqual $AutoscaledTableThroughput.AutoscaleSettings.MaxThroughput 0
+
+ $ManuaTableThroughput = Invoke-AzCosmosDBCassandraTableThroughputMigration -InputObject $NewTable -ThroughputType $Manual
+ Assert-AreEqual $ManuaTableThroughput.AutoscaleSettings.MaxThroughput 0
+
+ Remove-AzCosmosDBCassandraTable -InputObject $NewTable
+ Remove-AzCosmosDBCassandraKeyspace -InputObject $NewKeyspace
+ }
+ Finally{
+ Remove-AzCosmosDBCassandraTable -AccountName $AccountName -ResourceGroupName $rgName -KeyspaceName $KeyspaceName -Name $TableName
+ Remove-AzCosmosDBCassandraKeyspace -AccountName $AccountName -ResourceGroupName $rgName -Name $KeyspaceName
+ }
+}
+
function Validate-EqualColumns($Column1, $Column2)
{
Assert-AreEqual $Column1.Name $Column2.Name
diff --git a/src/CosmosDB/CosmosDB.Test/ScenarioTests/GremlinOperationsTests.cs b/src/CosmosDB/CosmosDB.Test/ScenarioTests/GremlinOperationsTests.cs
index cc93e45cb2d7..397fec625a51 100644
--- a/src/CosmosDB/CosmosDB.Test/ScenarioTests/GremlinOperationsTests.cs
+++ b/src/CosmosDB/CosmosDB.Test/ScenarioTests/GremlinOperationsTests.cs
@@ -47,5 +47,12 @@ public void TestGremlinThroughputCmdlets()
{
TestController.NewInstance.RunPowerShellTest(_logger, "Test-GremlinThroughputCmdlets");
}
+
+ [Fact]
+ [Trait(Category.AcceptanceType, Category.CheckIn)]
+ public void TestGremlinMigrateThroughputCmdlets()
+ {
+ TestController.NewInstance.RunPowerShellTest(_logger, "Test-GremlinMigrateThroughputCmdlets");
+ }
}
}
\ No newline at end of file
diff --git a/src/CosmosDB/CosmosDB.Test/ScenarioTests/GremlinOperationsTests.ps1 b/src/CosmosDB/CosmosDB.Test/ScenarioTests/GremlinOperationsTests.ps1
index 66b6e031cedf..70924a62231c 100644
--- a/src/CosmosDB/CosmosDB.Test/ScenarioTests/GremlinOperationsTests.ps1
+++ b/src/CosmosDB/CosmosDB.Test/ScenarioTests/GremlinOperationsTests.ps1
@@ -305,4 +305,57 @@ function Test-GremlinThroughputCmdlets
Remove-AzCosmosDBGremlinGraph -AccountName $AccountName -ResourceGroupName $rgName -DatabaseName $DatabaseName -Name $GraphName
Remove-AzCosmosDBGremlinDatabase -AccountName $AccountName -ResourceGroupName $rgName -Name $DatabaseName
}
+}
+
+<#
+.SYNOPSIS
+Test Gremlin migrate throughput cmdlets
+#>
+function Test-GremlinMigrateThroughputCmdlets
+{
+ $AccountName = "db1002"
+ $rgName = "CosmosDBResourceGroup2510"
+ $DatabaseName = "dbName4"
+ $GraphName = "graphName"
+
+ $PartitionKeyPathValue = "/foo"
+ $PartitionKeyKindValue = "Hash"
+
+ $ThroughputValue = 1200
+
+ $GraphThroughputValue = 800
+
+ $Autoscale = "Autoscale"
+ $Manual = "Manual"
+
+ Try{
+ $NewDatabase = New-AzCosmosDBGremlinDatabase -AccountName $AccountName -ResourceGroupName $rgName -Name $DatabaseName -Throughput $ThroughputValue
+ $Throughput = Get-AzCosmosDBGremlinDatabaseThroughput -AccountName $AccountName -ResourceGroupName $rgName -Name $DatabaseName
+ Assert-AreEqual $Throughput.Throughput $ThroughputValue
+ Assert-AreEqual $Throughput.AutoscaleSettings.MaxThroughput 0
+
+ $AutoscaleThroughput = Invoke-AzCosmosDBGremlinDatabaseThroughputMigration -InputObject $NewDatabase -ThroughputType $Autoscale
+ Assert-AreNotEqual $AutoscaleThroughput.AutoscaleSettings.MaxThroughput 0
+
+ $CosmosDBAccount = Get-AzCosmosDBAccount -ResourceGroupName $rgName -Name $AccountName #get parent object
+ $ManualThroughput = Invoke-AzCosmosDBGremlinDatabaseThroughputMigration -ParentObject $CosmosDBAccount -Name $DatabaseName -ThroughputType $Manual
+ Assert-AreEqual $ManualThroughput.AutoscaleSettings.MaxThroughput 0
+
+ $NewGraph = New-AzCosmosDBGremlinGraph -AccountName $AccountName -ResourceGroupName $rgName -DatabaseName $DatabaseName -Throughput $GraphThroughputValue -Name $GraphName -PartitionKeyPath $PartitionKeyPathValue -PartitionKeyKind $PartitionKeyKindValue
+ $GraphThroughput = Get-AzCosmosDBGremlinGraphThroughput -AccountName $AccountName -ResourceGroupName $rgName -DatabaseName $DatabaseName -Name $GraphName
+ Assert-AreEqual $GraphThroughput.Throughput $GraphThroughputValue
+
+ $AutoscaledGraphThroughput = Invoke-AzCosmosDBGremlinGraphThroughputMigration -AccountName $AccountName -ResourceGroupName $rgName -DatabaseName $DatabaseName -Name $GraphName -ThroughputType $Autoscale
+ Assert-AreNotEqual $AutoscaledGraphThroughput.AutoscaleSettings.MaxThroughput 0
+
+ $ManualGraphThroughput = Invoke-AzCosmosDBGremlinGraphThroughputMigration -InputObject $NewGraph -ThroughputType $Manual
+ Assert-AreEqual $ManualGraphThroughput.AutoscaleSettings.MaxThroughput 0
+
+ Remove-AzCosmosDBGremlinGraph -InputObject $NewGraph
+ Remove-AzCosmosDBGremlinDatabase -InputObject $NewDatabase
+ }
+ Finally{
+ Remove-AzCosmosDBGremlinGraph -AccountName $AccountName -ResourceGroupName $rgName -DatabaseName $DatabaseName -Name $GraphName
+ Remove-AzCosmosDBGremlinDatabase -AccountName $AccountName -ResourceGroupName $rgName -Name $DatabaseName
+ }
}
\ No newline at end of file
diff --git a/src/CosmosDB/CosmosDB.Test/ScenarioTests/MongoOperationsTests.cs b/src/CosmosDB/CosmosDB.Test/ScenarioTests/MongoOperationsTests.cs
index 0ba4cd1d367c..4c3067b86718 100644
--- a/src/CosmosDB/CosmosDB.Test/ScenarioTests/MongoOperationsTests.cs
+++ b/src/CosmosDB/CosmosDB.Test/ScenarioTests/MongoOperationsTests.cs
@@ -47,5 +47,12 @@ public void TestMongoThroughputCmdlets()
{
TestController.NewInstance.RunPowerShellTest(_logger, "Test-MongoThroughputCmdlets");
}
+
+ [Fact]
+ [Trait(Category.AcceptanceType, Category.CheckIn)]
+ public void TestMongoMigrateThroughputCmdlets()
+ {
+ TestController.NewInstance.RunPowerShellTest(_logger, "Test-MongoMigrateThroughputCmdlets");
+ }
}
}
\ No newline at end of file
diff --git a/src/CosmosDB/CosmosDB.Test/ScenarioTests/MongoOperationsTests.ps1 b/src/CosmosDB/CosmosDB.Test/ScenarioTests/MongoOperationsTests.ps1
index 8e1feb02d9ba..5003f6b64e19 100644
--- a/src/CosmosDB/CosmosDB.Test/ScenarioTests/MongoOperationsTests.ps1
+++ b/src/CosmosDB/CosmosDB.Test/ScenarioTests/MongoOperationsTests.ps1
@@ -358,4 +358,55 @@ function Validate-EqualLists($list1, $list2)
{
Assert-true($list1 -contains $ele)
}
+}
+
+<#
+.SYNOPSIS
+Test Mongo migrate throughput cmdlets
+#>
+function Test-MongoMigrateThroughputCmdlets
+{
+
+ $AccountName = "db001"
+ $rgName = "CosmosDBResourceGroup3668"
+ $DatabaseName = "dbName4"
+ $CollectionName = "collectionName"
+
+ $ShardKey = "shardKeyPath"
+ $ThroughputValue = 1200
+ $CollectionThroughputValue = 800
+
+ $Autoscale = "Autoscale"
+ $Manual = "Manual"
+
+ Try{
+ $NewDatabase = New-AzCosmosDBMongoDBDatabase -AccountName $AccountName -ResourceGroupName $rgName -Name $DatabaseName -Throughput $ThroughputValue
+ $Throughput = Get-AzCosmosDBMongoDBDatabaseThroughput -AccountName $AccountName -ResourceGroupName $rgName -Name $DatabaseName
+ Assert-AreEqual $Throughput.Throughput $ThroughputValue
+ Assert-AreEqual $Throughput.AutoscaleSettings.MaxThroughput 0
+
+ $AutoscaleThroughput = Invoke-AzCosmosDBMongoDBDatabaseThroughputMigration -InputObject $NewDatabase -ThroughputType $Autoscale
+ Assert-AreNotEqual $AutoscaleThroughput.AutoscaleSettings.MaxThroughput 0
+
+ $CosmosDBAccount = Get-AzCosmosDBAccount -ResourceGroupName $rgName -Name $AccountName #get parent object
+ $ManualThroughput = Invoke-AzCosmosDBMongoDBDatabaseThroughputMigration -ParentObject $CosmosDBAccount -Name $DatabaseName -ThroughputType $Manual
+ Assert-AreEqual $ManualThroughput.AutoscaleSettings.MaxThroughput 0
+
+ $NewCollection = New-AzCosmosDBMongoDBCollection -AccountName $AccountName -ResourceGroupName $rgName -DatabaseName $DatabaseName -Throughput $CollectionThroughputValue -Name $CollectionName -Shard $ShardKey
+ $CollectionThroughput = Get-AzCosmosDBMongoDBCollectionThroughput -AccountName $AccountName -ResourceGroupName $rgName -DatabaseName $DatabaseName -Name $CollectionName
+ Assert-AreEqual $CollectionThroughput.Throughput $CollectionThroughputValue
+
+ $AutoscaledCollectionThroughput = Invoke-AzCosmosDBMongoDBCollectionThroughputMigration -AccountName $AccountName -ResourceGroupName $rgName -DatabaseName $DatabaseName -Name $CollectionName -ThroughputType $Autoscale
+ Assert-AreNotEqual $AutoscaledCollectionThroughput.AutoscaleSettings.MaxThroughput 0
+
+ $ManualCollectionThroughput = Invoke-AzCosmosDBMongoDBCollectionThroughputMigration -InputObject $NewCollection -ThroughputType $Manual
+ Assert-AreEqual $ManualCollectionThroughput.AutoscaleSettings.MaxThroughput 0
+
+ Remove-AzCosmosDBMongoDBCollection -InputObject $NewCollection
+ Remove-AzCosmosDBMongoDBDatabase -InputObject $NewDatabase
+ }
+ Finally{
+ Remove-AzCosmosDBMongoDBCollection -AccountName $AccountName -ResourceGroupName $rgName -DatabaseName $DatabaseName -Name $CollectionName
+ Remove-AzCosmosDBMongoDBDatabase -AccountName $AccountName -ResourceGroupName $rgName -Name $DatabaseName
+ }
}
\ No newline at end of file
diff --git a/src/CosmosDB/CosmosDB.Test/ScenarioTests/SqlOperationsTests.cs b/src/CosmosDB/CosmosDB.Test/ScenarioTests/SqlOperationsTests.cs
index 1d3fd43bc613..ca52f6c97168 100644
--- a/src/CosmosDB/CosmosDB.Test/ScenarioTests/SqlOperationsTests.cs
+++ b/src/CosmosDB/CosmosDB.Test/ScenarioTests/SqlOperationsTests.cs
@@ -47,5 +47,12 @@ public void TestSqlThroughputCmdlets()
{
TestController.NewInstance.RunPowerShellTest(_logger, "Test-SqlThroughputCmdlets");
}
+
+ [Fact]
+ [Trait(Category.AcceptanceType, Category.CheckIn)]
+ public void TestSqlMigrateThroughputCmdlets()
+ {
+ TestController.NewInstance.RunPowerShellTest(_logger, "Test-SqlMigrateThroughputCmdlets");
+ }
}
}
\ No newline at end of file
diff --git a/src/CosmosDB/CosmosDB.Test/ScenarioTests/SqlOperationsTests.ps1 b/src/CosmosDB/CosmosDB.Test/ScenarioTests/SqlOperationsTests.ps1
index 878be451628e..8e05b25e66ad 100644
--- a/src/CosmosDB/CosmosDB.Test/ScenarioTests/SqlOperationsTests.ps1
+++ b/src/CosmosDB/CosmosDB.Test/ScenarioTests/SqlOperationsTests.ps1
@@ -569,4 +569,57 @@ function Test-SqlThroughputCmdlets
Remove-AzCosmosDBSqlContainer -AccountName $AccountName -ResourceGroupName $rgName -DatabaseName $DatabaseName2 -Name $ContainerName2
Remove-AzCosmosDBSqlDatabase -AccountName $AccountName -ResourceGroupName $rgName -Name $DatabaseName2
}
+}
+
+<#
+.SYNOPSIS
+Test SQL migrate throughput cmdlets
+#>
+function Test-SqlMigrateThroughputCmdlets
+{
+ $AccountName = "cosmosdb9921232812"
+ $rgName = "rgtest9921232812"
+ $DatabaseName = "dbName4"
+ $ContainerName = "containerName"
+
+ $PartitionKeyPathValue = "/foo/bar"
+ $PartitionKeyKindValue = "Hash"
+
+ $ThroughputValue = 1200
+
+ $ContainerThroughputValue = 800
+
+ $Autoscale = "Autoscale"
+ $Manual = "Manual"
+
+ Try{
+ $NewDatabase = New-AzCosmosDBSqlDatabase -AccountName $AccountName -ResourceGroupName $rgName -Name $DatabaseName -Throughput $ThroughputValue
+ $Throughput = Get-AzCosmosDBSqlDatabaseThroughput -AccountName $AccountName -ResourceGroupName $rgName -Name $DatabaseName
+ Assert-AreEqual $Throughput.Throughput $ThroughputValue
+ Assert-AreEqual $Throughput.AutoscaleSettings.MaxThroughput 0
+
+ $AutoscaleThroughput = Invoke-AzCosmosDBSqlDatabaseThroughputMigration -InputObject $NewDatabase -ThroughputType $Autoscale
+ Assert-AreNotEqual $AutoscaleThroughput.AutoscaleSettings.MaxThroughput 0
+
+ $CosmosDBAccount = Get-AzCosmosDBAccount -ResourceGroupName $rgName -Name $AccountName #get parent object
+ $ManualThroughput = Invoke-AzCosmosDBSqlDatabaseThroughputMigration -ParentObject $CosmosDBAccount -Name $DatabaseName -ThroughputType $Manual
+ Assert-AreEqual $ManualThroughput.AutoscaleSettings.MaxThroughput 0
+
+ $NewContainer = New-AzCosmosDBSqlContainer -AccountName $AccountName -ResourceGroupName $rgName -DatabaseName $DatabaseName -Throughput $ContainerThroughputValue -Name $ContainerName -PartitionKeyPath $PartitionKeyPathValue -PartitionKeyKind $PartitionKeyKindValue
+ $ContainerThroughput = Get-AzCosmosDBSqlContainerThroughput -AccountName $AccountName -ResourceGroupName $rgName -DatabaseName $DatabaseName -Name $ContainerName
+ Assert-AreEqual $ContainerThroughput.Throughput $ContainerThroughputValue
+
+ $AutoscaledContainerThroughput = Invoke-AzCosmosDBSqlContainerThroughputMigration -AccountName $AccountName -ResourceGroupName $rgName -DatabaseName $DatabaseName -Name $ContainerName -ThroughputType $Autoscale
+ Assert-AreNotEqual $AutoscaledContainerThroughput.AutoscaleSettings.MaxThroughput 0
+
+ $ManualContainerThroughput = Invoke-AzCosmosDBSqlContainerThroughputMigration -InputObject $NewContainer -ThroughputType $Manual
+ Assert-AreEqual $ManualContainerThroughput.AutoscaleSettings.MaxThroughput 0
+
+ Remove-AzCosmosDBSqlContainer -InputObject $NewContainer
+ Remove-AzCosmosDBSqlDatabase -InputObject $NewDatabase
+ }
+ Finally{
+ Remove-AzCosmosDBSqlContainer -AccountName $AccountName -ResourceGroupName $rgName -DatabaseName $DatabaseName -Name $ContainerName
+ Remove-AzCosmosDBSqlDatabase -AccountName $AccountName -ResourceGroupName $rgName -Name $DatabaseName
+ }
}
\ No newline at end of file
diff --git a/src/CosmosDB/CosmosDB.Test/ScenarioTests/TableOperationsTests.cs b/src/CosmosDB/CosmosDB.Test/ScenarioTests/TableOperationsTests.cs
index 2ee8c305d816..536407b525c5 100644
--- a/src/CosmosDB/CosmosDB.Test/ScenarioTests/TableOperationsTests.cs
+++ b/src/CosmosDB/CosmosDB.Test/ScenarioTests/TableOperationsTests.cs
@@ -47,5 +47,12 @@ public void TestTableThroughputCmdlets()
{
TestController.NewInstance.RunPowerShellTest(_logger, "Test-TableThroughputCmdlets");
}
+
+ [Fact]
+ [Trait(Category.AcceptanceType, Category.CheckIn)]
+ public void TestTableMigrateThroughputCmdlets()
+ {
+ TestController.NewInstance.RunPowerShellTest(_logger, "Test-TableMigrateThroughputCmdlets");
+ }
}
}
\ No newline at end of file
diff --git a/src/CosmosDB/CosmosDB.Test/ScenarioTests/TableOperationsTests.ps1 b/src/CosmosDB/CosmosDB.Test/ScenarioTests/TableOperationsTests.ps1
index 646179a172a0..e26c87b9af9f 100644
--- a/src/CosmosDB/CosmosDB.Test/ScenarioTests/TableOperationsTests.ps1
+++ b/src/CosmosDB/CosmosDB.Test/ScenarioTests/TableOperationsTests.ps1
@@ -161,4 +161,41 @@ function Test-TableThroughputCmdlets
Finally{
Remove-AzCosmosDBTable -AccountName $AccountName -ResourceGroupName $rgName -Name $TableName
}
+}
+
+<#
+.SYNOPSIS
+Test Cassandra migrate throughput cmdlets
+#>
+function Test-TableMigrateThroughputCmdlets
+{
+
+ $AccountName = "db2527"
+ $rgName = "CosmosDBResourceGroup2510"
+ $TableName = "tableName4"
+
+ $ThroughputValue = 1200
+ $TableThroughputValue = 800
+
+ $Autoscale = "Autoscale"
+ $Manual = "Manual"
+
+ Try{
+ $NewTable = New-AzCosmosDBTable -AccountName $AccountName -ResourceGroupName $rgName -Name $TableName -Throughput $ThroughputValue
+ $Throughput = Get-AzCosmosDBTableThroughput -AccountName $AccountName -ResourceGroupName $rgName -Name $TableName
+ Assert-AreEqual $Throughput.Throughput $ThroughputValue
+ Assert-AreEqual $Throughput.AutoscaleSettings.MaxThroughput 0
+
+ $AutoscaleThroughput = Invoke-AzCosmosDBTableThroughputMigration -InputObject $NewTable -ThroughputType $Autoscale
+ Assert-AreNotEqual $AutoscaleThroughput.AutoscaleSettings.MaxThroughput 0
+
+ $CosmosDBAccount = Get-AzCosmosDBAccount -ResourceGroupName $rgName -Name $AccountName #get parent object
+ $ManualThroughput = Invoke-AzCosmosDBTableThroughputMigration -ParentObject $CosmosDBAccount -Name $TableName -ThroughputType $Manual
+ Assert-AreEqual $ManualThroughput.AutoscaleSettings.MaxThroughput 0
+
+ Remove-AzCosmosDBTable -InputObject $NewTable
+ }
+ Finally{
+ Remove-AzCosmosDBTable -AccountName $AccountName -ResourceGroupName $rgName -Name $TableName
+ }
}
\ No newline at end of file
diff --git a/src/CosmosDB/CosmosDB.Test/SessionRecords/Microsoft.Azure.Commands.CosmosDB.Test.ScenarioTests.ScenarioTest.CassandraOperationsTests/TestCassandraMigrateThroughputCmdlets.json b/src/CosmosDB/CosmosDB.Test/SessionRecords/Microsoft.Azure.Commands.CosmosDB.Test.ScenarioTests.ScenarioTest.CassandraOperationsTests/TestCassandraMigrateThroughputCmdlets.json
new file mode 100644
index 000000000000..7d46ebb03f2c
--- /dev/null
+++ b/src/CosmosDB/CosmosDB.Test/SessionRecords/Microsoft.Azure.Commands.CosmosDB.Test.ScenarioTests.ScenarioTest.CassandraOperationsTests/TestCassandraMigrateThroughputCmdlets.json
@@ -0,0 +1,2246 @@
+{
+ "Entries": [
+ {
+ "RequestUri": "/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/CosmosDBResourceGroup2510/providers/Microsoft.DocumentDB/databaseAccounts/db2725/cassandraKeyspaces/KeyspaceName3?api-version=2020-04-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTIwNTNiOGYtY2FiNS00ZjVjLTljMWEtODcwNTgwMTQyYWJkL3Jlc291cmNlR3JvdXBzL0Nvc21vc0RCUmVzb3VyY2VHcm91cDI1MTAvcHJvdmlkZXJzL01pY3Jvc29mdC5Eb2N1bWVudERCL2RhdGFiYXNlQWNjb3VudHMvZGIyNzI1L2Nhc3NhbmRyYUtleXNwYWNlcy9LZXlzcGFjZU5hbWUzP2FwaS12ZXJzaW9uPTIwMjAtMDQtMDE=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "6d18f003-b1ac-4321-a4da-e8597c1751b2"
+ ],
+ "Accept-Language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.6.29130.01",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.CosmosDB.CosmosDBManagementClient/1.2.1.0"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-gatewayversion": [
+ "version=2.11.0"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11999"
+ ],
+ "x-ms-request-id": [
+ "4be0d717-bc3f-4fa8-a246-15388e0e0539"
+ ],
+ "x-ms-correlation-request-id": [
+ "4be0d717-bc3f-4fa8-a246-15388e0e0539"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20200903T005752Z:4be0d717-bc3f-4fa8-a246-15388e0e0539"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Thu, 03 Sep 2020 00:57:51 GMT"
+ ],
+ "Content-Length": [
+ "1779"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Content-Location": [
+ "https://management.documents.azure.com:450/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/CosmosDBResourceGroup2510/providers/Microsoft.DocumentDB/databaseAccounts/db2725/cassandraKeyspaces/KeyspaceName3?api-version=2020-04-01"
+ ]
+ },
+ "ResponseBody": "{\r\n \"code\": \"NotFound\",\r\n \"message\": \"Message: {\\\"code\\\":\\\"NotFound\\\",\\\"message\\\":\\\"Message: {\\\\\\\"Errors\\\\\\\":[\\\\\\\"Resource Not Found. Learn more: https:\\\\\\\\/\\\\\\\\/aka.ms\\\\\\\\/cosmosdb-tsg-not-found\\\\\\\"]}\\\\r\\\\nActivityId: 6d18f003-b1ac-4321-a4da-e8597c1751b2, Request URI: /apps/82a229d6-9887-497e-b66c-b5aa032560fc/services/92ea34c3-2ec4-4eba-8c75-7d4809c4819c/partitions/46e581ea-5d95-4ebd-854b-03c93d910396/replicas/132434872815817268s, RequestStats: \\\\r\\\\nRequestStartTime: 2020-09-03T00:57:51.9031560Z, RequestEndTime: 2020-09-03T00:57:51.9131160Z, Number of regions attempted:1\\\\r\\\\nResponseTime: 2020-09-03T00:57:51.9131160Z, StoreResult: StorePhysicalAddress: rntbd://10.0.0.24:11000/apps/82a229d6-9887-497e-b66c-b5aa032560fc/services/92ea34c3-2ec4-4eba-8c75-7d4809c4819c/partitions/46e581ea-5d95-4ebd-854b-03c93d910396/replicas/132434872815817268s, LSN: 815, GlobalCommittedLsn: 815, PartitionKeyRangeId: , IsValid: True, StatusCode: 404, SubStatusCode: 0, RequestCharge: 1, ItemLSN: -1, SessionToken: -1#815, UsingLocalLSN: False, TransportException: null, ResourceType: Database, OperationType: Read\\\\r\\\\nResponseTime: 2020-09-03T00:57:51.9131160Z, StoreResult: StorePhysicalAddress: rntbd://10.0.0.21:11300/apps/82a229d6-9887-497e-b66c-b5aa032560fc/services/92ea34c3-2ec4-4eba-8c75-7d4809c4819c/partitions/46e581ea-5d95-4ebd-854b-03c93d910396/replicas/132435608863720406s, LSN: 815, GlobalCommittedLsn: 815, PartitionKeyRangeId: , IsValid: True, StatusCode: 404, SubStatusCode: 0, RequestCharge: 1, ItemLSN: -1, SessionToken: -1#815, UsingLocalLSN: False, TransportException: null, ResourceType: Database, OperationType: Read\\\\r\\\\n, SDK: Microsoft.Azure.Documents.Common/2.11.0\\\"}, Request URI: /dbs/KeyspaceName3, RequestStats: , SDK: Microsoft.Azure.Documents.Common/2.11.0\"\r\n}",
+ "StatusCode": 404
+ },
+ {
+ "RequestUri": "/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/CosmosDBResourceGroup2510/providers/Microsoft.DocumentDB/databaseAccounts/db2725/cassandraKeyspaces/KeyspaceName3?api-version=2020-04-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTIwNTNiOGYtY2FiNS00ZjVjLTljMWEtODcwNTgwMTQyYWJkL3Jlc291cmNlR3JvdXBzL0Nvc21vc0RCUmVzb3VyY2VHcm91cDI1MTAvcHJvdmlkZXJzL01pY3Jvc29mdC5Eb2N1bWVudERCL2RhdGFiYXNlQWNjb3VudHMvZGIyNzI1L2Nhc3NhbmRyYUtleXNwYWNlcy9LZXlzcGFjZU5hbWUzP2FwaS12ZXJzaW9uPTIwMjAtMDQtMDE=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "FxVersion/4.6.29130.01",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.CosmosDB.CosmosDBManagementClient/1.2.1.0"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-gatewayversion": [
+ "version=2.11.0"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11997"
+ ],
+ "x-ms-request-id": [
+ "20fb6445-b730-497b-b1d6-8e36902f841c"
+ ],
+ "x-ms-correlation-request-id": [
+ "20fb6445-b730-497b-b1d6-8e36902f841c"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20200903T005823Z:20fb6445-b730-497b-b1d6-8e36902f841c"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Thu, 03 Sep 2020 00:58:22 GMT"
+ ],
+ "Content-Length": [
+ "413"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Content-Location": [
+ "https://management.documents.azure.com:450/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/CosmosDBResourceGroup2510/providers/Microsoft.DocumentDB/databaseAccounts/db2725/cassandraKeyspaces/KeyspaceName3?api-version=2020-04-01"
+ ]
+ },
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/CosmosDBResourceGroup2510/providers/Microsoft.DocumentDB/databaseAccounts/db2725/cassandraKeyspaces/KeyspaceName3\",\r\n \"type\": \"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces\",\r\n \"name\": \"KeyspaceName3\",\r\n \"properties\": {\r\n \"resource\": {\r\n \"id\": \"KeyspaceName3\",\r\n \"_rid\": \"5hZVAA==\",\r\n \"_etag\": \"\\\"00006d05-0000-3200-0000-5f503f960000\\\"\",\r\n \"_ts\": 1599094678\r\n }\r\n }\r\n}",
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/CosmosDBResourceGroup2510/providers/Microsoft.DocumentDB/databaseAccounts/db2725/cassandraKeyspaces/KeyspaceName3?api-version=2020-04-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTIwNTNiOGYtY2FiNS00ZjVjLTljMWEtODcwNTgwMTQyYWJkL3Jlc291cmNlR3JvdXBzL0Nvc21vc0RCUmVzb3VyY2VHcm91cDI1MTAvcHJvdmlkZXJzL01pY3Jvc29mdC5Eb2N1bWVudERCL2RhdGFiYXNlQWNjb3VudHMvZGIyNzI1L2Nhc3NhbmRyYUtleXNwYWNlcy9LZXlzcGFjZU5hbWUzP2FwaS12ZXJzaW9uPTIwMjAtMDQtMDE=",
+ "RequestMethod": "PUT",
+ "RequestBody": "{\r\n \"properties\": {\r\n \"resource\": {\r\n \"id\": \"KeyspaceName3\"\r\n },\r\n \"options\": {\r\n \"throughput\": 1200\r\n }\r\n }\r\n}",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "a4f95068-281f-4c94-b269-98af8b866615"
+ ],
+ "Accept-Language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.6.29130.01",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.CosmosDB.CosmosDBManagementClient/1.2.1.0"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Content-Length": [
+ "135"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Location": [
+ "https://management.azure.com/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/CosmosDBResourceGroup2510/providers/Microsoft.DocumentDB/databaseAccounts/db2725/cassandraKeyspaces/KeyspaceName3/operationResults/d80164b2-00de-465b-9c2e-9c98e956aa1f?api-version=2020-04-01"
+ ],
+ "Azure-AsyncOperation": [
+ "https://management.azure.com/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/providers/Microsoft.DocumentDB/locations/uaenorth/operationsStatus/d80164b2-00de-465b-9c2e-9c98e956aa1f?api-version=2020-04-01"
+ ],
+ "x-ms-request-id": [
+ "d80164b2-00de-465b-9c2e-9c98e956aa1f"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-gatewayversion": [
+ "version=2.11.0"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-writes": [
+ "1199"
+ ],
+ "x-ms-correlation-request-id": [
+ "20b4398a-d386-4b2f-aeb4-f51d16cc9243"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20200903T005752Z:20b4398a-d386-4b2f-aeb4-f51d16cc9243"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Thu, 03 Sep 2020 00:57:52 GMT"
+ ],
+ "Content-Length": [
+ "21"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Content-Location": [
+ "https://management.documents.azure.com:450/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/CosmosDBResourceGroup2510/providers/Microsoft.DocumentDB/databaseAccounts/db2725/cassandraKeyspaces/KeyspaceName3?api-version=2020-04-01"
+ ]
+ },
+ "ResponseBody": "{\r\n \"status\": \"Enqueued\"\r\n}",
+ "StatusCode": 202
+ },
+ {
+ "RequestUri": "/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/providers/Microsoft.DocumentDB/locations/uaenorth/operationsStatus/d80164b2-00de-465b-9c2e-9c98e956aa1f?api-version=2020-04-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTIwNTNiOGYtY2FiNS00ZjVjLTljMWEtODcwNTgwMTQyYWJkL3Byb3ZpZGVycy9NaWNyb3NvZnQuRG9jdW1lbnREQi9sb2NhdGlvbnMvdWFlbm9ydGgvb3BlcmF0aW9uc1N0YXR1cy9kODAxNjRiMi0wMGRlLTQ2NWItOWMyZS05Yzk4ZTk1NmFhMWY/YXBpLXZlcnNpb249MjAyMC0wNC0wMQ==",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "FxVersion/4.6.29130.01",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.CosmosDB.CosmosDBManagementClient/1.2.1.0"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-gatewayversion": [
+ "version=2.11.0"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11998"
+ ],
+ "x-ms-request-id": [
+ "76d69627-c59c-49fd-a1b4-da717dafb605"
+ ],
+ "x-ms-correlation-request-id": [
+ "76d69627-c59c-49fd-a1b4-da717dafb605"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20200903T005822Z:76d69627-c59c-49fd-a1b4-da717dafb605"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Thu, 03 Sep 2020 00:58:22 GMT"
+ ],
+ "Content-Length": [
+ "22"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Content-Location": [
+ "https://management.documents.azure.com:450/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/providers/Microsoft.DocumentDB/locations/uaenorth/operationsStatus/d80164b2-00de-465b-9c2e-9c98e956aa1f?api-version=2020-04-01"
+ ]
+ },
+ "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}",
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/CosmosDBResourceGroup2510/providers/Microsoft.DocumentDB/databaseAccounts/db2725/cassandraKeyspaces/KeyspaceName3/throughputSettings/default?api-version=2020-04-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTIwNTNiOGYtY2FiNS00ZjVjLTljMWEtODcwNTgwMTQyYWJkL3Jlc291cmNlR3JvdXBzL0Nvc21vc0RCUmVzb3VyY2VHcm91cDI1MTAvcHJvdmlkZXJzL01pY3Jvc29mdC5Eb2N1bWVudERCL2RhdGFiYXNlQWNjb3VudHMvZGIyNzI1L2Nhc3NhbmRyYUtleXNwYWNlcy9LZXlzcGFjZU5hbWUzL3Rocm91Z2hwdXRTZXR0aW5ncy9kZWZhdWx0P2FwaS12ZXJzaW9uPTIwMjAtMDQtMDE=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "da48887b-bcd7-42d0-aef2-44bf367d9f53"
+ ],
+ "Accept-Language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.6.29130.01",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.CosmosDB.CosmosDBManagementClient/1.2.1.0"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-gatewayversion": [
+ "version=2.11.0"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11996"
+ ],
+ "x-ms-request-id": [
+ "18b4414e-4316-4f1c-94b9-725bdeb3d3a1"
+ ],
+ "x-ms-correlation-request-id": [
+ "18b4414e-4316-4f1c-94b9-725bdeb3d3a1"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20200903T005824Z:18b4414e-4316-4f1c-94b9-725bdeb3d3a1"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Thu, 03 Sep 2020 00:58:23 GMT"
+ ],
+ "Content-Length": [
+ "387"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Content-Location": [
+ "https://management.documents.azure.com:450/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/CosmosDBResourceGroup2510/providers/Microsoft.DocumentDB/databaseAccounts/db2725/cassandraKeyspaces/KeyspaceName3/throughputSettings/default?api-version=2020-04-01"
+ ]
+ },
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/CosmosDBResourceGroup2510/providers/Microsoft.DocumentDB/databaseAccounts/db2725/cassandraKeyspaces/KeyspaceName3/throughputSettings/default\",\r\n \"type\": \"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/throughputSettings\",\r\n \"name\": \"O-nW\",\r\n \"properties\": {\r\n \"resource\": {\r\n \"throughput\": 1200,\r\n \"minimumThroughput\": \"400\"\r\n }\r\n }\r\n}",
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/CosmosDBResourceGroup2510/providers/Microsoft.DocumentDB/databaseAccounts/db2725/cassandraKeyspaces/KeyspaceName3/throughputSettings/default/migrateToAutoscale?api-version=2020-04-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTIwNTNiOGYtY2FiNS00ZjVjLTljMWEtODcwNTgwMTQyYWJkL3Jlc291cmNlR3JvdXBzL0Nvc21vc0RCUmVzb3VyY2VHcm91cDI1MTAvcHJvdmlkZXJzL01pY3Jvc29mdC5Eb2N1bWVudERCL2RhdGFiYXNlQWNjb3VudHMvZGIyNzI1L2Nhc3NhbmRyYUtleXNwYWNlcy9LZXlzcGFjZU5hbWUzL3Rocm91Z2hwdXRTZXR0aW5ncy9kZWZhdWx0L21pZ3JhdGVUb0F1dG9zY2FsZT9hcGktdmVyc2lvbj0yMDIwLTA0LTAx",
+ "RequestMethod": "POST",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "2806de9b-0d0d-45d1-a5ab-4897177f160e"
+ ],
+ "Accept-Language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.6.29130.01",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.CosmosDB.CosmosDBManagementClient/1.2.1.0"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Location": [
+ "https://management.azure.com/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/CosmosDBResourceGroup2510/providers/Microsoft.DocumentDB/databaseAccounts/db2725/cassandraKeyspaces/KeyspaceName3/throughputSettings/default/migrateToAutoscale/operationResults/52ce176f-e5f1-48d4-98bb-5154ab29b05a?api-version=2020-04-01"
+ ],
+ "Azure-AsyncOperation": [
+ "https://management.azure.com/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/providers/Microsoft.DocumentDB/locations/uaenorth/operationsStatus/52ce176f-e5f1-48d4-98bb-5154ab29b05a?api-version=2020-04-01"
+ ],
+ "x-ms-request-id": [
+ "52ce176f-e5f1-48d4-98bb-5154ab29b05a"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-gatewayversion": [
+ "version=2.11.0"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-writes": [
+ "1199"
+ ],
+ "x-ms-correlation-request-id": [
+ "2a964d63-adfd-4118-a580-e16a81de6518"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20200903T005825Z:2a964d63-adfd-4118-a580-e16a81de6518"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Thu, 03 Sep 2020 00:58:24 GMT"
+ ],
+ "Content-Length": [
+ "21"
+ ],
+ "Content-Type": [
+ "application/json"
+ ]
+ },
+ "ResponseBody": "{\r\n \"status\": \"Enqueued\"\r\n}",
+ "StatusCode": 202
+ },
+ {
+ "RequestUri": "/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/providers/Microsoft.DocumentDB/locations/uaenorth/operationsStatus/52ce176f-e5f1-48d4-98bb-5154ab29b05a?api-version=2020-04-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTIwNTNiOGYtY2FiNS00ZjVjLTljMWEtODcwNTgwMTQyYWJkL3Byb3ZpZGVycy9NaWNyb3NvZnQuRG9jdW1lbnREQi9sb2NhdGlvbnMvdWFlbm9ydGgvb3BlcmF0aW9uc1N0YXR1cy81MmNlMTc2Zi1lNWYxLTQ4ZDQtOThiYi01MTU0YWIyOWIwNWE/YXBpLXZlcnNpb249MjAyMC0wNC0wMQ==",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "FxVersion/4.6.29130.01",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.CosmosDB.CosmosDBManagementClient/1.2.1.0"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-gatewayversion": [
+ "version=2.11.0"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11995"
+ ],
+ "x-ms-request-id": [
+ "5cf05d5c-0c2a-4134-aacb-476dc847264c"
+ ],
+ "x-ms-correlation-request-id": [
+ "5cf05d5c-0c2a-4134-aacb-476dc847264c"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20200903T005855Z:5cf05d5c-0c2a-4134-aacb-476dc847264c"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Thu, 03 Sep 2020 00:58:55 GMT"
+ ],
+ "Content-Length": [
+ "22"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Content-Location": [
+ "https://management.documents.azure.com:450/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/providers/Microsoft.DocumentDB/locations/uaenorth/operationsStatus/52ce176f-e5f1-48d4-98bb-5154ab29b05a?api-version=2020-04-01"
+ ]
+ },
+ "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}",
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/CosmosDBResourceGroup2510/providers/Microsoft.DocumentDB/databaseAccounts/db2725/cassandraKeyspaces/KeyspaceName3/throughputSettings/default/migrateToAutoscale/operationResults/52ce176f-e5f1-48d4-98bb-5154ab29b05a?api-version=2020-04-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTIwNTNiOGYtY2FiNS00ZjVjLTljMWEtODcwNTgwMTQyYWJkL3Jlc291cmNlR3JvdXBzL0Nvc21vc0RCUmVzb3VyY2VHcm91cDI1MTAvcHJvdmlkZXJzL01pY3Jvc29mdC5Eb2N1bWVudERCL2RhdGFiYXNlQWNjb3VudHMvZGIyNzI1L2Nhc3NhbmRyYUtleXNwYWNlcy9LZXlzcGFjZU5hbWUzL3Rocm91Z2hwdXRTZXR0aW5ncy9kZWZhdWx0L21pZ3JhdGVUb0F1dG9zY2FsZS9vcGVyYXRpb25SZXN1bHRzLzUyY2UxNzZmLWU1ZjEtNDhkNC05OGJiLTUxNTRhYjI5YjA1YT9hcGktdmVyc2lvbj0yMDIwLTA0LTAx",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "FxVersion/4.6.29130.01",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.CosmosDB.CosmosDBManagementClient/1.2.1.0"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-gatewayversion": [
+ "version=2.11.0"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11994"
+ ],
+ "x-ms-request-id": [
+ "2c6353d3-3994-4fec-85d4-a8b40f758498"
+ ],
+ "x-ms-correlation-request-id": [
+ "2c6353d3-3994-4fec-85d4-a8b40f758498"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20200903T005856Z:2c6353d3-3994-4fec-85d4-a8b40f758498"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Thu, 03 Sep 2020 00:58:56 GMT"
+ ],
+ "Content-Length": [
+ "468"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Content-Location": [
+ "https://management.documents.azure.com:450/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/CosmosDBResourceGroup2510/providers/Microsoft.DocumentDB/databaseAccounts/db2725/cassandraKeyspaces/KeyspaceName3/throughputSettings/default/migrateToAutoscale/operationResults/52ce176f-e5f1-48d4-98bb-5154ab29b05a?api-version=2020-04-01"
+ ]
+ },
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/CosmosDBResourceGroup2510/providers/Microsoft.DocumentDB/databaseAccounts/db2725/cassandraKeyspaces/KeyspaceName3/throughputSettings/default/migrateToAutoscale\",\r\n \"type\": \"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/throughputSettings/migrateToAutoscale\",\r\n \"name\": \"O-nW\",\r\n \"properties\": {\r\n \"resource\": {\r\n \"throughput\": 400,\r\n \"autoscaleSettings\": {\r\n \"maxThroughput\": 4000\r\n },\r\n \"minimumThroughput\": \"4000\"\r\n }\r\n }\r\n}",
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/CosmosDBResourceGroup2510/providers/Microsoft.DocumentDB/databaseAccounts/db2725?api-version=2020-04-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTIwNTNiOGYtY2FiNS00ZjVjLTljMWEtODcwNTgwMTQyYWJkL3Jlc291cmNlR3JvdXBzL0Nvc21vc0RCUmVzb3VyY2VHcm91cDI1MTAvcHJvdmlkZXJzL01pY3Jvc29mdC5Eb2N1bWVudERCL2RhdGFiYXNlQWNjb3VudHMvZGIyNzI1P2FwaS12ZXJzaW9uPTIwMjAtMDQtMDE=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "14021e29-84cd-4efe-bf27-562066753da5"
+ ],
+ "Accept-Language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.6.29130.01",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.CosmosDB.CosmosDBManagementClient/1.2.1.0"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-gatewayversion": [
+ "version=2.11.0"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11993"
+ ],
+ "x-ms-request-id": [
+ "bef86802-2ca8-44d1-a523-104772898916"
+ ],
+ "x-ms-correlation-request-id": [
+ "bef86802-2ca8-44d1-a523-104772898916"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20200903T005857Z:bef86802-2ca8-44d1-a523-104772898916"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Thu, 03 Sep 2020 00:58:56 GMT"
+ ],
+ "Content-Length": [
+ "2108"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Content-Location": [
+ "https://management.documents.azure.com:450/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/CosmosDBResourceGroup2510/providers/Microsoft.DocumentDB/databaseAccounts/db2725?api-version=2020-04-01"
+ ]
+ },
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/CosmosDBResourceGroup2510/providers/Microsoft.DocumentDB/databaseAccounts/db2725\",\r\n \"name\": \"db2725\",\r\n \"location\": \"UAE North\",\r\n \"type\": \"Microsoft.DocumentDB/databaseAccounts\",\r\n \"kind\": \"GlobalDocumentDB\",\r\n \"tags\": {\r\n \"defaultExperience\": \"Cassandra\"\r\n },\r\n \"systemData\": {\r\n \"createdAt\": \"2019-12-05T22:23:23.4455861Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"documentEndpoint\": \"https://db2725.documents.azure.com:443/\",\r\n \"cassandraEndpoint\": \"https://db2725.cassandra.cosmos.azure.com:443/\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"enableAutomaticFailover\": false,\r\n \"enableMultipleWriteLocations\": false,\r\n \"enablePartitionKeyMonitor\": false,\r\n \"isVirtualNetworkFilterEnabled\": false,\r\n \"virtualNetworkRules\": [],\r\n \"EnabledApiTypes\": \"Cassandra\",\r\n \"disableKeyBasedMetadataWriteAccess\": false,\r\n \"enableFreeTier\": false,\r\n \"enableAnalyticalStorage\": false,\r\n \"instanceId\": \"28cb40a4-c88f-40ca-bacf-bbac92ea4a65\",\r\n \"createMode\": \"Default\",\r\n \"databaseAccountOfferType\": \"Standard\",\r\n \"enableCassandraConnector\": false,\r\n \"connectorOffer\": \"\",\r\n \"consistencyPolicy\": {\r\n \"defaultConsistencyLevel\": \"Session\",\r\n \"maxIntervalInSeconds\": 5,\r\n \"maxStalenessPrefix\": 100\r\n },\r\n \"configurationOverrides\": {},\r\n \"writeLocations\": [\r\n {\r\n \"id\": \"db2725-uaenorth\",\r\n \"locationName\": \"UAE North\",\r\n \"documentEndpoint\": \"https://db2725-uaenorth.documents.azure.com:443/\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"failoverPriority\": 0,\r\n \"isZoneRedundant\": false\r\n }\r\n ],\r\n \"readLocations\": [\r\n {\r\n \"id\": \"db2725-uaenorth\",\r\n \"locationName\": \"UAE North\",\r\n \"documentEndpoint\": \"https://db2725-uaenorth.documents.azure.com:443/\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"failoverPriority\": 0,\r\n \"isZoneRedundant\": false\r\n }\r\n ],\r\n \"locations\": [\r\n {\r\n \"id\": \"db2725-uaenorth\",\r\n \"locationName\": \"UAE North\",\r\n \"documentEndpoint\": \"https://db2725-uaenorth.documents.azure.com:443/\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"failoverPriority\": 0,\r\n \"isZoneRedundant\": false\r\n }\r\n ],\r\n \"failoverPolicies\": [\r\n {\r\n \"id\": \"db2725-uaenorth\",\r\n \"locationName\": \"UAE North\",\r\n \"failoverPriority\": 0\r\n }\r\n ],\r\n \"cors\": [],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"EnableCassandra\"\r\n }\r\n ],\r\n \"ipRules\": [],\r\n \"backupPolicy\": {\r\n \"type\": \"Periodic\",\r\n \"periodicModeProperties\": {\r\n \"backupIntervalInMinutes\": 240,\r\n \"backupRetentionIntervalInHours\": 8\r\n }\r\n }\r\n }\r\n}",
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/CosmosDBResourceGroup2510/providers/Microsoft.DocumentDB/databaseAccounts/db2725/cassandraKeyspaces/KeyspaceName3/throughputSettings/default/migrateToManualThroughput?api-version=2020-04-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTIwNTNiOGYtY2FiNS00ZjVjLTljMWEtODcwNTgwMTQyYWJkL3Jlc291cmNlR3JvdXBzL0Nvc21vc0RCUmVzb3VyY2VHcm91cDI1MTAvcHJvdmlkZXJzL01pY3Jvc29mdC5Eb2N1bWVudERCL2RhdGFiYXNlQWNjb3VudHMvZGIyNzI1L2Nhc3NhbmRyYUtleXNwYWNlcy9LZXlzcGFjZU5hbWUzL3Rocm91Z2hwdXRTZXR0aW5ncy9kZWZhdWx0L21pZ3JhdGVUb01hbnVhbFRocm91Z2hwdXQ/YXBpLXZlcnNpb249MjAyMC0wNC0wMQ==",
+ "RequestMethod": "POST",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "77c0e2ff-5326-4853-834a-2ea8555503fe"
+ ],
+ "Accept-Language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.6.29130.01",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.CosmosDB.CosmosDBManagementClient/1.2.1.0"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Location": [
+ "https://management.azure.com/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/CosmosDBResourceGroup2510/providers/Microsoft.DocumentDB/databaseAccounts/db2725/cassandraKeyspaces/KeyspaceName3/throughputSettings/default/migrateToManualThroughput/operationResults/fcd0d02d-58a0-4d5d-b3ec-3771663d945a?api-version=2020-04-01"
+ ],
+ "Azure-AsyncOperation": [
+ "https://management.azure.com/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/providers/Microsoft.DocumentDB/locations/uaenorth/operationsStatus/fcd0d02d-58a0-4d5d-b3ec-3771663d945a?api-version=2020-04-01"
+ ],
+ "x-ms-request-id": [
+ "fcd0d02d-58a0-4d5d-b3ec-3771663d945a"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-gatewayversion": [
+ "version=2.11.0"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-writes": [
+ "1198"
+ ],
+ "x-ms-correlation-request-id": [
+ "c3bde1df-0830-43e4-bc31-1f3ab3b36ccc"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20200903T005858Z:c3bde1df-0830-43e4-bc31-1f3ab3b36ccc"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Thu, 03 Sep 2020 00:58:57 GMT"
+ ],
+ "Content-Length": [
+ "21"
+ ],
+ "Content-Type": [
+ "application/json"
+ ]
+ },
+ "ResponseBody": "{\r\n \"status\": \"Enqueued\"\r\n}",
+ "StatusCode": 202
+ },
+ {
+ "RequestUri": "/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/providers/Microsoft.DocumentDB/locations/uaenorth/operationsStatus/fcd0d02d-58a0-4d5d-b3ec-3771663d945a?api-version=2020-04-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTIwNTNiOGYtY2FiNS00ZjVjLTljMWEtODcwNTgwMTQyYWJkL3Byb3ZpZGVycy9NaWNyb3NvZnQuRG9jdW1lbnREQi9sb2NhdGlvbnMvdWFlbm9ydGgvb3BlcmF0aW9uc1N0YXR1cy9mY2QwZDAyZC01OGEwLTRkNWQtYjNlYy0zNzcxNjYzZDk0NWE/YXBpLXZlcnNpb249MjAyMC0wNC0wMQ==",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "FxVersion/4.6.29130.01",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.CosmosDB.CosmosDBManagementClient/1.2.1.0"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-gatewayversion": [
+ "version=2.11.0"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11992"
+ ],
+ "x-ms-request-id": [
+ "3a69ea0d-9f4a-4369-9a5f-84c8c54dcd23"
+ ],
+ "x-ms-correlation-request-id": [
+ "3a69ea0d-9f4a-4369-9a5f-84c8c54dcd23"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20200903T005928Z:3a69ea0d-9f4a-4369-9a5f-84c8c54dcd23"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Thu, 03 Sep 2020 00:59:28 GMT"
+ ],
+ "Content-Length": [
+ "22"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Content-Location": [
+ "https://management.documents.azure.com:450/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/providers/Microsoft.DocumentDB/locations/uaenorth/operationsStatus/fcd0d02d-58a0-4d5d-b3ec-3771663d945a?api-version=2020-04-01"
+ ]
+ },
+ "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}",
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/CosmosDBResourceGroup2510/providers/Microsoft.DocumentDB/databaseAccounts/db2725/cassandraKeyspaces/KeyspaceName3/throughputSettings/default/migrateToManualThroughput/operationResults/fcd0d02d-58a0-4d5d-b3ec-3771663d945a?api-version=2020-04-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTIwNTNiOGYtY2FiNS00ZjVjLTljMWEtODcwNTgwMTQyYWJkL3Jlc291cmNlR3JvdXBzL0Nvc21vc0RCUmVzb3VyY2VHcm91cDI1MTAvcHJvdmlkZXJzL01pY3Jvc29mdC5Eb2N1bWVudERCL2RhdGFiYXNlQWNjb3VudHMvZGIyNzI1L2Nhc3NhbmRyYUtleXNwYWNlcy9LZXlzcGFjZU5hbWUzL3Rocm91Z2hwdXRTZXR0aW5ncy9kZWZhdWx0L21pZ3JhdGVUb01hbnVhbFRocm91Z2hwdXQvb3BlcmF0aW9uUmVzdWx0cy9mY2QwZDAyZC01OGEwLTRkNWQtYjNlYy0zNzcxNjYzZDk0NWE/YXBpLXZlcnNpb249MjAyMC0wNC0wMQ==",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "FxVersion/4.6.29130.01",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.CosmosDB.CosmosDBManagementClient/1.2.1.0"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-gatewayversion": [
+ "version=2.11.0"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11991"
+ ],
+ "x-ms-request-id": [
+ "95cd126a-7fee-422f-94e4-bd1e8f42843d"
+ ],
+ "x-ms-correlation-request-id": [
+ "95cd126a-7fee-422f-94e4-bd1e8f42843d"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20200903T005929Z:95cd126a-7fee-422f-94e4-bd1e8f42843d"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Thu, 03 Sep 2020 00:59:29 GMT"
+ ],
+ "Content-Length": [
+ "439"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Content-Location": [
+ "https://management.documents.azure.com:450/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/CosmosDBResourceGroup2510/providers/Microsoft.DocumentDB/databaseAccounts/db2725/cassandraKeyspaces/KeyspaceName3/throughputSettings/default/migrateToManualThroughput/operationResults/fcd0d02d-58a0-4d5d-b3ec-3771663d945a?api-version=2020-04-01"
+ ]
+ },
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/CosmosDBResourceGroup2510/providers/Microsoft.DocumentDB/databaseAccounts/db2725/cassandraKeyspaces/KeyspaceName3/throughputSettings/default/migrateToManualThroughput\",\r\n \"type\": \"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/throughputSettings/migrateToManualThroughput\",\r\n \"name\": \"O-nW\",\r\n \"properties\": {\r\n \"resource\": {\r\n \"throughput\": 4000,\r\n \"minimumThroughput\": \"400\"\r\n }\r\n }\r\n}",
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/CosmosDBResourceGroup2510/providers/Microsoft.DocumentDB/databaseAccounts/db2725/cassandraKeyspaces/KeyspaceName3/tables/tableName?api-version=2020-04-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTIwNTNiOGYtY2FiNS00ZjVjLTljMWEtODcwNTgwMTQyYWJkL3Jlc291cmNlR3JvdXBzL0Nvc21vc0RCUmVzb3VyY2VHcm91cDI1MTAvcHJvdmlkZXJzL01pY3Jvc29mdC5Eb2N1bWVudERCL2RhdGFiYXNlQWNjb3VudHMvZGIyNzI1L2Nhc3NhbmRyYUtleXNwYWNlcy9LZXlzcGFjZU5hbWUzL3RhYmxlcy90YWJsZU5hbWU/YXBpLXZlcnNpb249MjAyMC0wNC0wMQ==",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "600ca3fb-ea64-4740-852c-2e1d96026fa5"
+ ],
+ "Accept-Language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.6.29130.01",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.CosmosDB.CosmosDBManagementClient/1.2.1.0"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-gatewayversion": [
+ "version=2.11.0"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11990"
+ ],
+ "x-ms-request-id": [
+ "082ea1e7-d4a4-46b2-9e33-5b944bce513a"
+ ],
+ "x-ms-correlation-request-id": [
+ "082ea1e7-d4a4-46b2-9e33-5b944bce513a"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20200903T005930Z:082ea1e7-d4a4-46b2-9e33-5b944bce513a"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Thu, 03 Sep 2020 00:59:29 GMT"
+ ],
+ "Content-Length": [
+ "1799"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Content-Location": [
+ "https://management.documents.azure.com:450/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/CosmosDBResourceGroup2510/providers/Microsoft.DocumentDB/databaseAccounts/db2725/cassandraKeyspaces/KeyspaceName3/tables/tableName?api-version=2020-04-01"
+ ]
+ },
+ "ResponseBody": "{\r\n \"code\": \"NotFound\",\r\n \"message\": \"Message: {\\\"code\\\":\\\"NotFound\\\",\\\"message\\\":\\\"Message: {\\\\\\\"Errors\\\\\\\":[\\\\\\\"Resource Not Found. Learn more: https:\\\\\\\\/\\\\\\\\/aka.ms\\\\\\\\/cosmosdb-tsg-not-found\\\\\\\"]}\\\\r\\\\nActivityId: 600ca3fb-ea64-4740-852c-2e1d96026fa5, Request URI: /apps/82a229d6-9887-497e-b66c-b5aa032560fc/services/92ea34c3-2ec4-4eba-8c75-7d4809c4819c/partitions/46e581ea-5d95-4ebd-854b-03c93d910396/replicas/132432508130716291s, RequestStats: \\\\r\\\\nRequestStartTime: 2020-09-03T00:59:29.9817104Z, RequestEndTime: 2020-09-03T00:59:29.9817104Z, Number of regions attempted:1\\\\r\\\\nResponseTime: 2020-09-03T00:59:29.9817104Z, StoreResult: StorePhysicalAddress: rntbd://10.0.0.19:11300/apps/82a229d6-9887-497e-b66c-b5aa032560fc/services/92ea34c3-2ec4-4eba-8c75-7d4809c4819c/partitions/46e581ea-5d95-4ebd-854b-03c93d910396/replicas/132432508130716291s, LSN: 818, GlobalCommittedLsn: 818, PartitionKeyRangeId: , IsValid: True, StatusCode: 404, SubStatusCode: 0, RequestCharge: 1, ItemLSN: -1, SessionToken: -1#818, UsingLocalLSN: False, TransportException: null, ResourceType: Collection, OperationType: Read\\\\r\\\\nResponseTime: 2020-09-03T00:59:29.9817104Z, StoreResult: StorePhysicalAddress: rntbd://10.0.0.21:11300/apps/82a229d6-9887-497e-b66c-b5aa032560fc/services/92ea34c3-2ec4-4eba-8c75-7d4809c4819c/partitions/46e581ea-5d95-4ebd-854b-03c93d910396/replicas/132435608863720406s, LSN: 818, GlobalCommittedLsn: 818, PartitionKeyRangeId: , IsValid: True, StatusCode: 404, SubStatusCode: 0, RequestCharge: 1, ItemLSN: -1, SessionToken: -1#818, UsingLocalLSN: False, TransportException: null, ResourceType: Collection, OperationType: Read\\\\r\\\\n, SDK: Microsoft.Azure.Documents.Common/2.11.0\\\"}, Request URI: /dbs/KeyspaceName3/colls/tableName, RequestStats: , SDK: Microsoft.Azure.Documents.Common/2.11.0\"\r\n}",
+ "StatusCode": 404
+ },
+ {
+ "RequestUri": "/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/CosmosDBResourceGroup2510/providers/Microsoft.DocumentDB/databaseAccounts/db2725/cassandraKeyspaces/KeyspaceName3/tables/tableName?api-version=2020-04-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTIwNTNiOGYtY2FiNS00ZjVjLTljMWEtODcwNTgwMTQyYWJkL3Jlc291cmNlR3JvdXBzL0Nvc21vc0RCUmVzb3VyY2VHcm91cDI1MTAvcHJvdmlkZXJzL01pY3Jvc29mdC5Eb2N1bWVudERCL2RhdGFiYXNlQWNjb3VudHMvZGIyNzI1L2Nhc3NhbmRyYUtleXNwYWNlcy9LZXlzcGFjZU5hbWUzL3RhYmxlcy90YWJsZU5hbWU/YXBpLXZlcnNpb249MjAyMC0wNC0wMQ==",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "FxVersion/4.6.29130.01",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.CosmosDB.CosmosDBManagementClient/1.2.1.0"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-gatewayversion": [
+ "version=2.11.0"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11988"
+ ],
+ "x-ms-request-id": [
+ "bd35eae1-b06e-42f2-b22a-3ff8d0e2102c"
+ ],
+ "x-ms-correlation-request-id": [
+ "bd35eae1-b06e-42f2-b22a-3ff8d0e2102c"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20200903T010002Z:bd35eae1-b06e-42f2-b22a-3ff8d0e2102c"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Thu, 03 Sep 2020 01:00:01 GMT"
+ ],
+ "Content-Length": [
+ "626"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Content-Location": [
+ "https://management.documents.azure.com:450/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/CosmosDBResourceGroup2510/providers/Microsoft.DocumentDB/databaseAccounts/db2725/cassandraKeyspaces/KeyspaceName3/tables/tableName?api-version=2020-04-01"
+ ]
+ },
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/CosmosDBResourceGroup2510/providers/Microsoft.DocumentDB/databaseAccounts/db2725/cassandraKeyspaces/KeyspaceName3/tables/tableName\",\r\n \"type\": \"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/tables\",\r\n \"name\": \"tableName\",\r\n \"properties\": {\r\n \"resource\": {\r\n \"id\": \"tableName\",\r\n \"_rid\": \"5hZVAOxfCCo=\",\r\n \"_etag\": \"\\\"00007305-0000-3200-0000-5f503ff80000\\\"\",\r\n \"_ts\": 1599094776,\r\n \"defaultTtl\": -1,\r\n \"schema\": {\r\n \"columns\": [\r\n {\r\n \"name\": \"ColumnA\",\r\n \"type\": \"int\"\r\n },\r\n {\r\n \"name\": \"ColumnB\",\r\n \"type\": \"ascii\"\r\n }\r\n ],\r\n \"partitionKeys\": [\r\n {\r\n \"name\": \"ColumnA\"\r\n }\r\n ],\r\n \"clusterKeys\": [\r\n {\r\n \"name\": \"ColumnB\",\r\n \"orderBy\": \"Asc\"\r\n }\r\n ]\r\n }\r\n }\r\n }\r\n}",
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/CosmosDBResourceGroup2510/providers/Microsoft.DocumentDB/databaseAccounts/db2725/cassandraKeyspaces/KeyspaceName3/tables/tableName?api-version=2020-04-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTIwNTNiOGYtY2FiNS00ZjVjLTljMWEtODcwNTgwMTQyYWJkL3Jlc291cmNlR3JvdXBzL0Nvc21vc0RCUmVzb3VyY2VHcm91cDI1MTAvcHJvdmlkZXJzL01pY3Jvc29mdC5Eb2N1bWVudERCL2RhdGFiYXNlQWNjb3VudHMvZGIyNzI1L2Nhc3NhbmRyYUtleXNwYWNlcy9LZXlzcGFjZU5hbWUzL3RhYmxlcy90YWJsZU5hbWU/YXBpLXZlcnNpb249MjAyMC0wNC0wMQ==",
+ "RequestMethod": "PUT",
+ "RequestBody": "{\r\n \"properties\": {\r\n \"resource\": {\r\n \"id\": \"tableName\",\r\n \"schema\": {\r\n \"columns\": [\r\n {\r\n \"name\": \"ColumnA\",\r\n \"type\": \"int\"\r\n },\r\n {\r\n \"name\": \"ColumnB\",\r\n \"type\": \"ascii\"\r\n }\r\n ],\r\n \"partitionKeys\": [\r\n {\r\n \"name\": \"ColumnA\"\r\n }\r\n ],\r\n \"clusterKeys\": [\r\n {\r\n \"name\": \"ColumnB\",\r\n \"orderBy\": \"Asc\"\r\n }\r\n ]\r\n }\r\n },\r\n \"options\": {\r\n \"throughput\": 800\r\n }\r\n }\r\n}",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "ff5a75fe-8f56-41a1-a65e-b2afb9f8038c"
+ ],
+ "Accept-Language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.6.29130.01",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.CosmosDB.CosmosDBManagementClient/1.2.1.0"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Content-Length": [
+ "588"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Location": [
+ "https://management.azure.com/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/CosmosDBResourceGroup2510/providers/Microsoft.DocumentDB/databaseAccounts/db2725/cassandraKeyspaces/KeyspaceName3/tables/tableName/operationResults/e6cd0e85-4b03-4b1a-995c-4bc072648994?api-version=2020-04-01"
+ ],
+ "Azure-AsyncOperation": [
+ "https://management.azure.com/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/providers/Microsoft.DocumentDB/locations/uaenorth/operationsStatus/e6cd0e85-4b03-4b1a-995c-4bc072648994?api-version=2020-04-01"
+ ],
+ "x-ms-request-id": [
+ "e6cd0e85-4b03-4b1a-995c-4bc072648994"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-gatewayversion": [
+ "version=2.11.0"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-writes": [
+ "1198"
+ ],
+ "x-ms-correlation-request-id": [
+ "3596e9a8-d83c-4e47-a398-634bd12b4b5f"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20200903T005930Z:3596e9a8-d83c-4e47-a398-634bd12b4b5f"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Thu, 03 Sep 2020 00:59:30 GMT"
+ ],
+ "Content-Length": [
+ "21"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Content-Location": [
+ "https://management.documents.azure.com:450/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/CosmosDBResourceGroup2510/providers/Microsoft.DocumentDB/databaseAccounts/db2725/cassandraKeyspaces/KeyspaceName3/tables/tableName?api-version=2020-04-01"
+ ]
+ },
+ "ResponseBody": "{\r\n \"status\": \"Enqueued\"\r\n}",
+ "StatusCode": 202
+ },
+ {
+ "RequestUri": "/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/providers/Microsoft.DocumentDB/locations/uaenorth/operationsStatus/e6cd0e85-4b03-4b1a-995c-4bc072648994?api-version=2020-04-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTIwNTNiOGYtY2FiNS00ZjVjLTljMWEtODcwNTgwMTQyYWJkL3Byb3ZpZGVycy9NaWNyb3NvZnQuRG9jdW1lbnREQi9sb2NhdGlvbnMvdWFlbm9ydGgvb3BlcmF0aW9uc1N0YXR1cy9lNmNkMGU4NS00YjAzLTRiMWEtOTk1Yy00YmMwNzI2NDg5OTQ/YXBpLXZlcnNpb249MjAyMC0wNC0wMQ==",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "FxVersion/4.6.29130.01",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.CosmosDB.CosmosDBManagementClient/1.2.1.0"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-gatewayversion": [
+ "version=2.11.0"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11989"
+ ],
+ "x-ms-request-id": [
+ "796759c1-cbd2-4c4f-9add-3220adb14d09"
+ ],
+ "x-ms-correlation-request-id": [
+ "796759c1-cbd2-4c4f-9add-3220adb14d09"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20200903T010001Z:796759c1-cbd2-4c4f-9add-3220adb14d09"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Thu, 03 Sep 2020 01:00:00 GMT"
+ ],
+ "Content-Length": [
+ "22"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Content-Location": [
+ "https://management.documents.azure.com:450/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/providers/Microsoft.DocumentDB/locations/uaenorth/operationsStatus/e6cd0e85-4b03-4b1a-995c-4bc072648994?api-version=2020-04-01"
+ ]
+ },
+ "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}",
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/CosmosDBResourceGroup2510/providers/Microsoft.DocumentDB/databaseAccounts/db2725/cassandraKeyspaces/KeyspaceName3/tables/tableName/throughputSettings/default?api-version=2020-04-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTIwNTNiOGYtY2FiNS00ZjVjLTljMWEtODcwNTgwMTQyYWJkL3Jlc291cmNlR3JvdXBzL0Nvc21vc0RCUmVzb3VyY2VHcm91cDI1MTAvcHJvdmlkZXJzL01pY3Jvc29mdC5Eb2N1bWVudERCL2RhdGFiYXNlQWNjb3VudHMvZGIyNzI1L2Nhc3NhbmRyYUtleXNwYWNlcy9LZXlzcGFjZU5hbWUzL3RhYmxlcy90YWJsZU5hbWUvdGhyb3VnaHB1dFNldHRpbmdzL2RlZmF1bHQ/YXBpLXZlcnNpb249MjAyMC0wNC0wMQ==",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "e2f6d8a2-349b-4e1f-8b07-b8eb9b6a4e53"
+ ],
+ "Accept-Language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.6.29130.01",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.CosmosDB.CosmosDBManagementClient/1.2.1.0"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-gatewayversion": [
+ "version=2.11.0"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11987"
+ ],
+ "x-ms-request-id": [
+ "d92ac157-e40f-4a41-98c1-1cc5ee2303d7"
+ ],
+ "x-ms-correlation-request-id": [
+ "d92ac157-e40f-4a41-98c1-1cc5ee2303d7"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20200903T010003Z:d92ac157-e40f-4a41-98c1-1cc5ee2303d7"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Thu, 03 Sep 2020 01:00:03 GMT"
+ ],
+ "Content-Length": [
+ "410"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Content-Location": [
+ "https://management.documents.azure.com:450/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/CosmosDBResourceGroup2510/providers/Microsoft.DocumentDB/databaseAccounts/db2725/cassandraKeyspaces/KeyspaceName3/tables/tableName/throughputSettings/default?api-version=2020-04-01"
+ ]
+ },
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/CosmosDBResourceGroup2510/providers/Microsoft.DocumentDB/databaseAccounts/db2725/cassandraKeyspaces/KeyspaceName3/tables/tableName/throughputSettings/default\",\r\n \"type\": \"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/tables/throughputSettings\",\r\n \"name\": \"RuaD\",\r\n \"properties\": {\r\n \"resource\": {\r\n \"throughput\": 800,\r\n \"minimumThroughput\": \"400\"\r\n }\r\n }\r\n}",
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/CosmosDBResourceGroup2510/providers/Microsoft.DocumentDB/databaseAccounts/db2725/cassandraKeyspaces/KeyspaceName3/tables/tableName/throughputSettings/default/migrateToAutoscale?api-version=2020-04-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTIwNTNiOGYtY2FiNS00ZjVjLTljMWEtODcwNTgwMTQyYWJkL3Jlc291cmNlR3JvdXBzL0Nvc21vc0RCUmVzb3VyY2VHcm91cDI1MTAvcHJvdmlkZXJzL01pY3Jvc29mdC5Eb2N1bWVudERCL2RhdGFiYXNlQWNjb3VudHMvZGIyNzI1L2Nhc3NhbmRyYUtleXNwYWNlcy9LZXlzcGFjZU5hbWUzL3RhYmxlcy90YWJsZU5hbWUvdGhyb3VnaHB1dFNldHRpbmdzL2RlZmF1bHQvbWlncmF0ZVRvQXV0b3NjYWxlP2FwaS12ZXJzaW9uPTIwMjAtMDQtMDE=",
+ "RequestMethod": "POST",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "f3157d4f-10c6-41cf-a61a-8aee9d07d2a0"
+ ],
+ "Accept-Language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.6.29130.01",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.CosmosDB.CosmosDBManagementClient/1.2.1.0"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Location": [
+ "https://management.azure.com/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/CosmosDBResourceGroup2510/providers/Microsoft.DocumentDB/databaseAccounts/db2725/cassandraKeyspaces/KeyspaceName3/tables/tableName/throughputSettings/default/migrateToAutoscale/operationResults/aaf31531-3599-4da8-8d63-c76576363ce8?api-version=2020-04-01"
+ ],
+ "Azure-AsyncOperation": [
+ "https://management.azure.com/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/providers/Microsoft.DocumentDB/locations/uaenorth/operationsStatus/aaf31531-3599-4da8-8d63-c76576363ce8?api-version=2020-04-01"
+ ],
+ "x-ms-request-id": [
+ "aaf31531-3599-4da8-8d63-c76576363ce8"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-gatewayversion": [
+ "version=2.11.0"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-writes": [
+ "1197"
+ ],
+ "x-ms-correlation-request-id": [
+ "6cabe7cd-91dd-49dc-a64c-2ed4853624e4"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20200903T010004Z:6cabe7cd-91dd-49dc-a64c-2ed4853624e4"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Thu, 03 Sep 2020 01:00:04 GMT"
+ ],
+ "Content-Length": [
+ "21"
+ ],
+ "Content-Type": [
+ "application/json"
+ ]
+ },
+ "ResponseBody": "{\r\n \"status\": \"Enqueued\"\r\n}",
+ "StatusCode": 202
+ },
+ {
+ "RequestUri": "/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/providers/Microsoft.DocumentDB/locations/uaenorth/operationsStatus/aaf31531-3599-4da8-8d63-c76576363ce8?api-version=2020-04-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTIwNTNiOGYtY2FiNS00ZjVjLTljMWEtODcwNTgwMTQyYWJkL3Byb3ZpZGVycy9NaWNyb3NvZnQuRG9jdW1lbnREQi9sb2NhdGlvbnMvdWFlbm9ydGgvb3BlcmF0aW9uc1N0YXR1cy9hYWYzMTUzMS0zNTk5LTRkYTgtOGQ2My1jNzY1NzYzNjNjZTg/YXBpLXZlcnNpb249MjAyMC0wNC0wMQ==",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "FxVersion/4.6.29130.01",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.CosmosDB.CosmosDBManagementClient/1.2.1.0"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-gatewayversion": [
+ "version=2.11.0"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11986"
+ ],
+ "x-ms-request-id": [
+ "893e472a-7818-474b-89fd-11ef712bb631"
+ ],
+ "x-ms-correlation-request-id": [
+ "893e472a-7818-474b-89fd-11ef712bb631"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20200903T010034Z:893e472a-7818-474b-89fd-11ef712bb631"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Thu, 03 Sep 2020 01:00:34 GMT"
+ ],
+ "Content-Length": [
+ "22"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Content-Location": [
+ "https://management.documents.azure.com:450/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/providers/Microsoft.DocumentDB/locations/uaenorth/operationsStatus/aaf31531-3599-4da8-8d63-c76576363ce8?api-version=2020-04-01"
+ ]
+ },
+ "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}",
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/CosmosDBResourceGroup2510/providers/Microsoft.DocumentDB/databaseAccounts/db2725/cassandraKeyspaces/KeyspaceName3/tables/tableName/throughputSettings/default/migrateToAutoscale/operationResults/aaf31531-3599-4da8-8d63-c76576363ce8?api-version=2020-04-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTIwNTNiOGYtY2FiNS00ZjVjLTljMWEtODcwNTgwMTQyYWJkL3Jlc291cmNlR3JvdXBzL0Nvc21vc0RCUmVzb3VyY2VHcm91cDI1MTAvcHJvdmlkZXJzL01pY3Jvc29mdC5Eb2N1bWVudERCL2RhdGFiYXNlQWNjb3VudHMvZGIyNzI1L2Nhc3NhbmRyYUtleXNwYWNlcy9LZXlzcGFjZU5hbWUzL3RhYmxlcy90YWJsZU5hbWUvdGhyb3VnaHB1dFNldHRpbmdzL2RlZmF1bHQvbWlncmF0ZVRvQXV0b3NjYWxlL29wZXJhdGlvblJlc3VsdHMvYWFmMzE1MzEtMzU5OS00ZGE4LThkNjMtYzc2NTc2MzYzY2U4P2FwaS12ZXJzaW9uPTIwMjAtMDQtMDE=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "FxVersion/4.6.29130.01",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.CosmosDB.CosmosDBManagementClient/1.2.1.0"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-gatewayversion": [
+ "version=2.11.0"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11985"
+ ],
+ "x-ms-request-id": [
+ "d424c273-47df-402b-8d9d-7a4c558b9415"
+ ],
+ "x-ms-correlation-request-id": [
+ "d424c273-47df-402b-8d9d-7a4c558b9415"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20200903T010035Z:d424c273-47df-402b-8d9d-7a4c558b9415"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Thu, 03 Sep 2020 01:00:35 GMT"
+ ],
+ "Content-Length": [
+ "492"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Content-Location": [
+ "https://management.documents.azure.com:450/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/CosmosDBResourceGroup2510/providers/Microsoft.DocumentDB/databaseAccounts/db2725/cassandraKeyspaces/KeyspaceName3/tables/tableName/throughputSettings/default/migrateToAutoscale/operationResults/aaf31531-3599-4da8-8d63-c76576363ce8?api-version=2020-04-01"
+ ]
+ },
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/CosmosDBResourceGroup2510/providers/Microsoft.DocumentDB/databaseAccounts/db2725/cassandraKeyspaces/KeyspaceName3/tables/tableName/throughputSettings/default/migrateToAutoscale\",\r\n \"type\": \"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/tables/throughputSettings/migrateToAutoscale\",\r\n \"name\": \"RuaD\",\r\n \"properties\": {\r\n \"resource\": {\r\n \"throughput\": 400,\r\n \"autoscaleSettings\": {\r\n \"maxThroughput\": 4000\r\n },\r\n \"minimumThroughput\": \"4000\"\r\n }\r\n }\r\n}",
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/CosmosDBResourceGroup2510/providers/Microsoft.DocumentDB/databaseAccounts/db2725/cassandraKeyspaces/KeyspaceName3/tables/tableName/throughputSettings/default/migrateToManualThroughput?api-version=2020-04-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTIwNTNiOGYtY2FiNS00ZjVjLTljMWEtODcwNTgwMTQyYWJkL3Jlc291cmNlR3JvdXBzL0Nvc21vc0RCUmVzb3VyY2VHcm91cDI1MTAvcHJvdmlkZXJzL01pY3Jvc29mdC5Eb2N1bWVudERCL2RhdGFiYXNlQWNjb3VudHMvZGIyNzI1L2Nhc3NhbmRyYUtleXNwYWNlcy9LZXlzcGFjZU5hbWUzL3RhYmxlcy90YWJsZU5hbWUvdGhyb3VnaHB1dFNldHRpbmdzL2RlZmF1bHQvbWlncmF0ZVRvTWFudWFsVGhyb3VnaHB1dD9hcGktdmVyc2lvbj0yMDIwLTA0LTAx",
+ "RequestMethod": "POST",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "e492d1a0-b5c9-47ef-99b8-1da89fd51561"
+ ],
+ "Accept-Language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.6.29130.01",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.CosmosDB.CosmosDBManagementClient/1.2.1.0"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Location": [
+ "https://management.azure.com/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/CosmosDBResourceGroup2510/providers/Microsoft.DocumentDB/databaseAccounts/db2725/cassandraKeyspaces/KeyspaceName3/tables/tableName/throughputSettings/default/migrateToManualThroughput/operationResults/9082c57b-f02d-4a75-b57d-e8a34191f370?api-version=2020-04-01"
+ ],
+ "Azure-AsyncOperation": [
+ "https://management.azure.com/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/providers/Microsoft.DocumentDB/locations/uaenorth/operationsStatus/9082c57b-f02d-4a75-b57d-e8a34191f370?api-version=2020-04-01"
+ ],
+ "x-ms-request-id": [
+ "9082c57b-f02d-4a75-b57d-e8a34191f370"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-gatewayversion": [
+ "version=2.11.0"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-writes": [
+ "1196"
+ ],
+ "x-ms-correlation-request-id": [
+ "6ff40553-cfb0-42d5-b121-b85d45eb04e5"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20200903T010036Z:6ff40553-cfb0-42d5-b121-b85d45eb04e5"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Thu, 03 Sep 2020 01:00:36 GMT"
+ ],
+ "Content-Length": [
+ "21"
+ ],
+ "Content-Type": [
+ "application/json"
+ ]
+ },
+ "ResponseBody": "{\r\n \"status\": \"Enqueued\"\r\n}",
+ "StatusCode": 202
+ },
+ {
+ "RequestUri": "/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/providers/Microsoft.DocumentDB/locations/uaenorth/operationsStatus/9082c57b-f02d-4a75-b57d-e8a34191f370?api-version=2020-04-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTIwNTNiOGYtY2FiNS00ZjVjLTljMWEtODcwNTgwMTQyYWJkL3Byb3ZpZGVycy9NaWNyb3NvZnQuRG9jdW1lbnREQi9sb2NhdGlvbnMvdWFlbm9ydGgvb3BlcmF0aW9uc1N0YXR1cy85MDgyYzU3Yi1mMDJkLTRhNzUtYjU3ZC1lOGEzNDE5MWYzNzA/YXBpLXZlcnNpb249MjAyMC0wNC0wMQ==",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "FxVersion/4.6.29130.01",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.CosmosDB.CosmosDBManagementClient/1.2.1.0"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-gatewayversion": [
+ "version=2.11.0"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11984"
+ ],
+ "x-ms-request-id": [
+ "ea512815-b13a-4aa7-8f01-d3c2ba08cb62"
+ ],
+ "x-ms-correlation-request-id": [
+ "ea512815-b13a-4aa7-8f01-d3c2ba08cb62"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20200903T010107Z:ea512815-b13a-4aa7-8f01-d3c2ba08cb62"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Thu, 03 Sep 2020 01:01:06 GMT"
+ ],
+ "Content-Length": [
+ "22"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Content-Location": [
+ "https://management.documents.azure.com:450/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/providers/Microsoft.DocumentDB/locations/uaenorth/operationsStatus/9082c57b-f02d-4a75-b57d-e8a34191f370?api-version=2020-04-01"
+ ]
+ },
+ "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}",
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/CosmosDBResourceGroup2510/providers/Microsoft.DocumentDB/databaseAccounts/db2725/cassandraKeyspaces/KeyspaceName3/tables/tableName/throughputSettings/default/migrateToManualThroughput/operationResults/9082c57b-f02d-4a75-b57d-e8a34191f370?api-version=2020-04-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTIwNTNiOGYtY2FiNS00ZjVjLTljMWEtODcwNTgwMTQyYWJkL3Jlc291cmNlR3JvdXBzL0Nvc21vc0RCUmVzb3VyY2VHcm91cDI1MTAvcHJvdmlkZXJzL01pY3Jvc29mdC5Eb2N1bWVudERCL2RhdGFiYXNlQWNjb3VudHMvZGIyNzI1L2Nhc3NhbmRyYUtleXNwYWNlcy9LZXlzcGFjZU5hbWUzL3RhYmxlcy90YWJsZU5hbWUvdGhyb3VnaHB1dFNldHRpbmdzL2RlZmF1bHQvbWlncmF0ZVRvTWFudWFsVGhyb3VnaHB1dC9vcGVyYXRpb25SZXN1bHRzLzkwODJjNTdiLWYwMmQtNGE3NS1iNTdkLWU4YTM0MTkxZjM3MD9hcGktdmVyc2lvbj0yMDIwLTA0LTAx",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "FxVersion/4.6.29130.01",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.CosmosDB.CosmosDBManagementClient/1.2.1.0"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-gatewayversion": [
+ "version=2.11.0"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11983"
+ ],
+ "x-ms-request-id": [
+ "cee65a66-5b99-46e6-ac46-e587b9bfe0e4"
+ ],
+ "x-ms-correlation-request-id": [
+ "cee65a66-5b99-46e6-ac46-e587b9bfe0e4"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20200903T010108Z:cee65a66-5b99-46e6-ac46-e587b9bfe0e4"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Thu, 03 Sep 2020 01:01:07 GMT"
+ ],
+ "Content-Length": [
+ "463"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Content-Location": [
+ "https://management.documents.azure.com:450/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/CosmosDBResourceGroup2510/providers/Microsoft.DocumentDB/databaseAccounts/db2725/cassandraKeyspaces/KeyspaceName3/tables/tableName/throughputSettings/default/migrateToManualThroughput/operationResults/9082c57b-f02d-4a75-b57d-e8a34191f370?api-version=2020-04-01"
+ ]
+ },
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/CosmosDBResourceGroup2510/providers/Microsoft.DocumentDB/databaseAccounts/db2725/cassandraKeyspaces/KeyspaceName3/tables/tableName/throughputSettings/default/migrateToManualThroughput\",\r\n \"type\": \"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/tables/throughputSettings/migrateToManualThroughput\",\r\n \"name\": \"RuaD\",\r\n \"properties\": {\r\n \"resource\": {\r\n \"throughput\": 4000,\r\n \"minimumThroughput\": \"400\"\r\n }\r\n }\r\n}",
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/CosmosDBResourceGroup2510/providers/Microsoft.DocumentDB/databaseAccounts/db2725/cassandraKeyspaces/KeyspaceName3/tables/tableName?api-version=2020-04-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTIwNTNiOGYtY2FiNS00ZjVjLTljMWEtODcwNTgwMTQyYWJkL3Jlc291cmNlR3JvdXBzL0Nvc21vc0RCUmVzb3VyY2VHcm91cDI1MTAvcHJvdmlkZXJzL01pY3Jvc29mdC5Eb2N1bWVudERCL2RhdGFiYXNlQWNjb3VudHMvZGIyNzI1L2Nhc3NhbmRyYUtleXNwYWNlcy9LZXlzcGFjZU5hbWUzL3RhYmxlcy90YWJsZU5hbWU/YXBpLXZlcnNpb249MjAyMC0wNC0wMQ==",
+ "RequestMethod": "DELETE",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "09a25c8b-0b2e-4277-85d8-0eb76ff3c63f"
+ ],
+ "Accept-Language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.6.29130.01",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.CosmosDB.CosmosDBManagementClient/1.2.1.0"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Location": [
+ "https://management.azure.com/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/CosmosDBResourceGroup2510/providers/Microsoft.DocumentDB/databaseAccounts/db2725/cassandraKeyspaces/KeyspaceName3/tables/tableName/operationResults/e981f070-37b2-44a1-91d4-761e38ebc605?api-version=2020-04-01"
+ ],
+ "Azure-AsyncOperation": [
+ "https://management.azure.com/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/providers/Microsoft.DocumentDB/locations/uaenorth/operationsStatus/e981f070-37b2-44a1-91d4-761e38ebc605?api-version=2020-04-01"
+ ],
+ "x-ms-request-id": [
+ "e981f070-37b2-44a1-91d4-761e38ebc605"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-gatewayversion": [
+ "version=2.11.0"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-deletes": [
+ "14999"
+ ],
+ "x-ms-correlation-request-id": [
+ "c3682c55-3b17-46f8-b99b-fcc3bbe93c6d"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20200903T010108Z:c3682c55-3b17-46f8-b99b-fcc3bbe93c6d"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Thu, 03 Sep 2020 01:01:07 GMT"
+ ],
+ "Content-Length": [
+ "21"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Content-Location": [
+ "https://management.documents.azure.com:450/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/CosmosDBResourceGroup2510/providers/Microsoft.DocumentDB/databaseAccounts/db2725/cassandraKeyspaces/KeyspaceName3/tables/tableName?api-version=2020-04-01"
+ ]
+ },
+ "ResponseBody": "{\r\n \"status\": \"Enqueued\"\r\n}",
+ "StatusCode": 202
+ },
+ {
+ "RequestUri": "/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/CosmosDBResourceGroup2510/providers/Microsoft.DocumentDB/databaseAccounts/db2725/cassandraKeyspaces/KeyspaceName3/tables/tableName?api-version=2020-04-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTIwNTNiOGYtY2FiNS00ZjVjLTljMWEtODcwNTgwMTQyYWJkL3Jlc291cmNlR3JvdXBzL0Nvc21vc0RCUmVzb3VyY2VHcm91cDI1MTAvcHJvdmlkZXJzL01pY3Jvc29mdC5Eb2N1bWVudERCL2RhdGFiYXNlQWNjb3VudHMvZGIyNzI1L2Nhc3NhbmRyYUtleXNwYWNlcy9LZXlzcGFjZU5hbWUzL3RhYmxlcy90YWJsZU5hbWU/YXBpLXZlcnNpb249MjAyMC0wNC0wMQ==",
+ "RequestMethod": "DELETE",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "55ff4e87-4e6f-4801-978b-a88826205270"
+ ],
+ "Accept-Language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.6.29130.01",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.CosmosDB.CosmosDBManagementClient/1.2.1.0"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Location": [
+ "https://management.azure.com/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/CosmosDBResourceGroup2510/providers/Microsoft.DocumentDB/databaseAccounts/db2725/cassandraKeyspaces/KeyspaceName3/tables/tableName/operationResults/2fb3e731-0735-4c57-a9cf-af0acd283258?api-version=2020-04-01"
+ ],
+ "Azure-AsyncOperation": [
+ "https://management.azure.com/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/providers/Microsoft.DocumentDB/locations/uaenorth/operationsStatus/2fb3e731-0735-4c57-a9cf-af0acd283258?api-version=2020-04-01"
+ ],
+ "x-ms-request-id": [
+ "2fb3e731-0735-4c57-a9cf-af0acd283258"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-gatewayversion": [
+ "version=2.11.0"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-deletes": [
+ "14999"
+ ],
+ "x-ms-correlation-request-id": [
+ "5abcbdc5-3314-48aa-af64-50c4e37bc059"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20200903T010216Z:5abcbdc5-3314-48aa-af64-50c4e37bc059"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Thu, 03 Sep 2020 01:02:15 GMT"
+ ],
+ "Content-Length": [
+ "21"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Content-Location": [
+ "https://management.documents.azure.com:450/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/CosmosDBResourceGroup2510/providers/Microsoft.DocumentDB/databaseAccounts/db2725/cassandraKeyspaces/KeyspaceName3/tables/tableName?api-version=2020-04-01"
+ ]
+ },
+ "ResponseBody": "{\r\n \"status\": \"Enqueued\"\r\n}",
+ "StatusCode": 202
+ },
+ {
+ "RequestUri": "/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/providers/Microsoft.DocumentDB/locations/uaenorth/operationsStatus/e981f070-37b2-44a1-91d4-761e38ebc605?api-version=2020-04-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTIwNTNiOGYtY2FiNS00ZjVjLTljMWEtODcwNTgwMTQyYWJkL3Byb3ZpZGVycy9NaWNyb3NvZnQuRG9jdW1lbnREQi9sb2NhdGlvbnMvdWFlbm9ydGgvb3BlcmF0aW9uc1N0YXR1cy9lOTgxZjA3MC0zN2IyLTQ0YTEtOTFkNC03NjFlMzhlYmM2MDU/YXBpLXZlcnNpb249MjAyMC0wNC0wMQ==",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "FxVersion/4.6.29130.01",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.CosmosDB.CosmosDBManagementClient/1.2.1.0"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-gatewayversion": [
+ "version=2.11.0"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11982"
+ ],
+ "x-ms-request-id": [
+ "cb023b59-8704-4b89-85af-4dbebd917bda"
+ ],
+ "x-ms-correlation-request-id": [
+ "cb023b59-8704-4b89-85af-4dbebd917bda"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20200903T010138Z:cb023b59-8704-4b89-85af-4dbebd917bda"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Thu, 03 Sep 2020 01:01:38 GMT"
+ ],
+ "Content-Length": [
+ "22"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Content-Location": [
+ "https://management.documents.azure.com:450/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/providers/Microsoft.DocumentDB/locations/uaenorth/operationsStatus/e981f070-37b2-44a1-91d4-761e38ebc605?api-version=2020-04-01"
+ ]
+ },
+ "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}",
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/CosmosDBResourceGroup2510/providers/Microsoft.DocumentDB/databaseAccounts/db2725/cassandraKeyspaces/KeyspaceName3/tables/tableName/operationResults/e981f070-37b2-44a1-91d4-761e38ebc605?api-version=2020-04-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTIwNTNiOGYtY2FiNS00ZjVjLTljMWEtODcwNTgwMTQyYWJkL3Jlc291cmNlR3JvdXBzL0Nvc21vc0RCUmVzb3VyY2VHcm91cDI1MTAvcHJvdmlkZXJzL01pY3Jvc29mdC5Eb2N1bWVudERCL2RhdGFiYXNlQWNjb3VudHMvZGIyNzI1L2Nhc3NhbmRyYUtleXNwYWNlcy9LZXlzcGFjZU5hbWUzL3RhYmxlcy90YWJsZU5hbWUvb3BlcmF0aW9uUmVzdWx0cy9lOTgxZjA3MC0zN2IyLTQ0YTEtOTFkNC03NjFlMzhlYmM2MDU/YXBpLXZlcnNpb249MjAyMC0wNC0wMQ==",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "FxVersion/4.6.29130.01",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.CosmosDB.CosmosDBManagementClient/1.2.1.0"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-gatewayversion": [
+ "version=2.11.0"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11981"
+ ],
+ "x-ms-request-id": [
+ "77a88e9b-f17d-46c7-9371-64c9fb3691ee"
+ ],
+ "x-ms-correlation-request-id": [
+ "77a88e9b-f17d-46c7-9371-64c9fb3691ee"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20200903T010139Z:77a88e9b-f17d-46c7-9371-64c9fb3691ee"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Thu, 03 Sep 2020 01:01:38 GMT"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Content-Location": [
+ "https://management.documents.azure.com:450/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/CosmosDBResourceGroup2510/providers/Microsoft.DocumentDB/databaseAccounts/db2725/cassandraKeyspaces/KeyspaceName3/tables/tableName/operationResults/e981f070-37b2-44a1-91d4-761e38ebc605?api-version=2020-04-01"
+ ]
+ },
+ "ResponseBody": "",
+ "StatusCode": 204
+ },
+ {
+ "RequestUri": "/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/CosmosDBResourceGroup2510/providers/Microsoft.DocumentDB/databaseAccounts/db2725/cassandraKeyspaces/KeyspaceName3?api-version=2020-04-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTIwNTNiOGYtY2FiNS00ZjVjLTljMWEtODcwNTgwMTQyYWJkL3Jlc291cmNlR3JvdXBzL0Nvc21vc0RCUmVzb3VyY2VHcm91cDI1MTAvcHJvdmlkZXJzL01pY3Jvc29mdC5Eb2N1bWVudERCL2RhdGFiYXNlQWNjb3VudHMvZGIyNzI1L2Nhc3NhbmRyYUtleXNwYWNlcy9LZXlzcGFjZU5hbWUzP2FwaS12ZXJzaW9uPTIwMjAtMDQtMDE=",
+ "RequestMethod": "DELETE",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "fa909222-69ec-47e8-bccc-6c3f5fe50b13"
+ ],
+ "Accept-Language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.6.29130.01",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.CosmosDB.CosmosDBManagementClient/1.2.1.0"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Location": [
+ "https://management.azure.com/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/CosmosDBResourceGroup2510/providers/Microsoft.DocumentDB/databaseAccounts/db2725/cassandraKeyspaces/KeyspaceName3/operationResults/52b40158-5839-4dbd-92ec-56dc467ea7b3?api-version=2020-04-01"
+ ],
+ "Azure-AsyncOperation": [
+ "https://management.azure.com/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/providers/Microsoft.DocumentDB/locations/uaenorth/operationsStatus/52b40158-5839-4dbd-92ec-56dc467ea7b3?api-version=2020-04-01"
+ ],
+ "x-ms-request-id": [
+ "52b40158-5839-4dbd-92ec-56dc467ea7b3"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-gatewayversion": [
+ "version=2.11.0"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-deletes": [
+ "14999"
+ ],
+ "x-ms-correlation-request-id": [
+ "85b4ed88-3451-456f-9127-6cff054d5fa6"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20200903T010139Z:85b4ed88-3451-456f-9127-6cff054d5fa6"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Thu, 03 Sep 2020 01:01:39 GMT"
+ ],
+ "Content-Length": [
+ "21"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Content-Location": [
+ "https://management.documents.azure.com:450/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/CosmosDBResourceGroup2510/providers/Microsoft.DocumentDB/databaseAccounts/db2725/cassandraKeyspaces/KeyspaceName3?api-version=2020-04-01"
+ ]
+ },
+ "ResponseBody": "{\r\n \"status\": \"Enqueued\"\r\n}",
+ "StatusCode": 202
+ },
+ {
+ "RequestUri": "/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/CosmosDBResourceGroup2510/providers/Microsoft.DocumentDB/databaseAccounts/db2725/cassandraKeyspaces/KeyspaceName3?api-version=2020-04-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTIwNTNiOGYtY2FiNS00ZjVjLTljMWEtODcwNTgwMTQyYWJkL3Jlc291cmNlR3JvdXBzL0Nvc21vc0RCUmVzb3VyY2VHcm91cDI1MTAvcHJvdmlkZXJzL01pY3Jvc29mdC5Eb2N1bWVudERCL2RhdGFiYXNlQWNjb3VudHMvZGIyNzI1L2Nhc3NhbmRyYUtleXNwYWNlcy9LZXlzcGFjZU5hbWUzP2FwaS12ZXJzaW9uPTIwMjAtMDQtMDE=",
+ "RequestMethod": "DELETE",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "735c8dc2-5a7a-403d-b350-eb09a8bb606c"
+ ],
+ "Accept-Language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.6.29130.01",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.CosmosDB.CosmosDBManagementClient/1.2.1.0"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Location": [
+ "https://management.azure.com/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/CosmosDBResourceGroup2510/providers/Microsoft.DocumentDB/databaseAccounts/db2725/cassandraKeyspaces/KeyspaceName3/operationResults/8ee134dd-9fcf-4656-a781-3af24bf9485e?api-version=2020-04-01"
+ ],
+ "Azure-AsyncOperation": [
+ "https://management.azure.com/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/providers/Microsoft.DocumentDB/locations/uaenorth/operationsStatus/8ee134dd-9fcf-4656-a781-3af24bf9485e?api-version=2020-04-01"
+ ],
+ "x-ms-request-id": [
+ "8ee134dd-9fcf-4656-a781-3af24bf9485e"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-gatewayversion": [
+ "version=2.11.0"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-deletes": [
+ "14999"
+ ],
+ "x-ms-correlation-request-id": [
+ "77398440-34a1-46b4-a3c0-c38b61065b99"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20200903T010246Z:77398440-34a1-46b4-a3c0-c38b61065b99"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Thu, 03 Sep 2020 01:02:46 GMT"
+ ],
+ "Content-Length": [
+ "21"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Content-Location": [
+ "https://management.documents.azure.com:450/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/CosmosDBResourceGroup2510/providers/Microsoft.DocumentDB/databaseAccounts/db2725/cassandraKeyspaces/KeyspaceName3?api-version=2020-04-01"
+ ]
+ },
+ "ResponseBody": "{\r\n \"status\": \"Enqueued\"\r\n}",
+ "StatusCode": 202
+ },
+ {
+ "RequestUri": "/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/providers/Microsoft.DocumentDB/locations/uaenorth/operationsStatus/52b40158-5839-4dbd-92ec-56dc467ea7b3?api-version=2020-04-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTIwNTNiOGYtY2FiNS00ZjVjLTljMWEtODcwNTgwMTQyYWJkL3Byb3ZpZGVycy9NaWNyb3NvZnQuRG9jdW1lbnREQi9sb2NhdGlvbnMvdWFlbm9ydGgvb3BlcmF0aW9uc1N0YXR1cy81MmI0MDE1OC01ODM5LTRkYmQtOTJlYy01NmRjNDY3ZWE3YjM/YXBpLXZlcnNpb249MjAyMC0wNC0wMQ==",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "FxVersion/4.6.29130.01",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.CosmosDB.CosmosDBManagementClient/1.2.1.0"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-gatewayversion": [
+ "version=2.11.0"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11999"
+ ],
+ "x-ms-request-id": [
+ "ac7c74a5-af7d-457e-81aa-fc5ba0a76975"
+ ],
+ "x-ms-correlation-request-id": [
+ "ac7c74a5-af7d-457e-81aa-fc5ba0a76975"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20200903T010210Z:ac7c74a5-af7d-457e-81aa-fc5ba0a76975"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Thu, 03 Sep 2020 01:02:10 GMT"
+ ],
+ "Content-Length": [
+ "22"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Content-Location": [
+ "https://management.documents.azure.com:450/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/providers/Microsoft.DocumentDB/locations/uaenorth/operationsStatus/52b40158-5839-4dbd-92ec-56dc467ea7b3?api-version=2020-04-01"
+ ]
+ },
+ "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}",
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/CosmosDBResourceGroup2510/providers/Microsoft.DocumentDB/databaseAccounts/db2725/cassandraKeyspaces/KeyspaceName3/operationResults/52b40158-5839-4dbd-92ec-56dc467ea7b3?api-version=2020-04-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTIwNTNiOGYtY2FiNS00ZjVjLTljMWEtODcwNTgwMTQyYWJkL3Jlc291cmNlR3JvdXBzL0Nvc21vc0RCUmVzb3VyY2VHcm91cDI1MTAvcHJvdmlkZXJzL01pY3Jvc29mdC5Eb2N1bWVudERCL2RhdGFiYXNlQWNjb3VudHMvZGIyNzI1L2Nhc3NhbmRyYUtleXNwYWNlcy9LZXlzcGFjZU5hbWUzL29wZXJhdGlvblJlc3VsdHMvNTJiNDAxNTgtNTgzOS00ZGJkLTkyZWMtNTZkYzQ2N2VhN2IzP2FwaS12ZXJzaW9uPTIwMjAtMDQtMDE=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "FxVersion/4.6.29130.01",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.CosmosDB.CosmosDBManagementClient/1.2.1.0"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-gatewayversion": [
+ "version=2.11.0"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11998"
+ ],
+ "x-ms-request-id": [
+ "26082963-8fb1-485f-868d-1086f90e45b6"
+ ],
+ "x-ms-correlation-request-id": [
+ "26082963-8fb1-485f-868d-1086f90e45b6"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20200903T010210Z:26082963-8fb1-485f-868d-1086f90e45b6"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Thu, 03 Sep 2020 01:02:10 GMT"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Content-Location": [
+ "https://management.documents.azure.com:450/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/CosmosDBResourceGroup2510/providers/Microsoft.DocumentDB/databaseAccounts/db2725/cassandraKeyspaces/KeyspaceName3/operationResults/52b40158-5839-4dbd-92ec-56dc467ea7b3?api-version=2020-04-01"
+ ]
+ },
+ "ResponseBody": "",
+ "StatusCode": 204
+ },
+ {
+ "RequestUri": "/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/providers/Microsoft.DocumentDB/locations/uaenorth/operationsStatus/2fb3e731-0735-4c57-a9cf-af0acd283258?api-version=2020-04-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTIwNTNiOGYtY2FiNS00ZjVjLTljMWEtODcwNTgwMTQyYWJkL3Byb3ZpZGVycy9NaWNyb3NvZnQuRG9jdW1lbnREQi9sb2NhdGlvbnMvdWFlbm9ydGgvb3BlcmF0aW9uc1N0YXR1cy8yZmIzZTczMS0wNzM1LTRjNTctYTljZi1hZjBhY2QyODMyNTg/YXBpLXZlcnNpb249MjAyMC0wNC0wMQ==",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "FxVersion/4.6.29130.01",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.CosmosDB.CosmosDBManagementClient/1.2.1.0"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-gatewayversion": [
+ "version=2.11.0"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11999"
+ ],
+ "x-ms-request-id": [
+ "6595cde9-5fce-4332-9fd0-f19744afc2be"
+ ],
+ "x-ms-correlation-request-id": [
+ "6595cde9-5fce-4332-9fd0-f19744afc2be"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20200903T010246Z:6595cde9-5fce-4332-9fd0-f19744afc2be"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Thu, 03 Sep 2020 01:02:45 GMT"
+ ],
+ "Content-Length": [
+ "22"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Content-Location": [
+ "https://management.documents.azure.com:450/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/providers/Microsoft.DocumentDB/locations/uaenorth/operationsStatus/2fb3e731-0735-4c57-a9cf-af0acd283258?api-version=2020-04-01"
+ ]
+ },
+ "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}",
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/CosmosDBResourceGroup2510/providers/Microsoft.DocumentDB/databaseAccounts/db2725/cassandraKeyspaces/KeyspaceName3/tables/tableName/operationResults/2fb3e731-0735-4c57-a9cf-af0acd283258?api-version=2020-04-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTIwNTNiOGYtY2FiNS00ZjVjLTljMWEtODcwNTgwMTQyYWJkL3Jlc291cmNlR3JvdXBzL0Nvc21vc0RCUmVzb3VyY2VHcm91cDI1MTAvcHJvdmlkZXJzL01pY3Jvc29mdC5Eb2N1bWVudERCL2RhdGFiYXNlQWNjb3VudHMvZGIyNzI1L2Nhc3NhbmRyYUtleXNwYWNlcy9LZXlzcGFjZU5hbWUzL3RhYmxlcy90YWJsZU5hbWUvb3BlcmF0aW9uUmVzdWx0cy8yZmIzZTczMS0wNzM1LTRjNTctYTljZi1hZjBhY2QyODMyNTg/YXBpLXZlcnNpb249MjAyMC0wNC0wMQ==",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "FxVersion/4.6.29130.01",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.CosmosDB.CosmosDBManagementClient/1.2.1.0"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-gatewayversion": [
+ "version=2.11.0"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11998"
+ ],
+ "x-ms-request-id": [
+ "765d736c-bbbc-4d92-a8dc-860ce31fd605"
+ ],
+ "x-ms-correlation-request-id": [
+ "765d736c-bbbc-4d92-a8dc-860ce31fd605"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20200903T010246Z:765d736c-bbbc-4d92-a8dc-860ce31fd605"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Thu, 03 Sep 2020 01:02:45 GMT"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Content-Location": [
+ "https://management.documents.azure.com:450/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/CosmosDBResourceGroup2510/providers/Microsoft.DocumentDB/databaseAccounts/db2725/cassandraKeyspaces/KeyspaceName3/tables/tableName/operationResults/2fb3e731-0735-4c57-a9cf-af0acd283258?api-version=2020-04-01"
+ ]
+ },
+ "ResponseBody": "",
+ "StatusCode": 204
+ },
+ {
+ "RequestUri": "/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/providers/Microsoft.DocumentDB/locations/uaenorth/operationsStatus/8ee134dd-9fcf-4656-a781-3af24bf9485e?api-version=2020-04-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTIwNTNiOGYtY2FiNS00ZjVjLTljMWEtODcwNTgwMTQyYWJkL3Byb3ZpZGVycy9NaWNyb3NvZnQuRG9jdW1lbnREQi9sb2NhdGlvbnMvdWFlbm9ydGgvb3BlcmF0aW9uc1N0YXR1cy84ZWUxMzRkZC05ZmNmLTQ2NTYtYTc4MS0zYWYyNGJmOTQ4NWU/YXBpLXZlcnNpb249MjAyMC0wNC0wMQ==",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "FxVersion/4.6.29130.01",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.CosmosDB.CosmosDBManagementClient/1.2.1.0"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-gatewayversion": [
+ "version=2.11.0"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11999"
+ ],
+ "x-ms-request-id": [
+ "248ac432-11fb-496c-a992-288b7a60ee69"
+ ],
+ "x-ms-correlation-request-id": [
+ "248ac432-11fb-496c-a992-288b7a60ee69"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20200903T010317Z:248ac432-11fb-496c-a992-288b7a60ee69"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Thu, 03 Sep 2020 01:03:16 GMT"
+ ],
+ "Content-Length": [
+ "22"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Content-Location": [
+ "https://management.documents.azure.com:450/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/providers/Microsoft.DocumentDB/locations/uaenorth/operationsStatus/8ee134dd-9fcf-4656-a781-3af24bf9485e?api-version=2020-04-01"
+ ]
+ },
+ "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}",
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/CosmosDBResourceGroup2510/providers/Microsoft.DocumentDB/databaseAccounts/db2725/cassandraKeyspaces/KeyspaceName3/operationResults/8ee134dd-9fcf-4656-a781-3af24bf9485e?api-version=2020-04-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTIwNTNiOGYtY2FiNS00ZjVjLTljMWEtODcwNTgwMTQyYWJkL3Jlc291cmNlR3JvdXBzL0Nvc21vc0RCUmVzb3VyY2VHcm91cDI1MTAvcHJvdmlkZXJzL01pY3Jvc29mdC5Eb2N1bWVudERCL2RhdGFiYXNlQWNjb3VudHMvZGIyNzI1L2Nhc3NhbmRyYUtleXNwYWNlcy9LZXlzcGFjZU5hbWUzL29wZXJhdGlvblJlc3VsdHMvOGVlMTM0ZGQtOWZjZi00NjU2LWE3ODEtM2FmMjRiZjk0ODVlP2FwaS12ZXJzaW9uPTIwMjAtMDQtMDE=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "FxVersion/4.6.29130.01",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.CosmosDB.CosmosDBManagementClient/1.2.1.0"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-gatewayversion": [
+ "version=2.11.0"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11998"
+ ],
+ "x-ms-request-id": [
+ "1761c643-190a-4a0a-a4a6-4f6c4d140654"
+ ],
+ "x-ms-correlation-request-id": [
+ "1761c643-190a-4a0a-a4a6-4f6c4d140654"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20200903T010317Z:1761c643-190a-4a0a-a4a6-4f6c4d140654"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Thu, 03 Sep 2020 01:03:17 GMT"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Content-Location": [
+ "https://management.documents.azure.com:450/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/CosmosDBResourceGroup2510/providers/Microsoft.DocumentDB/databaseAccounts/db2725/cassandraKeyspaces/KeyspaceName3/operationResults/8ee134dd-9fcf-4656-a781-3af24bf9485e?api-version=2020-04-01"
+ ]
+ },
+ "ResponseBody": "",
+ "StatusCode": 204
+ }
+ ],
+ "Names": {},
+ "Variables": {
+ "SubscriptionId": "12053b8f-cab5-4f5c-9c1a-870580142abd"
+ }
+}
\ No newline at end of file
diff --git a/src/CosmosDB/CosmosDB.Test/SessionRecords/Microsoft.Azure.Commands.CosmosDB.Test.ScenarioTests.ScenarioTest.GremlinOperationsTests/TestGremlinMigrateThroughputCmdlets.json b/src/CosmosDB/CosmosDB.Test/SessionRecords/Microsoft.Azure.Commands.CosmosDB.Test.ScenarioTests.ScenarioTest.GremlinOperationsTests/TestGremlinMigrateThroughputCmdlets.json
new file mode 100644
index 000000000000..b80f70299328
--- /dev/null
+++ b/src/CosmosDB/CosmosDB.Test/SessionRecords/Microsoft.Azure.Commands.CosmosDB.Test.ScenarioTests.ScenarioTest.GremlinOperationsTests/TestGremlinMigrateThroughputCmdlets.json
@@ -0,0 +1,2246 @@
+{
+ "Entries": [
+ {
+ "RequestUri": "/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/CosmosDBResourceGroup2510/providers/Microsoft.DocumentDB/databaseAccounts/db1002/gremlinDatabases/dbName4?api-version=2020-04-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTIwNTNiOGYtY2FiNS00ZjVjLTljMWEtODcwNTgwMTQyYWJkL3Jlc291cmNlR3JvdXBzL0Nvc21vc0RCUmVzb3VyY2VHcm91cDI1MTAvcHJvdmlkZXJzL01pY3Jvc29mdC5Eb2N1bWVudERCL2RhdGFiYXNlQWNjb3VudHMvZGIxMDAyL2dyZW1saW5EYXRhYmFzZXMvZGJOYW1lND9hcGktdmVyc2lvbj0yMDIwLTA0LTAx",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "4dd8bfdd-6296-4540-aa0c-294676dc0f72"
+ ],
+ "Accept-Language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.6.29130.01",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.CosmosDB.CosmosDBManagementClient/1.2.1.0"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-gatewayversion": [
+ "version=2.11.0"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11999"
+ ],
+ "x-ms-request-id": [
+ "8088f55e-c8ed-43ac-96e1-7e7c611ac1e8"
+ ],
+ "x-ms-correlation-request-id": [
+ "8088f55e-c8ed-43ac-96e1-7e7c611ac1e8"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20200903T001647Z:8088f55e-c8ed-43ac-96e1-7e7c611ac1e8"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Thu, 03 Sep 2020 00:16:46 GMT"
+ ],
+ "Content-Length": [
+ "1773"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Content-Location": [
+ "https://management.documents.azure.com:450/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/CosmosDBResourceGroup2510/providers/Microsoft.DocumentDB/databaseAccounts/db1002/gremlinDatabases/dbName4?api-version=2020-04-01"
+ ]
+ },
+ "ResponseBody": "{\r\n \"code\": \"NotFound\",\r\n \"message\": \"Message: {\\\"code\\\":\\\"NotFound\\\",\\\"message\\\":\\\"Message: {\\\\\\\"Errors\\\\\\\":[\\\\\\\"Resource Not Found. Learn more: https:\\\\\\\\/\\\\\\\\/aka.ms\\\\\\\\/cosmosdb-tsg-not-found\\\\\\\"]}\\\\r\\\\nActivityId: 4dd8bfdd-6296-4540-aa0c-294676dc0f72, Request URI: /apps/ad90b05b-23e6-4982-a769-c47a53d9308b/services/aad6e2e5-ad70-4446-8bb7-fc6a5787b1eb/partitions/9e999512-d0b8-42a3-869b-1c170b2e8534/replicas/132435263742689470s, RequestStats: \\\\r\\\\nRequestStartTime: 2020-09-03T00:16:47.1852861Z, RequestEndTime: 2020-09-03T00:16:47.1852861Z, Number of regions attempted:1\\\\r\\\\nResponseTime: 2020-09-03T00:16:47.1852861Z, StoreResult: StorePhysicalAddress: rntbd://10.0.0.19:11000/apps/ad90b05b-23e6-4982-a769-c47a53d9308b/services/aad6e2e5-ad70-4446-8bb7-fc6a5787b1eb/partitions/9e999512-d0b8-42a3-869b-1c170b2e8534/replicas/132435263742689470s, LSN: 509, GlobalCommittedLsn: 509, PartitionKeyRangeId: , IsValid: True, StatusCode: 404, SubStatusCode: 0, RequestCharge: 1, ItemLSN: -1, SessionToken: -1#509, UsingLocalLSN: False, TransportException: null, ResourceType: Database, OperationType: Read\\\\r\\\\nResponseTime: 2020-09-03T00:16:47.1852861Z, StoreResult: StorePhysicalAddress: rntbd://10.0.0.28:11300/apps/ad90b05b-23e6-4982-a769-c47a53d9308b/services/aad6e2e5-ad70-4446-8bb7-fc6a5787b1eb/partitions/9e999512-d0b8-42a3-869b-1c170b2e8534/replicas/132432561619496202s, LSN: 509, GlobalCommittedLsn: 509, PartitionKeyRangeId: , IsValid: True, StatusCode: 404, SubStatusCode: 0, RequestCharge: 1, ItemLSN: -1, SessionToken: -1#509, UsingLocalLSN: False, TransportException: null, ResourceType: Database, OperationType: Read\\\\r\\\\n, SDK: Microsoft.Azure.Documents.Common/2.11.0\\\"}, Request URI: /dbs/dbName4, RequestStats: , SDK: Microsoft.Azure.Documents.Common/2.11.0\"\r\n}",
+ "StatusCode": 404
+ },
+ {
+ "RequestUri": "/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/CosmosDBResourceGroup2510/providers/Microsoft.DocumentDB/databaseAccounts/db1002/gremlinDatabases/dbName4?api-version=2020-04-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTIwNTNiOGYtY2FiNS00ZjVjLTljMWEtODcwNTgwMTQyYWJkL3Jlc291cmNlR3JvdXBzL0Nvc21vc0RCUmVzb3VyY2VHcm91cDI1MTAvcHJvdmlkZXJzL01pY3Jvc29mdC5Eb2N1bWVudERCL2RhdGFiYXNlQWNjb3VudHMvZGIxMDAyL2dyZW1saW5EYXRhYmFzZXMvZGJOYW1lND9hcGktdmVyc2lvbj0yMDIwLTA0LTAx",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "FxVersion/4.6.29130.01",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.CosmosDB.CosmosDBManagementClient/1.2.1.0"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-gatewayversion": [
+ "version=2.11.0"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11997"
+ ],
+ "x-ms-request-id": [
+ "4ed31ee8-2f33-4b48-a147-8b0ecf80caa1"
+ ],
+ "x-ms-correlation-request-id": [
+ "4ed31ee8-2f33-4b48-a147-8b0ecf80caa1"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20200903T001718Z:4ed31ee8-2f33-4b48-a147-8b0ecf80caa1"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Thu, 03 Sep 2020 00:17:17 GMT"
+ ],
+ "Content-Length": [
+ "451"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Content-Location": [
+ "https://management.documents.azure.com:450/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/CosmosDBResourceGroup2510/providers/Microsoft.DocumentDB/databaseAccounts/db1002/gremlinDatabases/dbName4?api-version=2020-04-01"
+ ]
+ },
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/CosmosDBResourceGroup2510/providers/Microsoft.DocumentDB/databaseAccounts/db1002/gremlinDatabases/dbName4\",\r\n \"type\": \"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases\",\r\n \"name\": \"dbName4\",\r\n \"properties\": {\r\n \"resource\": {\r\n \"id\": \"dbName4\",\r\n \"_rid\": \"BAx4AA==\",\r\n \"_self\": \"dbs/BAx4AA==/\",\r\n \"_etag\": \"\\\"00000342-0000-0100-0000-5f5035f40000\\\"\",\r\n \"_colls\": \"colls/\",\r\n \"_users\": \"users/\",\r\n \"_ts\": 1599092212\r\n }\r\n }\r\n}",
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/CosmosDBResourceGroup2510/providers/Microsoft.DocumentDB/databaseAccounts/db1002/gremlinDatabases/dbName4?api-version=2020-04-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTIwNTNiOGYtY2FiNS00ZjVjLTljMWEtODcwNTgwMTQyYWJkL3Jlc291cmNlR3JvdXBzL0Nvc21vc0RCUmVzb3VyY2VHcm91cDI1MTAvcHJvdmlkZXJzL01pY3Jvc29mdC5Eb2N1bWVudERCL2RhdGFiYXNlQWNjb3VudHMvZGIxMDAyL2dyZW1saW5EYXRhYmFzZXMvZGJOYW1lND9hcGktdmVyc2lvbj0yMDIwLTA0LTAx",
+ "RequestMethod": "PUT",
+ "RequestBody": "{\r\n \"properties\": {\r\n \"resource\": {\r\n \"id\": \"dbName4\"\r\n },\r\n \"options\": {\r\n \"throughput\": 1200\r\n }\r\n }\r\n}",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "92c4bcd0-161e-4706-ba3f-25727cbc26ce"
+ ],
+ "Accept-Language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.6.29130.01",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.CosmosDB.CosmosDBManagementClient/1.2.1.0"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Content-Length": [
+ "129"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Location": [
+ "https://management.azure.com/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/CosmosDBResourceGroup2510/providers/Microsoft.DocumentDB/databaseAccounts/db1002/gremlinDatabases/dbName4/operationResults/7fca3dcf-b64c-4ece-8e1e-815aa9981143?api-version=2020-04-01"
+ ],
+ "Azure-AsyncOperation": [
+ "https://management.azure.com/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/7fca3dcf-b64c-4ece-8e1e-815aa9981143?api-version=2020-04-01"
+ ],
+ "x-ms-request-id": [
+ "7fca3dcf-b64c-4ece-8e1e-815aa9981143"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-gatewayversion": [
+ "version=2.11.0"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-writes": [
+ "1199"
+ ],
+ "x-ms-correlation-request-id": [
+ "adc77a4e-e37e-4729-8419-09370acfeaa0"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20200903T001648Z:adc77a4e-e37e-4729-8419-09370acfeaa0"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Thu, 03 Sep 2020 00:16:47 GMT"
+ ],
+ "Content-Length": [
+ "21"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Content-Location": [
+ "https://management.documents.azure.com:450/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/CosmosDBResourceGroup2510/providers/Microsoft.DocumentDB/databaseAccounts/db1002/gremlinDatabases/dbName4?api-version=2020-04-01"
+ ]
+ },
+ "ResponseBody": "{\r\n \"status\": \"Enqueued\"\r\n}",
+ "StatusCode": 202
+ },
+ {
+ "RequestUri": "/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/7fca3dcf-b64c-4ece-8e1e-815aa9981143?api-version=2020-04-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTIwNTNiOGYtY2FiNS00ZjVjLTljMWEtODcwNTgwMTQyYWJkL3Byb3ZpZGVycy9NaWNyb3NvZnQuRG9jdW1lbnREQi9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnNTdGF0dXMvN2ZjYTNkY2YtYjY0Yy00ZWNlLThlMWUtODE1YWE5OTgxMTQzP2FwaS12ZXJzaW9uPTIwMjAtMDQtMDE=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "FxVersion/4.6.29130.01",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.CosmosDB.CosmosDBManagementClient/1.2.1.0"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-gatewayversion": [
+ "version=2.11.0"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11998"
+ ],
+ "x-ms-request-id": [
+ "4509d253-b0fd-4201-b02a-5aad21406759"
+ ],
+ "x-ms-correlation-request-id": [
+ "4509d253-b0fd-4201-b02a-5aad21406759"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20200903T001718Z:4509d253-b0fd-4201-b02a-5aad21406759"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Thu, 03 Sep 2020 00:17:17 GMT"
+ ],
+ "Content-Length": [
+ "22"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Content-Location": [
+ "https://management.documents.azure.com:450/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/7fca3dcf-b64c-4ece-8e1e-815aa9981143?api-version=2020-04-01"
+ ]
+ },
+ "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}",
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/CosmosDBResourceGroup2510/providers/Microsoft.DocumentDB/databaseAccounts/db1002/gremlinDatabases/dbName4/throughputSettings/default?api-version=2020-04-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTIwNTNiOGYtY2FiNS00ZjVjLTljMWEtODcwNTgwMTQyYWJkL3Jlc291cmNlR3JvdXBzL0Nvc21vc0RCUmVzb3VyY2VHcm91cDI1MTAvcHJvdmlkZXJzL01pY3Jvc29mdC5Eb2N1bWVudERCL2RhdGFiYXNlQWNjb3VudHMvZGIxMDAyL2dyZW1saW5EYXRhYmFzZXMvZGJOYW1lNC90aHJvdWdocHV0U2V0dGluZ3MvZGVmYXVsdD9hcGktdmVyc2lvbj0yMDIwLTA0LTAx",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "ff9c4851-5f65-445c-86bc-7b628d50056d"
+ ],
+ "Accept-Language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.6.29130.01",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.CosmosDB.CosmosDBManagementClient/1.2.1.0"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-gatewayversion": [
+ "version=2.11.0"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11996"
+ ],
+ "x-ms-request-id": [
+ "47ab8dce-9b0d-4dae-a544-39bd3f5b7dea"
+ ],
+ "x-ms-correlation-request-id": [
+ "47ab8dce-9b0d-4dae-a544-39bd3f5b7dea"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20200903T001719Z:47ab8dce-9b0d-4dae-a544-39bd3f5b7dea"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Thu, 03 Sep 2020 00:17:18 GMT"
+ ],
+ "Content-Length": [
+ "377"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Content-Location": [
+ "https://management.documents.azure.com:450/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/CosmosDBResourceGroup2510/providers/Microsoft.DocumentDB/databaseAccounts/db1002/gremlinDatabases/dbName4/throughputSettings/default?api-version=2020-04-01"
+ ]
+ },
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/CosmosDBResourceGroup2510/providers/Microsoft.DocumentDB/databaseAccounts/db1002/gremlinDatabases/dbName4/throughputSettings/default\",\r\n \"type\": \"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/throughputSettings\",\r\n \"name\": \"V4z3\",\r\n \"properties\": {\r\n \"resource\": {\r\n \"throughput\": 1200,\r\n \"minimumThroughput\": \"400\"\r\n }\r\n }\r\n}",
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/CosmosDBResourceGroup2510/providers/Microsoft.DocumentDB/databaseAccounts/db1002/gremlinDatabases/dbName4/throughputSettings/default/migrateToAutoscale?api-version=2020-04-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTIwNTNiOGYtY2FiNS00ZjVjLTljMWEtODcwNTgwMTQyYWJkL3Jlc291cmNlR3JvdXBzL0Nvc21vc0RCUmVzb3VyY2VHcm91cDI1MTAvcHJvdmlkZXJzL01pY3Jvc29mdC5Eb2N1bWVudERCL2RhdGFiYXNlQWNjb3VudHMvZGIxMDAyL2dyZW1saW5EYXRhYmFzZXMvZGJOYW1lNC90aHJvdWdocHV0U2V0dGluZ3MvZGVmYXVsdC9taWdyYXRlVG9BdXRvc2NhbGU/YXBpLXZlcnNpb249MjAyMC0wNC0wMQ==",
+ "RequestMethod": "POST",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "78d8703b-e093-46bb-810b-97ea7ca43da9"
+ ],
+ "Accept-Language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.6.29130.01",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.CosmosDB.CosmosDBManagementClient/1.2.1.0"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Location": [
+ "https://management.azure.com/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/CosmosDBResourceGroup2510/providers/Microsoft.DocumentDB/databaseAccounts/db1002/gremlinDatabases/dbName4/throughputSettings/default/migrateToAutoscale/operationResults/adbf589b-9bee-4b7f-af05-7a3b4b821654?api-version=2020-04-01"
+ ],
+ "Azure-AsyncOperation": [
+ "https://management.azure.com/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/adbf589b-9bee-4b7f-af05-7a3b4b821654?api-version=2020-04-01"
+ ],
+ "x-ms-request-id": [
+ "adbf589b-9bee-4b7f-af05-7a3b4b821654"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-gatewayversion": [
+ "version=2.11.0"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-writes": [
+ "1199"
+ ],
+ "x-ms-correlation-request-id": [
+ "2e9ecba0-9dee-44df-bfc9-556558ed57f0"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20200903T001719Z:2e9ecba0-9dee-44df-bfc9-556558ed57f0"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Thu, 03 Sep 2020 00:17:18 GMT"
+ ],
+ "Content-Length": [
+ "21"
+ ],
+ "Content-Type": [
+ "application/json"
+ ]
+ },
+ "ResponseBody": "{\r\n \"status\": \"Enqueued\"\r\n}",
+ "StatusCode": 202
+ },
+ {
+ "RequestUri": "/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/adbf589b-9bee-4b7f-af05-7a3b4b821654?api-version=2020-04-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTIwNTNiOGYtY2FiNS00ZjVjLTljMWEtODcwNTgwMTQyYWJkL3Byb3ZpZGVycy9NaWNyb3NvZnQuRG9jdW1lbnREQi9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnNTdGF0dXMvYWRiZjU4OWItOWJlZS00YjdmLWFmMDUtN2EzYjRiODIxNjU0P2FwaS12ZXJzaW9uPTIwMjAtMDQtMDE=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "FxVersion/4.6.29130.01",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.CosmosDB.CosmosDBManagementClient/1.2.1.0"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-gatewayversion": [
+ "version=2.11.0"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11995"
+ ],
+ "x-ms-request-id": [
+ "f1db0087-40fe-480c-af7f-53492601ecc5"
+ ],
+ "x-ms-correlation-request-id": [
+ "f1db0087-40fe-480c-af7f-53492601ecc5"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20200903T001750Z:f1db0087-40fe-480c-af7f-53492601ecc5"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Thu, 03 Sep 2020 00:17:50 GMT"
+ ],
+ "Content-Length": [
+ "22"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Content-Location": [
+ "https://management.documents.azure.com:450/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/adbf589b-9bee-4b7f-af05-7a3b4b821654?api-version=2020-04-01"
+ ]
+ },
+ "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}",
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/CosmosDBResourceGroup2510/providers/Microsoft.DocumentDB/databaseAccounts/db1002/gremlinDatabases/dbName4/throughputSettings/default/migrateToAutoscale/operationResults/adbf589b-9bee-4b7f-af05-7a3b4b821654?api-version=2020-04-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTIwNTNiOGYtY2FiNS00ZjVjLTljMWEtODcwNTgwMTQyYWJkL3Jlc291cmNlR3JvdXBzL0Nvc21vc0RCUmVzb3VyY2VHcm91cDI1MTAvcHJvdmlkZXJzL01pY3Jvc29mdC5Eb2N1bWVudERCL2RhdGFiYXNlQWNjb3VudHMvZGIxMDAyL2dyZW1saW5EYXRhYmFzZXMvZGJOYW1lNC90aHJvdWdocHV0U2V0dGluZ3MvZGVmYXVsdC9taWdyYXRlVG9BdXRvc2NhbGUvb3BlcmF0aW9uUmVzdWx0cy9hZGJmNTg5Yi05YmVlLTRiN2YtYWYwNS03YTNiNGI4MjE2NTQ/YXBpLXZlcnNpb249MjAyMC0wNC0wMQ==",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "FxVersion/4.6.29130.01",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.CosmosDB.CosmosDBManagementClient/1.2.1.0"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-gatewayversion": [
+ "version=2.11.0"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11994"
+ ],
+ "x-ms-request-id": [
+ "19ac0133-9166-4153-97ca-e9be59d4b1b0"
+ ],
+ "x-ms-correlation-request-id": [
+ "19ac0133-9166-4153-97ca-e9be59d4b1b0"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20200903T001750Z:19ac0133-9166-4153-97ca-e9be59d4b1b0"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Thu, 03 Sep 2020 00:17:50 GMT"
+ ],
+ "Content-Length": [
+ "458"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Content-Location": [
+ "https://management.documents.azure.com:450/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/CosmosDBResourceGroup2510/providers/Microsoft.DocumentDB/databaseAccounts/db1002/gremlinDatabases/dbName4/throughputSettings/default/migrateToAutoscale/operationResults/adbf589b-9bee-4b7f-af05-7a3b4b821654?api-version=2020-04-01"
+ ]
+ },
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/CosmosDBResourceGroup2510/providers/Microsoft.DocumentDB/databaseAccounts/db1002/gremlinDatabases/dbName4/throughputSettings/default/migrateToAutoscale\",\r\n \"type\": \"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/throughputSettings/migrateToAutoscale\",\r\n \"name\": \"V4z3\",\r\n \"properties\": {\r\n \"resource\": {\r\n \"throughput\": 400,\r\n \"autoscaleSettings\": {\r\n \"maxThroughput\": 4000\r\n },\r\n \"minimumThroughput\": \"4000\"\r\n }\r\n }\r\n}",
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/CosmosDBResourceGroup2510/providers/Microsoft.DocumentDB/databaseAccounts/db1002?api-version=2020-04-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTIwNTNiOGYtY2FiNS00ZjVjLTljMWEtODcwNTgwMTQyYWJkL3Jlc291cmNlR3JvdXBzL0Nvc21vc0RCUmVzb3VyY2VHcm91cDI1MTAvcHJvdmlkZXJzL01pY3Jvc29mdC5Eb2N1bWVudERCL2RhdGFiYXNlQWNjb3VudHMvZGIxMDAyP2FwaS12ZXJzaW9uPTIwMjAtMDQtMDE=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "e6a1ae94-8cca-4e35-9ac0-abff13c6f1b5"
+ ],
+ "Accept-Language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.6.29130.01",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.CosmosDB.CosmosDBManagementClient/1.2.1.0"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-gatewayversion": [
+ "version=2.11.0"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11993"
+ ],
+ "x-ms-request-id": [
+ "c2f62518-06be-444e-8326-84d79de1cf50"
+ ],
+ "x-ms-correlation-request-id": [
+ "c2f62518-06be-444e-8326-84d79de1cf50"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20200903T001750Z:c2f62518-06be-444e-8326-84d79de1cf50"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Thu, 03 Sep 2020 00:17:50 GMT"
+ ],
+ "Content-Length": [
+ "2086"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Content-Location": [
+ "https://management.documents.azure.com:450/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/CosmosDBResourceGroup2510/providers/Microsoft.DocumentDB/databaseAccounts/db1002?api-version=2020-04-01"
+ ]
+ },
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/CosmosDBResourceGroup2510/providers/Microsoft.DocumentDB/databaseAccounts/db1002\",\r\n \"name\": \"db1002\",\r\n \"location\": \"East US\",\r\n \"type\": \"Microsoft.DocumentDB/databaseAccounts\",\r\n \"kind\": \"GlobalDocumentDB\",\r\n \"tags\": {\r\n \"defaultExperience\": \"Gremlin (graph)\"\r\n },\r\n \"systemData\": {\r\n \"createdAt\": \"2019-12-06T00:30:37.9129493Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"documentEndpoint\": \"https://db1002.documents.azure.com:443/\",\r\n \"gremlinEndpoint\": \"https://db1002.gremlin.cosmos.azure.com:443/\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"enableAutomaticFailover\": false,\r\n \"enableMultipleWriteLocations\": true,\r\n \"enablePartitionKeyMonitor\": false,\r\n \"isVirtualNetworkFilterEnabled\": false,\r\n \"virtualNetworkRules\": [],\r\n \"EnabledApiTypes\": \"Gremlin, Sql\",\r\n \"disableKeyBasedMetadataWriteAccess\": false,\r\n \"enableFreeTier\": false,\r\n \"enableAnalyticalStorage\": false,\r\n \"instanceId\": \"3b2daee5-6294-414f-be12-844f62f701f7\",\r\n \"createMode\": \"Default\",\r\n \"databaseAccountOfferType\": \"Standard\",\r\n \"enableCassandraConnector\": false,\r\n \"connectorOffer\": \"\",\r\n \"consistencyPolicy\": {\r\n \"defaultConsistencyLevel\": \"Session\",\r\n \"maxIntervalInSeconds\": 5,\r\n \"maxStalenessPrefix\": 100\r\n },\r\n \"configurationOverrides\": {},\r\n \"writeLocations\": [\r\n {\r\n \"id\": \"db1002-eastus\",\r\n \"locationName\": \"East US\",\r\n \"documentEndpoint\": \"https://db1002-eastus.documents.azure.com:443/\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"failoverPriority\": 0,\r\n \"isZoneRedundant\": false\r\n }\r\n ],\r\n \"readLocations\": [\r\n {\r\n \"id\": \"db1002-eastus\",\r\n \"locationName\": \"East US\",\r\n \"documentEndpoint\": \"https://db1002-eastus.documents.azure.com:443/\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"failoverPriority\": 0,\r\n \"isZoneRedundant\": false\r\n }\r\n ],\r\n \"locations\": [\r\n {\r\n \"id\": \"db1002-eastus\",\r\n \"locationName\": \"East US\",\r\n \"documentEndpoint\": \"https://db1002-eastus.documents.azure.com:443/\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"failoverPriority\": 0,\r\n \"isZoneRedundant\": false\r\n }\r\n ],\r\n \"failoverPolicies\": [\r\n {\r\n \"id\": \"db1002-eastus\",\r\n \"locationName\": \"East US\",\r\n \"failoverPriority\": 0\r\n }\r\n ],\r\n \"cors\": [],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"EnableGremlin\"\r\n }\r\n ],\r\n \"ipRules\": [],\r\n \"backupPolicy\": {\r\n \"type\": \"Periodic\",\r\n \"periodicModeProperties\": {\r\n \"backupIntervalInMinutes\": 240,\r\n \"backupRetentionIntervalInHours\": 8\r\n }\r\n }\r\n }\r\n}",
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/CosmosDBResourceGroup2510/providers/Microsoft.DocumentDB/databaseAccounts/db1002/gremlinDatabases/dbName4/throughputSettings/default/migrateToManualThroughput?api-version=2020-04-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTIwNTNiOGYtY2FiNS00ZjVjLTljMWEtODcwNTgwMTQyYWJkL3Jlc291cmNlR3JvdXBzL0Nvc21vc0RCUmVzb3VyY2VHcm91cDI1MTAvcHJvdmlkZXJzL01pY3Jvc29mdC5Eb2N1bWVudERCL2RhdGFiYXNlQWNjb3VudHMvZGIxMDAyL2dyZW1saW5EYXRhYmFzZXMvZGJOYW1lNC90aHJvdWdocHV0U2V0dGluZ3MvZGVmYXVsdC9taWdyYXRlVG9NYW51YWxUaHJvdWdocHV0P2FwaS12ZXJzaW9uPTIwMjAtMDQtMDE=",
+ "RequestMethod": "POST",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "4c3ca6d3-95e2-4406-b402-19e9f43b2dd9"
+ ],
+ "Accept-Language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.6.29130.01",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.CosmosDB.CosmosDBManagementClient/1.2.1.0"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Location": [
+ "https://management.azure.com/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/CosmosDBResourceGroup2510/providers/Microsoft.DocumentDB/databaseAccounts/db1002/gremlinDatabases/dbName4/throughputSettings/default/migrateToManualThroughput/operationResults/463c98e4-e56d-4529-9a10-63b0a216af26?api-version=2020-04-01"
+ ],
+ "Azure-AsyncOperation": [
+ "https://management.azure.com/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/463c98e4-e56d-4529-9a10-63b0a216af26?api-version=2020-04-01"
+ ],
+ "x-ms-request-id": [
+ "463c98e4-e56d-4529-9a10-63b0a216af26"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-gatewayversion": [
+ "version=2.11.0"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-writes": [
+ "1198"
+ ],
+ "x-ms-correlation-request-id": [
+ "42f0a530-5a75-4e1c-b173-96feb3c3b4f6"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20200903T001751Z:42f0a530-5a75-4e1c-b173-96feb3c3b4f6"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Thu, 03 Sep 2020 00:17:51 GMT"
+ ],
+ "Content-Length": [
+ "21"
+ ],
+ "Content-Type": [
+ "application/json"
+ ]
+ },
+ "ResponseBody": "{\r\n \"status\": \"Enqueued\"\r\n}",
+ "StatusCode": 202
+ },
+ {
+ "RequestUri": "/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/463c98e4-e56d-4529-9a10-63b0a216af26?api-version=2020-04-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTIwNTNiOGYtY2FiNS00ZjVjLTljMWEtODcwNTgwMTQyYWJkL3Byb3ZpZGVycy9NaWNyb3NvZnQuRG9jdW1lbnREQi9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnNTdGF0dXMvNDYzYzk4ZTQtZTU2ZC00NTI5LTlhMTAtNjNiMGEyMTZhZjI2P2FwaS12ZXJzaW9uPTIwMjAtMDQtMDE=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "FxVersion/4.6.29130.01",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.CosmosDB.CosmosDBManagementClient/1.2.1.0"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-gatewayversion": [
+ "version=2.11.0"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11992"
+ ],
+ "x-ms-request-id": [
+ "8dd7a7f3-c962-48f1-a828-08c6410d23d4"
+ ],
+ "x-ms-correlation-request-id": [
+ "8dd7a7f3-c962-48f1-a828-08c6410d23d4"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20200903T001821Z:8dd7a7f3-c962-48f1-a828-08c6410d23d4"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Thu, 03 Sep 2020 00:18:21 GMT"
+ ],
+ "Content-Length": [
+ "22"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Content-Location": [
+ "https://management.documents.azure.com:450/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/463c98e4-e56d-4529-9a10-63b0a216af26?api-version=2020-04-01"
+ ]
+ },
+ "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}",
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/CosmosDBResourceGroup2510/providers/Microsoft.DocumentDB/databaseAccounts/db1002/gremlinDatabases/dbName4/throughputSettings/default/migrateToManualThroughput/operationResults/463c98e4-e56d-4529-9a10-63b0a216af26?api-version=2020-04-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTIwNTNiOGYtY2FiNS00ZjVjLTljMWEtODcwNTgwMTQyYWJkL3Jlc291cmNlR3JvdXBzL0Nvc21vc0RCUmVzb3VyY2VHcm91cDI1MTAvcHJvdmlkZXJzL01pY3Jvc29mdC5Eb2N1bWVudERCL2RhdGFiYXNlQWNjb3VudHMvZGIxMDAyL2dyZW1saW5EYXRhYmFzZXMvZGJOYW1lNC90aHJvdWdocHV0U2V0dGluZ3MvZGVmYXVsdC9taWdyYXRlVG9NYW51YWxUaHJvdWdocHV0L29wZXJhdGlvblJlc3VsdHMvNDYzYzk4ZTQtZTU2ZC00NTI5LTlhMTAtNjNiMGEyMTZhZjI2P2FwaS12ZXJzaW9uPTIwMjAtMDQtMDE=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "FxVersion/4.6.29130.01",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.CosmosDB.CosmosDBManagementClient/1.2.1.0"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-gatewayversion": [
+ "version=2.11.0"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11991"
+ ],
+ "x-ms-request-id": [
+ "9df85a88-c5df-431e-ac02-364e5e30d836"
+ ],
+ "x-ms-correlation-request-id": [
+ "9df85a88-c5df-431e-ac02-364e5e30d836"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20200903T001821Z:9df85a88-c5df-431e-ac02-364e5e30d836"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Thu, 03 Sep 2020 00:18:21 GMT"
+ ],
+ "Content-Length": [
+ "429"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Content-Location": [
+ "https://management.documents.azure.com:450/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/CosmosDBResourceGroup2510/providers/Microsoft.DocumentDB/databaseAccounts/db1002/gremlinDatabases/dbName4/throughputSettings/default/migrateToManualThroughput/operationResults/463c98e4-e56d-4529-9a10-63b0a216af26?api-version=2020-04-01"
+ ]
+ },
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/CosmosDBResourceGroup2510/providers/Microsoft.DocumentDB/databaseAccounts/db1002/gremlinDatabases/dbName4/throughputSettings/default/migrateToManualThroughput\",\r\n \"type\": \"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/throughputSettings/migrateToManualThroughput\",\r\n \"name\": \"V4z3\",\r\n \"properties\": {\r\n \"resource\": {\r\n \"throughput\": 4000,\r\n \"minimumThroughput\": \"400\"\r\n }\r\n }\r\n}",
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/CosmosDBResourceGroup2510/providers/Microsoft.DocumentDB/databaseAccounts/db1002/gremlinDatabases/dbName4/graphs/graphName?api-version=2020-04-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTIwNTNiOGYtY2FiNS00ZjVjLTljMWEtODcwNTgwMTQyYWJkL3Jlc291cmNlR3JvdXBzL0Nvc21vc0RCUmVzb3VyY2VHcm91cDI1MTAvcHJvdmlkZXJzL01pY3Jvc29mdC5Eb2N1bWVudERCL2RhdGFiYXNlQWNjb3VudHMvZGIxMDAyL2dyZW1saW5EYXRhYmFzZXMvZGJOYW1lNC9ncmFwaHMvZ3JhcGhOYW1lP2FwaS12ZXJzaW9uPTIwMjAtMDQtMDE=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "90e09d10-f2f0-42a1-8989-6bbba503f55b"
+ ],
+ "Accept-Language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.6.29130.01",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.CosmosDB.CosmosDBManagementClient/1.2.1.0"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-gatewayversion": [
+ "version=2.11.0"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11990"
+ ],
+ "x-ms-request-id": [
+ "9d5df0ef-54e1-4aef-9179-bb7c9ef23395"
+ ],
+ "x-ms-correlation-request-id": [
+ "9d5df0ef-54e1-4aef-9179-bb7c9ef23395"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20200903T001821Z:9d5df0ef-54e1-4aef-9179-bb7c9ef23395"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Thu, 03 Sep 2020 00:18:21 GMT"
+ ],
+ "Content-Length": [
+ "1793"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Content-Location": [
+ "https://management.documents.azure.com:450/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/CosmosDBResourceGroup2510/providers/Microsoft.DocumentDB/databaseAccounts/db1002/gremlinDatabases/dbName4/graphs/graphName?api-version=2020-04-01"
+ ]
+ },
+ "ResponseBody": "{\r\n \"code\": \"NotFound\",\r\n \"message\": \"Message: {\\\"code\\\":\\\"NotFound\\\",\\\"message\\\":\\\"Message: {\\\\\\\"Errors\\\\\\\":[\\\\\\\"Resource Not Found. Learn more: https:\\\\\\\\/\\\\\\\\/aka.ms\\\\\\\\/cosmosdb-tsg-not-found\\\\\\\"]}\\\\r\\\\nActivityId: 90e09d10-f2f0-42a1-8989-6bbba503f55b, Request URI: /apps/ad90b05b-23e6-4982-a769-c47a53d9308b/services/aad6e2e5-ad70-4446-8bb7-fc6a5787b1eb/partitions/9e999512-d0b8-42a3-869b-1c170b2e8534/replicas/132435263742689470s, RequestStats: \\\\r\\\\nRequestStartTime: 2020-09-03T00:18:21.8071972Z, RequestEndTime: 2020-09-03T00:18:21.8171938Z, Number of regions attempted:1\\\\r\\\\nResponseTime: 2020-09-03T00:18:21.8171938Z, StoreResult: StorePhysicalAddress: rntbd://10.0.0.19:11000/apps/ad90b05b-23e6-4982-a769-c47a53d9308b/services/aad6e2e5-ad70-4446-8bb7-fc6a5787b1eb/partitions/9e999512-d0b8-42a3-869b-1c170b2e8534/replicas/132435263742689470s, LSN: 512, GlobalCommittedLsn: 512, PartitionKeyRangeId: , IsValid: True, StatusCode: 404, SubStatusCode: 0, RequestCharge: 1, ItemLSN: -1, SessionToken: -1#512, UsingLocalLSN: False, TransportException: null, ResourceType: Collection, OperationType: Read\\\\r\\\\nResponseTime: 2020-09-03T00:18:21.8171938Z, StoreResult: StorePhysicalAddress: rntbd://10.0.0.28:11300/apps/ad90b05b-23e6-4982-a769-c47a53d9308b/services/aad6e2e5-ad70-4446-8bb7-fc6a5787b1eb/partitions/9e999512-d0b8-42a3-869b-1c170b2e8534/replicas/132432561619496202s, LSN: 512, GlobalCommittedLsn: 512, PartitionKeyRangeId: , IsValid: True, StatusCode: 404, SubStatusCode: 0, RequestCharge: 1, ItemLSN: -1, SessionToken: -1#512, UsingLocalLSN: False, TransportException: null, ResourceType: Collection, OperationType: Read\\\\r\\\\n, SDK: Microsoft.Azure.Documents.Common/2.11.0\\\"}, Request URI: /dbs/dbName4/colls/graphName, RequestStats: , SDK: Microsoft.Azure.Documents.Common/2.11.0\"\r\n}",
+ "StatusCode": 404
+ },
+ {
+ "RequestUri": "/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/CosmosDBResourceGroup2510/providers/Microsoft.DocumentDB/databaseAccounts/db1002/gremlinDatabases/dbName4/graphs/graphName?api-version=2020-04-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTIwNTNiOGYtY2FiNS00ZjVjLTljMWEtODcwNTgwMTQyYWJkL3Jlc291cmNlR3JvdXBzL0Nvc21vc0RCUmVzb3VyY2VHcm91cDI1MTAvcHJvdmlkZXJzL01pY3Jvc29mdC5Eb2N1bWVudERCL2RhdGFiYXNlQWNjb3VudHMvZGIxMDAyL2dyZW1saW5EYXRhYmFzZXMvZGJOYW1lNC9ncmFwaHMvZ3JhcGhOYW1lP2FwaS12ZXJzaW9uPTIwMjAtMDQtMDE=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "FxVersion/4.6.29130.01",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.CosmosDB.CosmosDBManagementClient/1.2.1.0"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-gatewayversion": [
+ "version=2.11.0"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11988"
+ ],
+ "x-ms-request-id": [
+ "8656be1b-f626-4d3e-a94a-89ec02907859"
+ ],
+ "x-ms-correlation-request-id": [
+ "8656be1b-f626-4d3e-a94a-89ec02907859"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20200903T001853Z:8656be1b-f626-4d3e-a94a-89ec02907859"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Thu, 03 Sep 2020 00:18:52 GMT"
+ ],
+ "Content-Length": [
+ "1055"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Content-Location": [
+ "https://management.documents.azure.com:450/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/CosmosDBResourceGroup2510/providers/Microsoft.DocumentDB/databaseAccounts/db1002/gremlinDatabases/dbName4/graphs/graphName?api-version=2020-04-01"
+ ]
+ },
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/CosmosDBResourceGroup2510/providers/Microsoft.DocumentDB/databaseAccounts/db1002/gremlinDatabases/dbName4/graphs/graphName\",\r\n \"type\": \"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/graphs\",\r\n \"name\": \"graphName\",\r\n \"properties\": {\r\n \"resource\": {\r\n \"id\": \"graphName\",\r\n \"indexingPolicy\": {\r\n \"indexingMode\": \"consistent\",\r\n \"automatic\": true,\r\n \"includedPaths\": [\r\n {\r\n \"path\": \"/*\"\r\n }\r\n ],\r\n \"excludedPaths\": [\r\n {\r\n \"path\": \"/\\\"_etag\\\"/?\"\r\n }\r\n ]\r\n },\r\n \"partitionKey\": {\r\n \"paths\": [\r\n \"/foo\"\r\n ],\r\n \"kind\": \"Hash\"\r\n },\r\n \"uniqueKeyPolicy\": {\r\n \"uniqueKeys\": []\r\n },\r\n \"conflictResolutionPolicy\": {\r\n \"mode\": \"LastWriterWins\",\r\n \"conflictResolutionPath\": \"/_ts\",\r\n \"conflictResolutionProcedure\": \"\"\r\n },\r\n \"geospatialConfig\": {\r\n \"type\": \"Geography\"\r\n },\r\n \"uniqueIndexReIndexingState\": 0,\r\n \"_rid\": \"BAx4ALfpw-E=\",\r\n \"_ts\": 1599092306,\r\n \"_self\": \"dbs/BAx4AA==/colls/BAx4ALfpw-E=/\",\r\n \"_etag\": \"\\\"00000942-0000-0100-0000-5f5036520000\\\"\",\r\n \"_docs\": \"docs/\",\r\n \"_sprocs\": \"sprocs/\",\r\n \"_triggers\": \"triggers/\",\r\n \"_udfs\": \"udfs/\",\r\n \"_conflicts\": \"conflicts/\",\r\n \"statistics\": [\r\n {\r\n \"id\": \"0\",\r\n \"sizeInKB\": 0,\r\n \"documentCount\": 0,\r\n \"partitionKeys\": []\r\n }\r\n ]\r\n }\r\n }\r\n}",
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/CosmosDBResourceGroup2510/providers/Microsoft.DocumentDB/databaseAccounts/db1002/gremlinDatabases/dbName4/graphs/graphName?api-version=2020-04-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTIwNTNiOGYtY2FiNS00ZjVjLTljMWEtODcwNTgwMTQyYWJkL3Jlc291cmNlR3JvdXBzL0Nvc21vc0RCUmVzb3VyY2VHcm91cDI1MTAvcHJvdmlkZXJzL01pY3Jvc29mdC5Eb2N1bWVudERCL2RhdGFiYXNlQWNjb3VudHMvZGIxMDAyL2dyZW1saW5EYXRhYmFzZXMvZGJOYW1lNC9ncmFwaHMvZ3JhcGhOYW1lP2FwaS12ZXJzaW9uPTIwMjAtMDQtMDE=",
+ "RequestMethod": "PUT",
+ "RequestBody": "{\r\n \"properties\": {\r\n \"resource\": {\r\n \"id\": \"graphName\",\r\n \"partitionKey\": {\r\n \"paths\": [\r\n \"/foo\"\r\n ],\r\n \"kind\": \"Hash\"\r\n }\r\n },\r\n \"options\": {\r\n \"throughput\": 800\r\n }\r\n }\r\n}",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "34bf6448-2f9f-40d1-b897-63961a36ad28"
+ ],
+ "Accept-Language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.6.29130.01",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.CosmosDB.CosmosDBManagementClient/1.2.1.0"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Content-Length": [
+ "239"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Location": [
+ "https://management.azure.com/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/CosmosDBResourceGroup2510/providers/Microsoft.DocumentDB/databaseAccounts/db1002/gremlinDatabases/dbName4/graphs/graphName/operationResults/b1223729-ff3a-43f3-822d-96f987e56005?api-version=2020-04-01"
+ ],
+ "Azure-AsyncOperation": [
+ "https://management.azure.com/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b1223729-ff3a-43f3-822d-96f987e56005?api-version=2020-04-01"
+ ],
+ "x-ms-request-id": [
+ "b1223729-ff3a-43f3-822d-96f987e56005"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-gatewayversion": [
+ "version=2.11.0"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-writes": [
+ "1198"
+ ],
+ "x-ms-correlation-request-id": [
+ "c1893dfe-b793-4d0c-8502-773196a1d2d8"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20200903T001822Z:c1893dfe-b793-4d0c-8502-773196a1d2d8"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Thu, 03 Sep 2020 00:18:22 GMT"
+ ],
+ "Content-Length": [
+ "21"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Content-Location": [
+ "https://management.documents.azure.com:450/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/CosmosDBResourceGroup2510/providers/Microsoft.DocumentDB/databaseAccounts/db1002/gremlinDatabases/dbName4/graphs/graphName?api-version=2020-04-01"
+ ]
+ },
+ "ResponseBody": "{\r\n \"status\": \"Enqueued\"\r\n}",
+ "StatusCode": 202
+ },
+ {
+ "RequestUri": "/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b1223729-ff3a-43f3-822d-96f987e56005?api-version=2020-04-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTIwNTNiOGYtY2FiNS00ZjVjLTljMWEtODcwNTgwMTQyYWJkL3Byb3ZpZGVycy9NaWNyb3NvZnQuRG9jdW1lbnREQi9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnNTdGF0dXMvYjEyMjM3MjktZmYzYS00M2YzLTgyMmQtOTZmOTg3ZTU2MDA1P2FwaS12ZXJzaW9uPTIwMjAtMDQtMDE=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "FxVersion/4.6.29130.01",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.CosmosDB.CosmosDBManagementClient/1.2.1.0"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-gatewayversion": [
+ "version=2.11.0"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11989"
+ ],
+ "x-ms-request-id": [
+ "18aacc51-1255-4fbb-bc81-0829a98a308e"
+ ],
+ "x-ms-correlation-request-id": [
+ "18aacc51-1255-4fbb-bc81-0829a98a308e"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20200903T001852Z:18aacc51-1255-4fbb-bc81-0829a98a308e"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Thu, 03 Sep 2020 00:18:52 GMT"
+ ],
+ "Content-Length": [
+ "22"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Content-Location": [
+ "https://management.documents.azure.com:450/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b1223729-ff3a-43f3-822d-96f987e56005?api-version=2020-04-01"
+ ]
+ },
+ "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}",
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/CosmosDBResourceGroup2510/providers/Microsoft.DocumentDB/databaseAccounts/db1002/gremlinDatabases/dbName4/graphs/graphName/throughputSettings/default?api-version=2020-04-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTIwNTNiOGYtY2FiNS00ZjVjLTljMWEtODcwNTgwMTQyYWJkL3Jlc291cmNlR3JvdXBzL0Nvc21vc0RCUmVzb3VyY2VHcm91cDI1MTAvcHJvdmlkZXJzL01pY3Jvc29mdC5Eb2N1bWVudERCL2RhdGFiYXNlQWNjb3VudHMvZGIxMDAyL2dyZW1saW5EYXRhYmFzZXMvZGJOYW1lNC9ncmFwaHMvZ3JhcGhOYW1lL3Rocm91Z2hwdXRTZXR0aW5ncy9kZWZhdWx0P2FwaS12ZXJzaW9uPTIwMjAtMDQtMDE=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "6942be9a-42cf-459e-955e-c45d2e2c85be"
+ ],
+ "Accept-Language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.6.29130.01",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.CosmosDB.CosmosDBManagementClient/1.2.1.0"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-gatewayversion": [
+ "version=2.11.0"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11987"
+ ],
+ "x-ms-request-id": [
+ "9be42f2f-934e-4d9c-919b-20a5a68467c4"
+ ],
+ "x-ms-correlation-request-id": [
+ "9be42f2f-934e-4d9c-919b-20a5a68467c4"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20200903T001853Z:9be42f2f-934e-4d9c-919b-20a5a68467c4"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Thu, 03 Sep 2020 00:18:52 GMT"
+ ],
+ "Content-Length": [
+ "400"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Content-Location": [
+ "https://management.documents.azure.com:450/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/CosmosDBResourceGroup2510/providers/Microsoft.DocumentDB/databaseAccounts/db1002/gremlinDatabases/dbName4/graphs/graphName/throughputSettings/default?api-version=2020-04-01"
+ ]
+ },
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/CosmosDBResourceGroup2510/providers/Microsoft.DocumentDB/databaseAccounts/db1002/gremlinDatabases/dbName4/graphs/graphName/throughputSettings/default\",\r\n \"type\": \"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/graphs/throughputSettings\",\r\n \"name\": \"cJ-+\",\r\n \"properties\": {\r\n \"resource\": {\r\n \"throughput\": 800,\r\n \"minimumThroughput\": \"400\"\r\n }\r\n }\r\n}",
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/CosmosDBResourceGroup2510/providers/Microsoft.DocumentDB/databaseAccounts/db1002/gremlinDatabases/dbName4/graphs/graphName/throughputSettings/default/migrateToAutoscale?api-version=2020-04-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTIwNTNiOGYtY2FiNS00ZjVjLTljMWEtODcwNTgwMTQyYWJkL3Jlc291cmNlR3JvdXBzL0Nvc21vc0RCUmVzb3VyY2VHcm91cDI1MTAvcHJvdmlkZXJzL01pY3Jvc29mdC5Eb2N1bWVudERCL2RhdGFiYXNlQWNjb3VudHMvZGIxMDAyL2dyZW1saW5EYXRhYmFzZXMvZGJOYW1lNC9ncmFwaHMvZ3JhcGhOYW1lL3Rocm91Z2hwdXRTZXR0aW5ncy9kZWZhdWx0L21pZ3JhdGVUb0F1dG9zY2FsZT9hcGktdmVyc2lvbj0yMDIwLTA0LTAx",
+ "RequestMethod": "POST",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "e387db2f-b34e-409c-ae17-b9862f5f14ef"
+ ],
+ "Accept-Language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.6.29130.01",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.CosmosDB.CosmosDBManagementClient/1.2.1.0"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Location": [
+ "https://management.azure.com/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/CosmosDBResourceGroup2510/providers/Microsoft.DocumentDB/databaseAccounts/db1002/gremlinDatabases/dbName4/graphs/graphName/throughputSettings/default/migrateToAutoscale/operationResults/5717063d-3a90-4b98-9794-68bcac402b0b?api-version=2020-04-01"
+ ],
+ "Azure-AsyncOperation": [
+ "https://management.azure.com/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5717063d-3a90-4b98-9794-68bcac402b0b?api-version=2020-04-01"
+ ],
+ "x-ms-request-id": [
+ "5717063d-3a90-4b98-9794-68bcac402b0b"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-gatewayversion": [
+ "version=2.11.0"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-writes": [
+ "1197"
+ ],
+ "x-ms-correlation-request-id": [
+ "7170188c-9d93-47e2-b43c-2c567ca036e2"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20200903T001853Z:7170188c-9d93-47e2-b43c-2c567ca036e2"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Thu, 03 Sep 2020 00:18:53 GMT"
+ ],
+ "Content-Length": [
+ "21"
+ ],
+ "Content-Type": [
+ "application/json"
+ ]
+ },
+ "ResponseBody": "{\r\n \"status\": \"Enqueued\"\r\n}",
+ "StatusCode": 202
+ },
+ {
+ "RequestUri": "/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5717063d-3a90-4b98-9794-68bcac402b0b?api-version=2020-04-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTIwNTNiOGYtY2FiNS00ZjVjLTljMWEtODcwNTgwMTQyYWJkL3Byb3ZpZGVycy9NaWNyb3NvZnQuRG9jdW1lbnREQi9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnNTdGF0dXMvNTcxNzA2M2QtM2E5MC00Yjk4LTk3OTQtNjhiY2FjNDAyYjBiP2FwaS12ZXJzaW9uPTIwMjAtMDQtMDE=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "FxVersion/4.6.29130.01",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.CosmosDB.CosmosDBManagementClient/1.2.1.0"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-gatewayversion": [
+ "version=2.11.0"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11986"
+ ],
+ "x-ms-request-id": [
+ "d99c50d4-4b3c-4e08-9822-0e8395ec670e"
+ ],
+ "x-ms-correlation-request-id": [
+ "d99c50d4-4b3c-4e08-9822-0e8395ec670e"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20200903T001924Z:d99c50d4-4b3c-4e08-9822-0e8395ec670e"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Thu, 03 Sep 2020 00:19:23 GMT"
+ ],
+ "Content-Length": [
+ "22"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Content-Location": [
+ "https://management.documents.azure.com:450/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5717063d-3a90-4b98-9794-68bcac402b0b?api-version=2020-04-01"
+ ]
+ },
+ "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}",
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/CosmosDBResourceGroup2510/providers/Microsoft.DocumentDB/databaseAccounts/db1002/gremlinDatabases/dbName4/graphs/graphName/throughputSettings/default/migrateToAutoscale/operationResults/5717063d-3a90-4b98-9794-68bcac402b0b?api-version=2020-04-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTIwNTNiOGYtY2FiNS00ZjVjLTljMWEtODcwNTgwMTQyYWJkL3Jlc291cmNlR3JvdXBzL0Nvc21vc0RCUmVzb3VyY2VHcm91cDI1MTAvcHJvdmlkZXJzL01pY3Jvc29mdC5Eb2N1bWVudERCL2RhdGFiYXNlQWNjb3VudHMvZGIxMDAyL2dyZW1saW5EYXRhYmFzZXMvZGJOYW1lNC9ncmFwaHMvZ3JhcGhOYW1lL3Rocm91Z2hwdXRTZXR0aW5ncy9kZWZhdWx0L21pZ3JhdGVUb0F1dG9zY2FsZS9vcGVyYXRpb25SZXN1bHRzLzU3MTcwNjNkLTNhOTAtNGI5OC05Nzk0LTY4YmNhYzQwMmIwYj9hcGktdmVyc2lvbj0yMDIwLTA0LTAx",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "FxVersion/4.6.29130.01",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.CosmosDB.CosmosDBManagementClient/1.2.1.0"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-gatewayversion": [
+ "version=2.11.0"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11985"
+ ],
+ "x-ms-request-id": [
+ "c3e0b976-ee47-4a76-a892-e92994e52048"
+ ],
+ "x-ms-correlation-request-id": [
+ "c3e0b976-ee47-4a76-a892-e92994e52048"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20200903T001924Z:c3e0b976-ee47-4a76-a892-e92994e52048"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Thu, 03 Sep 2020 00:19:23 GMT"
+ ],
+ "Content-Length": [
+ "482"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Content-Location": [
+ "https://management.documents.azure.com:450/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/CosmosDBResourceGroup2510/providers/Microsoft.DocumentDB/databaseAccounts/db1002/gremlinDatabases/dbName4/graphs/graphName/throughputSettings/default/migrateToAutoscale/operationResults/5717063d-3a90-4b98-9794-68bcac402b0b?api-version=2020-04-01"
+ ]
+ },
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/CosmosDBResourceGroup2510/providers/Microsoft.DocumentDB/databaseAccounts/db1002/gremlinDatabases/dbName4/graphs/graphName/throughputSettings/default/migrateToAutoscale\",\r\n \"type\": \"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/graphs/throughputSettings/migrateToAutoscale\",\r\n \"name\": \"cJ-+\",\r\n \"properties\": {\r\n \"resource\": {\r\n \"throughput\": 400,\r\n \"autoscaleSettings\": {\r\n \"maxThroughput\": 4000\r\n },\r\n \"minimumThroughput\": \"4000\"\r\n }\r\n }\r\n}",
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/CosmosDBResourceGroup2510/providers/Microsoft.DocumentDB/databaseAccounts/db1002/gremlinDatabases/dbName4/graphs/graphName/throughputSettings/default/migrateToManualThroughput?api-version=2020-04-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTIwNTNiOGYtY2FiNS00ZjVjLTljMWEtODcwNTgwMTQyYWJkL3Jlc291cmNlR3JvdXBzL0Nvc21vc0RCUmVzb3VyY2VHcm91cDI1MTAvcHJvdmlkZXJzL01pY3Jvc29mdC5Eb2N1bWVudERCL2RhdGFiYXNlQWNjb3VudHMvZGIxMDAyL2dyZW1saW5EYXRhYmFzZXMvZGJOYW1lNC9ncmFwaHMvZ3JhcGhOYW1lL3Rocm91Z2hwdXRTZXR0aW5ncy9kZWZhdWx0L21pZ3JhdGVUb01hbnVhbFRocm91Z2hwdXQ/YXBpLXZlcnNpb249MjAyMC0wNC0wMQ==",
+ "RequestMethod": "POST",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "9471bfca-e766-4bc6-b29e-d4a5e2bc0c0f"
+ ],
+ "Accept-Language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.6.29130.01",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.CosmosDB.CosmosDBManagementClient/1.2.1.0"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Location": [
+ "https://management.azure.com/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/CosmosDBResourceGroup2510/providers/Microsoft.DocumentDB/databaseAccounts/db1002/gremlinDatabases/dbName4/graphs/graphName/throughputSettings/default/migrateToManualThroughput/operationResults/37d3a46a-a14e-458f-bea2-4dddf69432f7?api-version=2020-04-01"
+ ],
+ "Azure-AsyncOperation": [
+ "https://management.azure.com/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/37d3a46a-a14e-458f-bea2-4dddf69432f7?api-version=2020-04-01"
+ ],
+ "x-ms-request-id": [
+ "37d3a46a-a14e-458f-bea2-4dddf69432f7"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-gatewayversion": [
+ "version=2.11.0"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-writes": [
+ "1196"
+ ],
+ "x-ms-correlation-request-id": [
+ "06e1c352-8d59-46b5-9d7e-75852abbdcf2"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20200903T001924Z:06e1c352-8d59-46b5-9d7e-75852abbdcf2"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Thu, 03 Sep 2020 00:19:24 GMT"
+ ],
+ "Content-Length": [
+ "21"
+ ],
+ "Content-Type": [
+ "application/json"
+ ]
+ },
+ "ResponseBody": "{\r\n \"status\": \"Enqueued\"\r\n}",
+ "StatusCode": 202
+ },
+ {
+ "RequestUri": "/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/37d3a46a-a14e-458f-bea2-4dddf69432f7?api-version=2020-04-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTIwNTNiOGYtY2FiNS00ZjVjLTljMWEtODcwNTgwMTQyYWJkL3Byb3ZpZGVycy9NaWNyb3NvZnQuRG9jdW1lbnREQi9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnNTdGF0dXMvMzdkM2E0NmEtYTE0ZS00NThmLWJlYTItNGRkZGY2OTQzMmY3P2FwaS12ZXJzaW9uPTIwMjAtMDQtMDE=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "FxVersion/4.6.29130.01",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.CosmosDB.CosmosDBManagementClient/1.2.1.0"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-gatewayversion": [
+ "version=2.11.0"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11984"
+ ],
+ "x-ms-request-id": [
+ "5b780993-9d0c-46c1-8b6f-907b3285e3bd"
+ ],
+ "x-ms-correlation-request-id": [
+ "5b780993-9d0c-46c1-8b6f-907b3285e3bd"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20200903T001955Z:5b780993-9d0c-46c1-8b6f-907b3285e3bd"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Thu, 03 Sep 2020 00:19:54 GMT"
+ ],
+ "Content-Length": [
+ "22"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Content-Location": [
+ "https://management.documents.azure.com:450/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/37d3a46a-a14e-458f-bea2-4dddf69432f7?api-version=2020-04-01"
+ ]
+ },
+ "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}",
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/CosmosDBResourceGroup2510/providers/Microsoft.DocumentDB/databaseAccounts/db1002/gremlinDatabases/dbName4/graphs/graphName/throughputSettings/default/migrateToManualThroughput/operationResults/37d3a46a-a14e-458f-bea2-4dddf69432f7?api-version=2020-04-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTIwNTNiOGYtY2FiNS00ZjVjLTljMWEtODcwNTgwMTQyYWJkL3Jlc291cmNlR3JvdXBzL0Nvc21vc0RCUmVzb3VyY2VHcm91cDI1MTAvcHJvdmlkZXJzL01pY3Jvc29mdC5Eb2N1bWVudERCL2RhdGFiYXNlQWNjb3VudHMvZGIxMDAyL2dyZW1saW5EYXRhYmFzZXMvZGJOYW1lNC9ncmFwaHMvZ3JhcGhOYW1lL3Rocm91Z2hwdXRTZXR0aW5ncy9kZWZhdWx0L21pZ3JhdGVUb01hbnVhbFRocm91Z2hwdXQvb3BlcmF0aW9uUmVzdWx0cy8zN2QzYTQ2YS1hMTRlLTQ1OGYtYmVhMi00ZGRkZjY5NDMyZjc/YXBpLXZlcnNpb249MjAyMC0wNC0wMQ==",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "FxVersion/4.6.29130.01",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.CosmosDB.CosmosDBManagementClient/1.2.1.0"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-gatewayversion": [
+ "version=2.11.0"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11983"
+ ],
+ "x-ms-request-id": [
+ "d933d009-233d-489c-90d1-76d1bd52d5c9"
+ ],
+ "x-ms-correlation-request-id": [
+ "d933d009-233d-489c-90d1-76d1bd52d5c9"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20200903T001955Z:d933d009-233d-489c-90d1-76d1bd52d5c9"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Thu, 03 Sep 2020 00:19:54 GMT"
+ ],
+ "Content-Length": [
+ "453"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Content-Location": [
+ "https://management.documents.azure.com:450/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/CosmosDBResourceGroup2510/providers/Microsoft.DocumentDB/databaseAccounts/db1002/gremlinDatabases/dbName4/graphs/graphName/throughputSettings/default/migrateToManualThroughput/operationResults/37d3a46a-a14e-458f-bea2-4dddf69432f7?api-version=2020-04-01"
+ ]
+ },
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/CosmosDBResourceGroup2510/providers/Microsoft.DocumentDB/databaseAccounts/db1002/gremlinDatabases/dbName4/graphs/graphName/throughputSettings/default/migrateToManualThroughput\",\r\n \"type\": \"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/graphs/throughputSettings/migrateToManualThroughput\",\r\n \"name\": \"cJ-+\",\r\n \"properties\": {\r\n \"resource\": {\r\n \"throughput\": 4000,\r\n \"minimumThroughput\": \"400\"\r\n }\r\n }\r\n}",
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/CosmosDBResourceGroup2510/providers/Microsoft.DocumentDB/databaseAccounts/db1002/gremlinDatabases/dbName4/graphs/graphName?api-version=2020-04-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTIwNTNiOGYtY2FiNS00ZjVjLTljMWEtODcwNTgwMTQyYWJkL3Jlc291cmNlR3JvdXBzL0Nvc21vc0RCUmVzb3VyY2VHcm91cDI1MTAvcHJvdmlkZXJzL01pY3Jvc29mdC5Eb2N1bWVudERCL2RhdGFiYXNlQWNjb3VudHMvZGIxMDAyL2dyZW1saW5EYXRhYmFzZXMvZGJOYW1lNC9ncmFwaHMvZ3JhcGhOYW1lP2FwaS12ZXJzaW9uPTIwMjAtMDQtMDE=",
+ "RequestMethod": "DELETE",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "f492f184-249f-4458-9a15-32d87b67088e"
+ ],
+ "Accept-Language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.6.29130.01",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.CosmosDB.CosmosDBManagementClient/1.2.1.0"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Location": [
+ "https://management.azure.com/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/CosmosDBResourceGroup2510/providers/Microsoft.DocumentDB/databaseAccounts/db1002/gremlinDatabases/dbName4/graphs/graphName/operationResults/de913e9c-d774-446b-89b5-d4983728b1d0?api-version=2020-04-01"
+ ],
+ "Azure-AsyncOperation": [
+ "https://management.azure.com/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/de913e9c-d774-446b-89b5-d4983728b1d0?api-version=2020-04-01"
+ ],
+ "x-ms-request-id": [
+ "de913e9c-d774-446b-89b5-d4983728b1d0"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-gatewayversion": [
+ "version=2.11.0"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-deletes": [
+ "14999"
+ ],
+ "x-ms-correlation-request-id": [
+ "c9dc8fce-d9db-4c0d-9afd-b68a2eaf1419"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20200903T001955Z:c9dc8fce-d9db-4c0d-9afd-b68a2eaf1419"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Thu, 03 Sep 2020 00:19:55 GMT"
+ ],
+ "Content-Length": [
+ "21"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Content-Location": [
+ "https://management.documents.azure.com:450/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/CosmosDBResourceGroup2510/providers/Microsoft.DocumentDB/databaseAccounts/db1002/gremlinDatabases/dbName4/graphs/graphName?api-version=2020-04-01"
+ ]
+ },
+ "ResponseBody": "{\r\n \"status\": \"Enqueued\"\r\n}",
+ "StatusCode": 202
+ },
+ {
+ "RequestUri": "/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/CosmosDBResourceGroup2510/providers/Microsoft.DocumentDB/databaseAccounts/db1002/gremlinDatabases/dbName4/graphs/graphName?api-version=2020-04-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTIwNTNiOGYtY2FiNS00ZjVjLTljMWEtODcwNTgwMTQyYWJkL3Jlc291cmNlR3JvdXBzL0Nvc21vc0RCUmVzb3VyY2VHcm91cDI1MTAvcHJvdmlkZXJzL01pY3Jvc29mdC5Eb2N1bWVudERCL2RhdGFiYXNlQWNjb3VudHMvZGIxMDAyL2dyZW1saW5EYXRhYmFzZXMvZGJOYW1lNC9ncmFwaHMvZ3JhcGhOYW1lP2FwaS12ZXJzaW9uPTIwMjAtMDQtMDE=",
+ "RequestMethod": "DELETE",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "16473b68-7d7e-4e84-b206-38631a6936aa"
+ ],
+ "Accept-Language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.6.29130.01",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.CosmosDB.CosmosDBManagementClient/1.2.1.0"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Location": [
+ "https://management.azure.com/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/CosmosDBResourceGroup2510/providers/Microsoft.DocumentDB/databaseAccounts/db1002/gremlinDatabases/dbName4/graphs/graphName/operationResults/f9dc1ca7-e68e-4c7e-b4d9-7b4fc6cededb?api-version=2020-04-01"
+ ],
+ "Azure-AsyncOperation": [
+ "https://management.azure.com/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f9dc1ca7-e68e-4c7e-b4d9-7b4fc6cededb?api-version=2020-04-01"
+ ],
+ "x-ms-request-id": [
+ "f9dc1ca7-e68e-4c7e-b4d9-7b4fc6cededb"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-gatewayversion": [
+ "version=2.11.0"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-deletes": [
+ "14999"
+ ],
+ "x-ms-correlation-request-id": [
+ "93adf6fd-b358-46ab-b4a2-bc307698bc3b"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20200903T002103Z:93adf6fd-b358-46ab-b4a2-bc307698bc3b"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Thu, 03 Sep 2020 00:21:03 GMT"
+ ],
+ "Content-Length": [
+ "21"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Content-Location": [
+ "https://management.documents.azure.com:450/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/CosmosDBResourceGroup2510/providers/Microsoft.DocumentDB/databaseAccounts/db1002/gremlinDatabases/dbName4/graphs/graphName?api-version=2020-04-01"
+ ]
+ },
+ "ResponseBody": "{\r\n \"status\": \"Enqueued\"\r\n}",
+ "StatusCode": 202
+ },
+ {
+ "RequestUri": "/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/de913e9c-d774-446b-89b5-d4983728b1d0?api-version=2020-04-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTIwNTNiOGYtY2FiNS00ZjVjLTljMWEtODcwNTgwMTQyYWJkL3Byb3ZpZGVycy9NaWNyb3NvZnQuRG9jdW1lbnREQi9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnNTdGF0dXMvZGU5MTNlOWMtZDc3NC00NDZiLTg5YjUtZDQ5ODM3MjhiMWQwP2FwaS12ZXJzaW9uPTIwMjAtMDQtMDE=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "FxVersion/4.6.29130.01",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.CosmosDB.CosmosDBManagementClient/1.2.1.0"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-gatewayversion": [
+ "version=2.11.0"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11982"
+ ],
+ "x-ms-request-id": [
+ "40d4e7d8-a5c8-406b-86ca-5276efd7381e"
+ ],
+ "x-ms-correlation-request-id": [
+ "40d4e7d8-a5c8-406b-86ca-5276efd7381e"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20200903T002026Z:40d4e7d8-a5c8-406b-86ca-5276efd7381e"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Thu, 03 Sep 2020 00:20:25 GMT"
+ ],
+ "Content-Length": [
+ "22"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Content-Location": [
+ "https://management.documents.azure.com:450/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/de913e9c-d774-446b-89b5-d4983728b1d0?api-version=2020-04-01"
+ ]
+ },
+ "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}",
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/CosmosDBResourceGroup2510/providers/Microsoft.DocumentDB/databaseAccounts/db1002/gremlinDatabases/dbName4/graphs/graphName/operationResults/de913e9c-d774-446b-89b5-d4983728b1d0?api-version=2020-04-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTIwNTNiOGYtY2FiNS00ZjVjLTljMWEtODcwNTgwMTQyYWJkL3Jlc291cmNlR3JvdXBzL0Nvc21vc0RCUmVzb3VyY2VHcm91cDI1MTAvcHJvdmlkZXJzL01pY3Jvc29mdC5Eb2N1bWVudERCL2RhdGFiYXNlQWNjb3VudHMvZGIxMDAyL2dyZW1saW5EYXRhYmFzZXMvZGJOYW1lNC9ncmFwaHMvZ3JhcGhOYW1lL29wZXJhdGlvblJlc3VsdHMvZGU5MTNlOWMtZDc3NC00NDZiLTg5YjUtZDQ5ODM3MjhiMWQwP2FwaS12ZXJzaW9uPTIwMjAtMDQtMDE=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "FxVersion/4.6.29130.01",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.CosmosDB.CosmosDBManagementClient/1.2.1.0"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-gatewayversion": [
+ "version=2.11.0"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11981"
+ ],
+ "x-ms-request-id": [
+ "a5530bbb-f14e-4735-ab8d-a5d2d7afe569"
+ ],
+ "x-ms-correlation-request-id": [
+ "a5530bbb-f14e-4735-ab8d-a5d2d7afe569"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20200903T002026Z:a5530bbb-f14e-4735-ab8d-a5d2d7afe569"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Thu, 03 Sep 2020 00:20:26 GMT"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Content-Location": [
+ "https://management.documents.azure.com:450/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/CosmosDBResourceGroup2510/providers/Microsoft.DocumentDB/databaseAccounts/db1002/gremlinDatabases/dbName4/graphs/graphName/operationResults/de913e9c-d774-446b-89b5-d4983728b1d0?api-version=2020-04-01"
+ ]
+ },
+ "ResponseBody": "",
+ "StatusCode": 204
+ },
+ {
+ "RequestUri": "/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/CosmosDBResourceGroup2510/providers/Microsoft.DocumentDB/databaseAccounts/db1002/gremlinDatabases/dbName4?api-version=2020-04-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTIwNTNiOGYtY2FiNS00ZjVjLTljMWEtODcwNTgwMTQyYWJkL3Jlc291cmNlR3JvdXBzL0Nvc21vc0RCUmVzb3VyY2VHcm91cDI1MTAvcHJvdmlkZXJzL01pY3Jvc29mdC5Eb2N1bWVudERCL2RhdGFiYXNlQWNjb3VudHMvZGIxMDAyL2dyZW1saW5EYXRhYmFzZXMvZGJOYW1lND9hcGktdmVyc2lvbj0yMDIwLTA0LTAx",
+ "RequestMethod": "DELETE",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "20de3e06-bf40-437e-8f59-73db721836e4"
+ ],
+ "Accept-Language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.6.29130.01",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.CosmosDB.CosmosDBManagementClient/1.2.1.0"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Location": [
+ "https://management.azure.com/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/CosmosDBResourceGroup2510/providers/Microsoft.DocumentDB/databaseAccounts/db1002/gremlinDatabases/dbName4/operationResults/9a13a90d-4fd8-45e8-9e4f-f1a5da0137f8?api-version=2020-04-01"
+ ],
+ "Azure-AsyncOperation": [
+ "https://management.azure.com/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/9a13a90d-4fd8-45e8-9e4f-f1a5da0137f8?api-version=2020-04-01"
+ ],
+ "x-ms-request-id": [
+ "9a13a90d-4fd8-45e8-9e4f-f1a5da0137f8"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-gatewayversion": [
+ "version=2.11.0"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-deletes": [
+ "14999"
+ ],
+ "x-ms-correlation-request-id": [
+ "f8109e0b-c453-4d8f-897a-7be9cde4a23a"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20200903T002027Z:f8109e0b-c453-4d8f-897a-7be9cde4a23a"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Thu, 03 Sep 2020 00:20:26 GMT"
+ ],
+ "Content-Length": [
+ "21"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Content-Location": [
+ "https://management.documents.azure.com:450/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/CosmosDBResourceGroup2510/providers/Microsoft.DocumentDB/databaseAccounts/db1002/gremlinDatabases/dbName4?api-version=2020-04-01"
+ ]
+ },
+ "ResponseBody": "{\r\n \"status\": \"Enqueued\"\r\n}",
+ "StatusCode": 202
+ },
+ {
+ "RequestUri": "/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/CosmosDBResourceGroup2510/providers/Microsoft.DocumentDB/databaseAccounts/db1002/gremlinDatabases/dbName4?api-version=2020-04-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTIwNTNiOGYtY2FiNS00ZjVjLTljMWEtODcwNTgwMTQyYWJkL3Jlc291cmNlR3JvdXBzL0Nvc21vc0RCUmVzb3VyY2VHcm91cDI1MTAvcHJvdmlkZXJzL01pY3Jvc29mdC5Eb2N1bWVudERCL2RhdGFiYXNlQWNjb3VudHMvZGIxMDAyL2dyZW1saW5EYXRhYmFzZXMvZGJOYW1lND9hcGktdmVyc2lvbj0yMDIwLTA0LTAx",
+ "RequestMethod": "DELETE",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "9d73281f-4ef4-4133-a63c-369b6be3678a"
+ ],
+ "Accept-Language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.6.29130.01",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.CosmosDB.CosmosDBManagementClient/1.2.1.0"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Location": [
+ "https://management.azure.com/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/CosmosDBResourceGroup2510/providers/Microsoft.DocumentDB/databaseAccounts/db1002/gremlinDatabases/dbName4/operationResults/ae5c6a58-56d9-47d6-9147-2cda6fd6457b?api-version=2020-04-01"
+ ],
+ "Azure-AsyncOperation": [
+ "https://management.azure.com/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/ae5c6a58-56d9-47d6-9147-2cda6fd6457b?api-version=2020-04-01"
+ ],
+ "x-ms-request-id": [
+ "ae5c6a58-56d9-47d6-9147-2cda6fd6457b"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-gatewayversion": [
+ "version=2.11.0"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-deletes": [
+ "14999"
+ ],
+ "x-ms-correlation-request-id": [
+ "ebb6f116-713b-4000-97d4-3b8d02a951dc"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20200903T002134Z:ebb6f116-713b-4000-97d4-3b8d02a951dc"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Thu, 03 Sep 2020 00:21:33 GMT"
+ ],
+ "Content-Length": [
+ "21"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Content-Location": [
+ "https://management.documents.azure.com:450/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/CosmosDBResourceGroup2510/providers/Microsoft.DocumentDB/databaseAccounts/db1002/gremlinDatabases/dbName4?api-version=2020-04-01"
+ ]
+ },
+ "ResponseBody": "{\r\n \"status\": \"Enqueued\"\r\n}",
+ "StatusCode": 202
+ },
+ {
+ "RequestUri": "/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/9a13a90d-4fd8-45e8-9e4f-f1a5da0137f8?api-version=2020-04-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTIwNTNiOGYtY2FiNS00ZjVjLTljMWEtODcwNTgwMTQyYWJkL3Byb3ZpZGVycy9NaWNyb3NvZnQuRG9jdW1lbnREQi9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnNTdGF0dXMvOWExM2E5MGQtNGZkOC00NWU4LTllNGYtZjFhNWRhMDEzN2Y4P2FwaS12ZXJzaW9uPTIwMjAtMDQtMDE=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "FxVersion/4.6.29130.01",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.CosmosDB.CosmosDBManagementClient/1.2.1.0"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-gatewayversion": [
+ "version=2.11.0"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11999"
+ ],
+ "x-ms-request-id": [
+ "2ab36ec0-a9c0-4d1a-aff8-09f72ff2f3df"
+ ],
+ "x-ms-correlation-request-id": [
+ "2ab36ec0-a9c0-4d1a-aff8-09f72ff2f3df"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20200903T002058Z:2ab36ec0-a9c0-4d1a-aff8-09f72ff2f3df"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Thu, 03 Sep 2020 00:20:58 GMT"
+ ],
+ "Content-Length": [
+ "22"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Content-Location": [
+ "https://management.documents.azure.com:450/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/9a13a90d-4fd8-45e8-9e4f-f1a5da0137f8?api-version=2020-04-01"
+ ]
+ },
+ "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}",
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/CosmosDBResourceGroup2510/providers/Microsoft.DocumentDB/databaseAccounts/db1002/gremlinDatabases/dbName4/operationResults/9a13a90d-4fd8-45e8-9e4f-f1a5da0137f8?api-version=2020-04-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTIwNTNiOGYtY2FiNS00ZjVjLTljMWEtODcwNTgwMTQyYWJkL3Jlc291cmNlR3JvdXBzL0Nvc21vc0RCUmVzb3VyY2VHcm91cDI1MTAvcHJvdmlkZXJzL01pY3Jvc29mdC5Eb2N1bWVudERCL2RhdGFiYXNlQWNjb3VudHMvZGIxMDAyL2dyZW1saW5EYXRhYmFzZXMvZGJOYW1lNC9vcGVyYXRpb25SZXN1bHRzLzlhMTNhOTBkLTRmZDgtNDVlOC05ZTRmLWYxYTVkYTAxMzdmOD9hcGktdmVyc2lvbj0yMDIwLTA0LTAx",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "FxVersion/4.6.29130.01",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.CosmosDB.CosmosDBManagementClient/1.2.1.0"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-gatewayversion": [
+ "version=2.11.0"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11998"
+ ],
+ "x-ms-request-id": [
+ "a349e461-1dc5-499b-a6ea-c53f3faad72f"
+ ],
+ "x-ms-correlation-request-id": [
+ "a349e461-1dc5-499b-a6ea-c53f3faad72f"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20200903T002058Z:a349e461-1dc5-499b-a6ea-c53f3faad72f"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Thu, 03 Sep 2020 00:20:58 GMT"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Content-Location": [
+ "https://management.documents.azure.com:450/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/CosmosDBResourceGroup2510/providers/Microsoft.DocumentDB/databaseAccounts/db1002/gremlinDatabases/dbName4/operationResults/9a13a90d-4fd8-45e8-9e4f-f1a5da0137f8?api-version=2020-04-01"
+ ]
+ },
+ "ResponseBody": "",
+ "StatusCode": 204
+ },
+ {
+ "RequestUri": "/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f9dc1ca7-e68e-4c7e-b4d9-7b4fc6cededb?api-version=2020-04-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTIwNTNiOGYtY2FiNS00ZjVjLTljMWEtODcwNTgwMTQyYWJkL3Byb3ZpZGVycy9NaWNyb3NvZnQuRG9jdW1lbnREQi9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnNTdGF0dXMvZjlkYzFjYTctZTY4ZS00YzdlLWI0ZDktN2I0ZmM2Y2VkZWRiP2FwaS12ZXJzaW9uPTIwMjAtMDQtMDE=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "FxVersion/4.6.29130.01",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.CosmosDB.CosmosDBManagementClient/1.2.1.0"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-gatewayversion": [
+ "version=2.11.0"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11999"
+ ],
+ "x-ms-request-id": [
+ "55eada97-a05f-4979-9ab5-42a1a54e746a"
+ ],
+ "x-ms-correlation-request-id": [
+ "55eada97-a05f-4979-9ab5-42a1a54e746a"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20200903T002133Z:55eada97-a05f-4979-9ab5-42a1a54e746a"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Thu, 03 Sep 2020 00:21:33 GMT"
+ ],
+ "Content-Length": [
+ "22"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Content-Location": [
+ "https://management.documents.azure.com:450/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f9dc1ca7-e68e-4c7e-b4d9-7b4fc6cededb?api-version=2020-04-01"
+ ]
+ },
+ "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}",
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/CosmosDBResourceGroup2510/providers/Microsoft.DocumentDB/databaseAccounts/db1002/gremlinDatabases/dbName4/graphs/graphName/operationResults/f9dc1ca7-e68e-4c7e-b4d9-7b4fc6cededb?api-version=2020-04-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTIwNTNiOGYtY2FiNS00ZjVjLTljMWEtODcwNTgwMTQyYWJkL3Jlc291cmNlR3JvdXBzL0Nvc21vc0RCUmVzb3VyY2VHcm91cDI1MTAvcHJvdmlkZXJzL01pY3Jvc29mdC5Eb2N1bWVudERCL2RhdGFiYXNlQWNjb3VudHMvZGIxMDAyL2dyZW1saW5EYXRhYmFzZXMvZGJOYW1lNC9ncmFwaHMvZ3JhcGhOYW1lL29wZXJhdGlvblJlc3VsdHMvZjlkYzFjYTctZTY4ZS00YzdlLWI0ZDktN2I0ZmM2Y2VkZWRiP2FwaS12ZXJzaW9uPTIwMjAtMDQtMDE=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "FxVersion/4.6.29130.01",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.CosmosDB.CosmosDBManagementClient/1.2.1.0"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-gatewayversion": [
+ "version=2.11.0"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11998"
+ ],
+ "x-ms-request-id": [
+ "0be58945-7691-4ced-b35e-454192b4c905"
+ ],
+ "x-ms-correlation-request-id": [
+ "0be58945-7691-4ced-b35e-454192b4c905"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20200903T002133Z:0be58945-7691-4ced-b35e-454192b4c905"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Thu, 03 Sep 2020 00:21:33 GMT"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Content-Location": [
+ "https://management.documents.azure.com:450/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/CosmosDBResourceGroup2510/providers/Microsoft.DocumentDB/databaseAccounts/db1002/gremlinDatabases/dbName4/graphs/graphName/operationResults/f9dc1ca7-e68e-4c7e-b4d9-7b4fc6cededb?api-version=2020-04-01"
+ ]
+ },
+ "ResponseBody": "",
+ "StatusCode": 204
+ },
+ {
+ "RequestUri": "/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/ae5c6a58-56d9-47d6-9147-2cda6fd6457b?api-version=2020-04-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTIwNTNiOGYtY2FiNS00ZjVjLTljMWEtODcwNTgwMTQyYWJkL3Byb3ZpZGVycy9NaWNyb3NvZnQuRG9jdW1lbnREQi9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnNTdGF0dXMvYWU1YzZhNTgtNTZkOS00N2Q2LTkxNDctMmNkYTZmZDY0NTdiP2FwaS12ZXJzaW9uPTIwMjAtMDQtMDE=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "FxVersion/4.6.29130.01",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.CosmosDB.CosmosDBManagementClient/1.2.1.0"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-gatewayversion": [
+ "version=2.11.0"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11999"
+ ],
+ "x-ms-request-id": [
+ "80afe16a-41f0-40b9-b7fd-528cf95b1504"
+ ],
+ "x-ms-correlation-request-id": [
+ "80afe16a-41f0-40b9-b7fd-528cf95b1504"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20200903T002204Z:80afe16a-41f0-40b9-b7fd-528cf95b1504"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Thu, 03 Sep 2020 00:22:04 GMT"
+ ],
+ "Content-Length": [
+ "22"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Content-Location": [
+ "https://management.documents.azure.com:450/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/ae5c6a58-56d9-47d6-9147-2cda6fd6457b?api-version=2020-04-01"
+ ]
+ },
+ "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}",
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/CosmosDBResourceGroup2510/providers/Microsoft.DocumentDB/databaseAccounts/db1002/gremlinDatabases/dbName4/operationResults/ae5c6a58-56d9-47d6-9147-2cda6fd6457b?api-version=2020-04-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTIwNTNiOGYtY2FiNS00ZjVjLTljMWEtODcwNTgwMTQyYWJkL3Jlc291cmNlR3JvdXBzL0Nvc21vc0RCUmVzb3VyY2VHcm91cDI1MTAvcHJvdmlkZXJzL01pY3Jvc29mdC5Eb2N1bWVudERCL2RhdGFiYXNlQWNjb3VudHMvZGIxMDAyL2dyZW1saW5EYXRhYmFzZXMvZGJOYW1lNC9vcGVyYXRpb25SZXN1bHRzL2FlNWM2YTU4LTU2ZDktNDdkNi05MTQ3LTJjZGE2ZmQ2NDU3Yj9hcGktdmVyc2lvbj0yMDIwLTA0LTAx",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "FxVersion/4.6.29130.01",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.CosmosDB.CosmosDBManagementClient/1.2.1.0"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-gatewayversion": [
+ "version=2.11.0"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11998"
+ ],
+ "x-ms-request-id": [
+ "81a2e15b-428d-4f19-b7d2-2191e3bfb511"
+ ],
+ "x-ms-correlation-request-id": [
+ "81a2e15b-428d-4f19-b7d2-2191e3bfb511"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20200903T002204Z:81a2e15b-428d-4f19-b7d2-2191e3bfb511"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Thu, 03 Sep 2020 00:22:04 GMT"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Content-Location": [
+ "https://management.documents.azure.com:450/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/CosmosDBResourceGroup2510/providers/Microsoft.DocumentDB/databaseAccounts/db1002/gremlinDatabases/dbName4/operationResults/ae5c6a58-56d9-47d6-9147-2cda6fd6457b?api-version=2020-04-01"
+ ]
+ },
+ "ResponseBody": "",
+ "StatusCode": 204
+ }
+ ],
+ "Names": {},
+ "Variables": {
+ "SubscriptionId": "12053b8f-cab5-4f5c-9c1a-870580142abd"
+ }
+}
\ No newline at end of file
diff --git a/src/CosmosDB/CosmosDB.Test/SessionRecords/Microsoft.Azure.Commands.CosmosDB.Test.ScenarioTests.ScenarioTest.MongoOperationsTests/TestMongoMigrateThroughputCmdlets.json b/src/CosmosDB/CosmosDB.Test/SessionRecords/Microsoft.Azure.Commands.CosmosDB.Test.ScenarioTests.ScenarioTest.MongoOperationsTests/TestMongoMigrateThroughputCmdlets.json
new file mode 100644
index 000000000000..325041a6137c
--- /dev/null
+++ b/src/CosmosDB/CosmosDB.Test/SessionRecords/Microsoft.Azure.Commands.CosmosDB.Test.ScenarioTests.ScenarioTest.MongoOperationsTests/TestMongoMigrateThroughputCmdlets.json
@@ -0,0 +1,2246 @@
+{
+ "Entries": [
+ {
+ "RequestUri": "/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/CosmosDBResourceGroup3668/providers/Microsoft.DocumentDB/databaseAccounts/db001/mongodbDatabases/dbName4?api-version=2020-04-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTIwNTNiOGYtY2FiNS00ZjVjLTljMWEtODcwNTgwMTQyYWJkL3Jlc291cmNlR3JvdXBzL0Nvc21vc0RCUmVzb3VyY2VHcm91cDM2NjgvcHJvdmlkZXJzL01pY3Jvc29mdC5Eb2N1bWVudERCL2RhdGFiYXNlQWNjb3VudHMvZGIwMDEvbW9uZ29kYkRhdGFiYXNlcy9kYk5hbWU0P2FwaS12ZXJzaW9uPTIwMjAtMDQtMDE=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "36f3d2cd-0162-46f2-9c7d-a885728afb69"
+ ],
+ "Accept-Language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.6.29130.01",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.CosmosDB.CosmosDBManagementClient/1.2.1.0"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-gatewayversion": [
+ "version=2.11.0"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11999"
+ ],
+ "x-ms-request-id": [
+ "7c2f294a-c016-4619-86f0-c3516de64594"
+ ],
+ "x-ms-correlation-request-id": [
+ "7c2f294a-c016-4619-86f0-c3516de64594"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20200903T002207Z:7c2f294a-c016-4619-86f0-c3516de64594"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Thu, 03 Sep 2020 00:22:07 GMT"
+ ],
+ "Content-Length": [
+ "1773"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Content-Location": [
+ "https://management.documents.azure.com:450/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/CosmosDBResourceGroup3668/providers/Microsoft.DocumentDB/databaseAccounts/db001/mongodbDatabases/dbName4?api-version=2020-04-01"
+ ]
+ },
+ "ResponseBody": "{\r\n \"code\": \"NotFound\",\r\n \"message\": \"Message: {\\\"code\\\":\\\"NotFound\\\",\\\"message\\\":\\\"Message: {\\\\\\\"Errors\\\\\\\":[\\\\\\\"Resource Not Found. Learn more: https:\\\\\\\\/\\\\\\\\/aka.ms\\\\\\\\/cosmosdb-tsg-not-found\\\\\\\"]}\\\\r\\\\nActivityId: 36f3d2cd-0162-46f2-9c7d-a885728afb69, Request URI: /apps/f16794f1-66f3-4163-8d3e-7f76cdcef6a7/services/1b0b2282-67d8-4dab-ac7c-2032b455f5d3/partitions/3d375b6b-206c-4ff3-8979-be675cb87f79/replicas/132433658762266671s, RequestStats: \\\\r\\\\nRequestStartTime: 2020-09-03T00:22:07.8834562Z, RequestEndTime: 2020-09-03T00:22:07.8934864Z, Number of regions attempted:1\\\\r\\\\nResponseTime: 2020-09-03T00:22:07.8934864Z, StoreResult: StorePhysicalAddress: rntbd://10.0.0.19:11300/apps/f16794f1-66f3-4163-8d3e-7f76cdcef6a7/services/1b0b2282-67d8-4dab-ac7c-2032b455f5d3/partitions/3d375b6b-206c-4ff3-8979-be675cb87f79/replicas/132433658762266671s, LSN: 776, GlobalCommittedLsn: 776, PartitionKeyRangeId: , IsValid: True, StatusCode: 404, SubStatusCode: 0, RequestCharge: 1, ItemLSN: -1, SessionToken: -1#776, UsingLocalLSN: False, TransportException: null, ResourceType: Database, OperationType: Read\\\\r\\\\nResponseTime: 2020-09-03T00:22:07.8934864Z, StoreResult: StorePhysicalAddress: rntbd://10.0.0.25:11300/apps/f16794f1-66f3-4163-8d3e-7f76cdcef6a7/services/1b0b2282-67d8-4dab-ac7c-2032b455f5d3/partitions/3d375b6b-206c-4ff3-8979-be675cb87f79/replicas/132432848086651693s, LSN: 776, GlobalCommittedLsn: 776, PartitionKeyRangeId: , IsValid: True, StatusCode: 404, SubStatusCode: 0, RequestCharge: 1, ItemLSN: -1, SessionToken: -1#776, UsingLocalLSN: False, TransportException: null, ResourceType: Database, OperationType: Read\\\\r\\\\n, SDK: Microsoft.Azure.Documents.Common/2.11.0\\\"}, Request URI: /dbs/dbName4, RequestStats: , SDK: Microsoft.Azure.Documents.Common/2.11.0\"\r\n}",
+ "StatusCode": 404
+ },
+ {
+ "RequestUri": "/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/CosmosDBResourceGroup3668/providers/Microsoft.DocumentDB/databaseAccounts/db001/mongodbDatabases/dbName4?api-version=2020-04-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTIwNTNiOGYtY2FiNS00ZjVjLTljMWEtODcwNTgwMTQyYWJkL3Jlc291cmNlR3JvdXBzL0Nvc21vc0RCUmVzb3VyY2VHcm91cDM2NjgvcHJvdmlkZXJzL01pY3Jvc29mdC5Eb2N1bWVudERCL2RhdGFiYXNlQWNjb3VudHMvZGIwMDEvbW9uZ29kYkRhdGFiYXNlcy9kYk5hbWU0P2FwaS12ZXJzaW9uPTIwMjAtMDQtMDE=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "FxVersion/4.6.29130.01",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.CosmosDB.CosmosDBManagementClient/1.2.1.0"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-gatewayversion": [
+ "version=2.11.0"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11997"
+ ],
+ "x-ms-request-id": [
+ "a2dff57a-a70f-45c4-878a-0b53eadc738e"
+ ],
+ "x-ms-correlation-request-id": [
+ "a2dff57a-a70f-45c4-878a-0b53eadc738e"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20200903T002238Z:a2dff57a-a70f-45c4-878a-0b53eadc738e"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Thu, 03 Sep 2020 00:22:38 GMT"
+ ],
+ "Content-Length": [
+ "390"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Content-Location": [
+ "https://management.documents.azure.com:450/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/CosmosDBResourceGroup3668/providers/Microsoft.DocumentDB/databaseAccounts/db001/mongodbDatabases/dbName4?api-version=2020-04-01"
+ ]
+ },
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/CosmosDBResourceGroup3668/providers/Microsoft.DocumentDB/databaseAccounts/db001/mongodbDatabases/dbName4\",\r\n \"type\": \"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases\",\r\n \"name\": \"dbName4\",\r\n \"properties\": {\r\n \"resource\": {\r\n \"id\": \"dbName4\",\r\n \"_rid\": \"SA89AA==\",\r\n \"_etag\": \"\\\"0000ad0f-0000-0100-0000-5f5037350000\\\"\",\r\n \"_ts\": 1599092533\r\n }\r\n }\r\n}",
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/CosmosDBResourceGroup3668/providers/Microsoft.DocumentDB/databaseAccounts/db001/mongodbDatabases/dbName4?api-version=2020-04-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTIwNTNiOGYtY2FiNS00ZjVjLTljMWEtODcwNTgwMTQyYWJkL3Jlc291cmNlR3JvdXBzL0Nvc21vc0RCUmVzb3VyY2VHcm91cDM2NjgvcHJvdmlkZXJzL01pY3Jvc29mdC5Eb2N1bWVudERCL2RhdGFiYXNlQWNjb3VudHMvZGIwMDEvbW9uZ29kYkRhdGFiYXNlcy9kYk5hbWU0P2FwaS12ZXJzaW9uPTIwMjAtMDQtMDE=",
+ "RequestMethod": "PUT",
+ "RequestBody": "{\r\n \"properties\": {\r\n \"resource\": {\r\n \"id\": \"dbName4\"\r\n },\r\n \"options\": {\r\n \"throughput\": 1200\r\n }\r\n }\r\n}",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "a68a8064-34b6-431b-8f2b-d741463a009c"
+ ],
+ "Accept-Language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.6.29130.01",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.CosmosDB.CosmosDBManagementClient/1.2.1.0"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Content-Length": [
+ "129"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Location": [
+ "https://management.azure.com/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/CosmosDBResourceGroup3668/providers/Microsoft.DocumentDB/databaseAccounts/db001/mongodbDatabases/dbName4/operationResults/b1512323-74a4-4b33-baf1-357882962412?api-version=2020-04-01"
+ ],
+ "Azure-AsyncOperation": [
+ "https://management.azure.com/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b1512323-74a4-4b33-baf1-357882962412?api-version=2020-04-01"
+ ],
+ "x-ms-request-id": [
+ "b1512323-74a4-4b33-baf1-357882962412"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-gatewayversion": [
+ "version=2.11.0"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-writes": [
+ "1199"
+ ],
+ "x-ms-correlation-request-id": [
+ "2a336728-16d4-4ec4-b159-b3ea5d407801"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20200903T002208Z:2a336728-16d4-4ec4-b159-b3ea5d407801"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Thu, 03 Sep 2020 00:22:08 GMT"
+ ],
+ "Content-Length": [
+ "21"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Content-Location": [
+ "https://management.documents.azure.com:450/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/CosmosDBResourceGroup3668/providers/Microsoft.DocumentDB/databaseAccounts/db001/mongodbDatabases/dbName4?api-version=2020-04-01"
+ ]
+ },
+ "ResponseBody": "{\r\n \"status\": \"Enqueued\"\r\n}",
+ "StatusCode": 202
+ },
+ {
+ "RequestUri": "/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b1512323-74a4-4b33-baf1-357882962412?api-version=2020-04-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTIwNTNiOGYtY2FiNS00ZjVjLTljMWEtODcwNTgwMTQyYWJkL3Byb3ZpZGVycy9NaWNyb3NvZnQuRG9jdW1lbnREQi9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnNTdGF0dXMvYjE1MTIzMjMtNzRhNC00YjMzLWJhZjEtMzU3ODgyOTYyNDEyP2FwaS12ZXJzaW9uPTIwMjAtMDQtMDE=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "FxVersion/4.6.29130.01",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.CosmosDB.CosmosDBManagementClient/1.2.1.0"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-gatewayversion": [
+ "version=2.11.0"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11998"
+ ],
+ "x-ms-request-id": [
+ "0d2a5342-96be-4e89-92de-4db929559707"
+ ],
+ "x-ms-correlation-request-id": [
+ "0d2a5342-96be-4e89-92de-4db929559707"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20200903T002238Z:0d2a5342-96be-4e89-92de-4db929559707"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Thu, 03 Sep 2020 00:22:37 GMT"
+ ],
+ "Content-Length": [
+ "22"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Content-Location": [
+ "https://management.documents.azure.com:450/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b1512323-74a4-4b33-baf1-357882962412?api-version=2020-04-01"
+ ]
+ },
+ "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}",
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/CosmosDBResourceGroup3668/providers/Microsoft.DocumentDB/databaseAccounts/db001/mongodbDatabases/dbName4/throughputSettings/default?api-version=2020-04-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTIwNTNiOGYtY2FiNS00ZjVjLTljMWEtODcwNTgwMTQyYWJkL3Jlc291cmNlR3JvdXBzL0Nvc21vc0RCUmVzb3VyY2VHcm91cDM2NjgvcHJvdmlkZXJzL01pY3Jvc29mdC5Eb2N1bWVudERCL2RhdGFiYXNlQWNjb3VudHMvZGIwMDEvbW9uZ29kYkRhdGFiYXNlcy9kYk5hbWU0L3Rocm91Z2hwdXRTZXR0aW5ncy9kZWZhdWx0P2FwaS12ZXJzaW9uPTIwMjAtMDQtMDE=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "3b6a3bd0-ee9b-443b-bb9b-a32a00442c5e"
+ ],
+ "Accept-Language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.6.29130.01",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.CosmosDB.CosmosDBManagementClient/1.2.1.0"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-gatewayversion": [
+ "version=2.11.0"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11996"
+ ],
+ "x-ms-request-id": [
+ "db5d86c7-f352-41fc-a2c7-3f9d1487a076"
+ ],
+ "x-ms-correlation-request-id": [
+ "db5d86c7-f352-41fc-a2c7-3f9d1487a076"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20200903T002239Z:db5d86c7-f352-41fc-a2c7-3f9d1487a076"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Thu, 03 Sep 2020 00:22:38 GMT"
+ ],
+ "Content-Length": [
+ "376"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Content-Location": [
+ "https://management.documents.azure.com:450/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/CosmosDBResourceGroup3668/providers/Microsoft.DocumentDB/databaseAccounts/db001/mongodbDatabases/dbName4/throughputSettings/default?api-version=2020-04-01"
+ ]
+ },
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/CosmosDBResourceGroup3668/providers/Microsoft.DocumentDB/databaseAccounts/db001/mongodbDatabases/dbName4/throughputSettings/default\",\r\n \"type\": \"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/throughputSettings\",\r\n \"name\": \"cGVe\",\r\n \"properties\": {\r\n \"resource\": {\r\n \"throughput\": 1200,\r\n \"minimumThroughput\": \"400\"\r\n }\r\n }\r\n}",
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/CosmosDBResourceGroup3668/providers/Microsoft.DocumentDB/databaseAccounts/db001/mongodbDatabases/dbName4/throughputSettings/default/migrateToAutoscale?api-version=2020-04-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTIwNTNiOGYtY2FiNS00ZjVjLTljMWEtODcwNTgwMTQyYWJkL3Jlc291cmNlR3JvdXBzL0Nvc21vc0RCUmVzb3VyY2VHcm91cDM2NjgvcHJvdmlkZXJzL01pY3Jvc29mdC5Eb2N1bWVudERCL2RhdGFiYXNlQWNjb3VudHMvZGIwMDEvbW9uZ29kYkRhdGFiYXNlcy9kYk5hbWU0L3Rocm91Z2hwdXRTZXR0aW5ncy9kZWZhdWx0L21pZ3JhdGVUb0F1dG9zY2FsZT9hcGktdmVyc2lvbj0yMDIwLTA0LTAx",
+ "RequestMethod": "POST",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "102423e7-8ac1-4527-a67a-7941e365ba9b"
+ ],
+ "Accept-Language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.6.29130.01",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.CosmosDB.CosmosDBManagementClient/1.2.1.0"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Location": [
+ "https://management.azure.com/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/CosmosDBResourceGroup3668/providers/Microsoft.DocumentDB/databaseAccounts/db001/mongodbDatabases/dbName4/throughputSettings/default/migrateToAutoscale/operationResults/fad54db6-cd43-480f-9039-3d18999bbab1?api-version=2020-04-01"
+ ],
+ "Azure-AsyncOperation": [
+ "https://management.azure.com/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/fad54db6-cd43-480f-9039-3d18999bbab1?api-version=2020-04-01"
+ ],
+ "x-ms-request-id": [
+ "fad54db6-cd43-480f-9039-3d18999bbab1"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-gatewayversion": [
+ "version=2.11.0"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-writes": [
+ "1199"
+ ],
+ "x-ms-correlation-request-id": [
+ "7d850ebe-1285-415e-a719-885a4eaa7d0a"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20200903T002239Z:7d850ebe-1285-415e-a719-885a4eaa7d0a"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Thu, 03 Sep 2020 00:22:38 GMT"
+ ],
+ "Content-Length": [
+ "21"
+ ],
+ "Content-Type": [
+ "application/json"
+ ]
+ },
+ "ResponseBody": "{\r\n \"status\": \"Enqueued\"\r\n}",
+ "StatusCode": 202
+ },
+ {
+ "RequestUri": "/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/fad54db6-cd43-480f-9039-3d18999bbab1?api-version=2020-04-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTIwNTNiOGYtY2FiNS00ZjVjLTljMWEtODcwNTgwMTQyYWJkL3Byb3ZpZGVycy9NaWNyb3NvZnQuRG9jdW1lbnREQi9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnNTdGF0dXMvZmFkNTRkYjYtY2Q0My00ODBmLTkwMzktM2QxODk5OWJiYWIxP2FwaS12ZXJzaW9uPTIwMjAtMDQtMDE=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "FxVersion/4.6.29130.01",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.CosmosDB.CosmosDBManagementClient/1.2.1.0"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-gatewayversion": [
+ "version=2.11.0"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11995"
+ ],
+ "x-ms-request-id": [
+ "0bb2af34-8313-463b-9422-554a8658066c"
+ ],
+ "x-ms-correlation-request-id": [
+ "0bb2af34-8313-463b-9422-554a8658066c"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20200903T002309Z:0bb2af34-8313-463b-9422-554a8658066c"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Thu, 03 Sep 2020 00:23:09 GMT"
+ ],
+ "Content-Length": [
+ "22"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Content-Location": [
+ "https://management.documents.azure.com:450/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/fad54db6-cd43-480f-9039-3d18999bbab1?api-version=2020-04-01"
+ ]
+ },
+ "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}",
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/CosmosDBResourceGroup3668/providers/Microsoft.DocumentDB/databaseAccounts/db001/mongodbDatabases/dbName4/throughputSettings/default/migrateToAutoscale/operationResults/fad54db6-cd43-480f-9039-3d18999bbab1?api-version=2020-04-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTIwNTNiOGYtY2FiNS00ZjVjLTljMWEtODcwNTgwMTQyYWJkL3Jlc291cmNlR3JvdXBzL0Nvc21vc0RCUmVzb3VyY2VHcm91cDM2NjgvcHJvdmlkZXJzL01pY3Jvc29mdC5Eb2N1bWVudERCL2RhdGFiYXNlQWNjb3VudHMvZGIwMDEvbW9uZ29kYkRhdGFiYXNlcy9kYk5hbWU0L3Rocm91Z2hwdXRTZXR0aW5ncy9kZWZhdWx0L21pZ3JhdGVUb0F1dG9zY2FsZS9vcGVyYXRpb25SZXN1bHRzL2ZhZDU0ZGI2LWNkNDMtNDgwZi05MDM5LTNkMTg5OTliYmFiMT9hcGktdmVyc2lvbj0yMDIwLTA0LTAx",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "FxVersion/4.6.29130.01",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.CosmosDB.CosmosDBManagementClient/1.2.1.0"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-gatewayversion": [
+ "version=2.11.0"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11994"
+ ],
+ "x-ms-request-id": [
+ "d186ee72-316c-47e4-b463-b2dafdf39d76"
+ ],
+ "x-ms-correlation-request-id": [
+ "d186ee72-316c-47e4-b463-b2dafdf39d76"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20200903T002310Z:d186ee72-316c-47e4-b463-b2dafdf39d76"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Thu, 03 Sep 2020 00:23:10 GMT"
+ ],
+ "Content-Length": [
+ "457"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Content-Location": [
+ "https://management.documents.azure.com:450/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/CosmosDBResourceGroup3668/providers/Microsoft.DocumentDB/databaseAccounts/db001/mongodbDatabases/dbName4/throughputSettings/default/migrateToAutoscale/operationResults/fad54db6-cd43-480f-9039-3d18999bbab1?api-version=2020-04-01"
+ ]
+ },
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/CosmosDBResourceGroup3668/providers/Microsoft.DocumentDB/databaseAccounts/db001/mongodbDatabases/dbName4/throughputSettings/default/migrateToAutoscale\",\r\n \"type\": \"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/throughputSettings/migrateToAutoscale\",\r\n \"name\": \"cGVe\",\r\n \"properties\": {\r\n \"resource\": {\r\n \"throughput\": 400,\r\n \"autoscaleSettings\": {\r\n \"maxThroughput\": 4000\r\n },\r\n \"minimumThroughput\": \"4000\"\r\n }\r\n }\r\n}",
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/CosmosDBResourceGroup3668/providers/Microsoft.DocumentDB/databaseAccounts/db001?api-version=2020-04-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTIwNTNiOGYtY2FiNS00ZjVjLTljMWEtODcwNTgwMTQyYWJkL3Jlc291cmNlR3JvdXBzL0Nvc21vc0RCUmVzb3VyY2VHcm91cDM2NjgvcHJvdmlkZXJzL01pY3Jvc29mdC5Eb2N1bWVudERCL2RhdGFiYXNlQWNjb3VudHMvZGIwMDE/YXBpLXZlcnNpb249MjAyMC0wNC0wMQ==",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "7a598e6d-c4c0-48c9-b645-37fd5008ec22"
+ ],
+ "Accept-Language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.6.29130.01",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.CosmosDB.CosmosDBManagementClient/1.2.1.0"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-gatewayversion": [
+ "version=2.11.0"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11993"
+ ],
+ "x-ms-request-id": [
+ "01635b83-a07f-4ef0-b605-97f0c644028b"
+ ],
+ "x-ms-correlation-request-id": [
+ "01635b83-a07f-4ef0-b605-97f0c644028b"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20200903T002310Z:01635b83-a07f-4ef0-b605-97f0c644028b"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Thu, 03 Sep 2020 00:23:10 GMT"
+ ],
+ "Content-Length": [
+ "2083"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Content-Location": [
+ "https://management.documents.azure.com:450/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/CosmosDBResourceGroup3668/providers/Microsoft.DocumentDB/databaseAccounts/db001?api-version=2020-04-01"
+ ]
+ },
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/CosmosDBResourceGroup3668/providers/Microsoft.DocumentDB/databaseAccounts/db001\",\r\n \"name\": \"db001\",\r\n \"location\": \"East US\",\r\n \"type\": \"Microsoft.DocumentDB/databaseAccounts\",\r\n \"kind\": \"MongoDB\",\r\n \"tags\": {},\r\n \"systemData\": {\r\n \"createdAt\": \"2019-12-05T19:15:07.9711767Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"documentEndpoint\": \"https://db001.documents.azure.com:443/\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"enableAutomaticFailover\": false,\r\n \"enableMultipleWriteLocations\": false,\r\n \"enablePartitionKeyMonitor\": false,\r\n \"isVirtualNetworkFilterEnabled\": false,\r\n \"virtualNetworkRules\": [],\r\n \"EnabledApiTypes\": \"MongoDB\",\r\n \"disableKeyBasedMetadataWriteAccess\": false,\r\n \"enableFreeTier\": false,\r\n \"enableAnalyticalStorage\": false,\r\n \"instanceId\": \"ab545459-41a1-41fe-83e3-bc36bfbad31c\",\r\n \"createMode\": \"Default\",\r\n \"databaseAccountOfferType\": \"Standard\",\r\n \"enableCassandraConnector\": false,\r\n \"connectorOffer\": \"\",\r\n \"consistencyPolicy\": {\r\n \"defaultConsistencyLevel\": \"Session\",\r\n \"maxIntervalInSeconds\": 5,\r\n \"maxStalenessPrefix\": 100\r\n },\r\n \"apiProperties\": {\r\n \"serverVersion\": \"3.2\"\r\n },\r\n \"configurationOverrides\": {\r\n \"EnableBsonSchema\": \"True\"\r\n },\r\n \"writeLocations\": [\r\n {\r\n \"id\": \"db001-eastus\",\r\n \"locationName\": \"East US\",\r\n \"documentEndpoint\": \"https://db001-eastus.documents.azure.com:443/\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"failoverPriority\": 0,\r\n \"isZoneRedundant\": false\r\n }\r\n ],\r\n \"readLocations\": [\r\n {\r\n \"id\": \"db001-eastus\",\r\n \"locationName\": \"East US\",\r\n \"documentEndpoint\": \"https://db001-eastus.documents.azure.com:443/\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"failoverPriority\": 0,\r\n \"isZoneRedundant\": false\r\n }\r\n ],\r\n \"locations\": [\r\n {\r\n \"id\": \"db001-eastus\",\r\n \"locationName\": \"East US\",\r\n \"documentEndpoint\": \"https://db001-eastus.documents.azure.com:443/\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"failoverPriority\": 0,\r\n \"isZoneRedundant\": false\r\n }\r\n ],\r\n \"failoverPolicies\": [\r\n {\r\n \"id\": \"db001-eastus\",\r\n \"locationName\": \"East US\",\r\n \"failoverPriority\": 0\r\n }\r\n ],\r\n \"cors\": [],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"AllowSelfServeUpgradeToMongo36\"\r\n },\r\n {\r\n \"name\": \"DisableRateLimitingResponses\"\r\n }\r\n ],\r\n \"ipRules\": [],\r\n \"backupPolicy\": {\r\n \"type\": \"Periodic\",\r\n \"periodicModeProperties\": {\r\n \"backupIntervalInMinutes\": 240,\r\n \"backupRetentionIntervalInHours\": 8\r\n }\r\n }\r\n }\r\n}",
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/CosmosDBResourceGroup3668/providers/Microsoft.DocumentDB/databaseAccounts/db001/mongodbDatabases/dbName4/throughputSettings/default/migrateToManualThroughput?api-version=2020-04-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTIwNTNiOGYtY2FiNS00ZjVjLTljMWEtODcwNTgwMTQyYWJkL3Jlc291cmNlR3JvdXBzL0Nvc21vc0RCUmVzb3VyY2VHcm91cDM2NjgvcHJvdmlkZXJzL01pY3Jvc29mdC5Eb2N1bWVudERCL2RhdGFiYXNlQWNjb3VudHMvZGIwMDEvbW9uZ29kYkRhdGFiYXNlcy9kYk5hbWU0L3Rocm91Z2hwdXRTZXR0aW5ncy9kZWZhdWx0L21pZ3JhdGVUb01hbnVhbFRocm91Z2hwdXQ/YXBpLXZlcnNpb249MjAyMC0wNC0wMQ==",
+ "RequestMethod": "POST",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "08e29def-3dc0-4472-8836-8c53a8e3b9ef"
+ ],
+ "Accept-Language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.6.29130.01",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.CosmosDB.CosmosDBManagementClient/1.2.1.0"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Location": [
+ "https://management.azure.com/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/CosmosDBResourceGroup3668/providers/Microsoft.DocumentDB/databaseAccounts/db001/mongodbDatabases/dbName4/throughputSettings/default/migrateToManualThroughput/operationResults/0aade969-a1a6-4fbb-8db0-9f3166d1db9d?api-version=2020-04-01"
+ ],
+ "Azure-AsyncOperation": [
+ "https://management.azure.com/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/0aade969-a1a6-4fbb-8db0-9f3166d1db9d?api-version=2020-04-01"
+ ],
+ "x-ms-request-id": [
+ "0aade969-a1a6-4fbb-8db0-9f3166d1db9d"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-gatewayversion": [
+ "version=2.11.0"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-writes": [
+ "1198"
+ ],
+ "x-ms-correlation-request-id": [
+ "e8c8f423-5d7a-4f31-96b3-21f4d2086205"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20200903T002310Z:e8c8f423-5d7a-4f31-96b3-21f4d2086205"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Thu, 03 Sep 2020 00:23:10 GMT"
+ ],
+ "Content-Length": [
+ "21"
+ ],
+ "Content-Type": [
+ "application/json"
+ ]
+ },
+ "ResponseBody": "{\r\n \"status\": \"Enqueued\"\r\n}",
+ "StatusCode": 202
+ },
+ {
+ "RequestUri": "/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/0aade969-a1a6-4fbb-8db0-9f3166d1db9d?api-version=2020-04-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTIwNTNiOGYtY2FiNS00ZjVjLTljMWEtODcwNTgwMTQyYWJkL3Byb3ZpZGVycy9NaWNyb3NvZnQuRG9jdW1lbnREQi9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnNTdGF0dXMvMGFhZGU5NjktYTFhNi00ZmJiLThkYjAtOWYzMTY2ZDFkYjlkP2FwaS12ZXJzaW9uPTIwMjAtMDQtMDE=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "FxVersion/4.6.29130.01",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.CosmosDB.CosmosDBManagementClient/1.2.1.0"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-gatewayversion": [
+ "version=2.11.0"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11992"
+ ],
+ "x-ms-request-id": [
+ "6a9bc7d9-8dff-4cfa-a0fb-16eda94eedcf"
+ ],
+ "x-ms-correlation-request-id": [
+ "6a9bc7d9-8dff-4cfa-a0fb-16eda94eedcf"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20200903T002340Z:6a9bc7d9-8dff-4cfa-a0fb-16eda94eedcf"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Thu, 03 Sep 2020 00:23:40 GMT"
+ ],
+ "Content-Length": [
+ "22"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Content-Location": [
+ "https://management.documents.azure.com:450/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/0aade969-a1a6-4fbb-8db0-9f3166d1db9d?api-version=2020-04-01"
+ ]
+ },
+ "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}",
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/CosmosDBResourceGroup3668/providers/Microsoft.DocumentDB/databaseAccounts/db001/mongodbDatabases/dbName4/throughputSettings/default/migrateToManualThroughput/operationResults/0aade969-a1a6-4fbb-8db0-9f3166d1db9d?api-version=2020-04-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTIwNTNiOGYtY2FiNS00ZjVjLTljMWEtODcwNTgwMTQyYWJkL3Jlc291cmNlR3JvdXBzL0Nvc21vc0RCUmVzb3VyY2VHcm91cDM2NjgvcHJvdmlkZXJzL01pY3Jvc29mdC5Eb2N1bWVudERCL2RhdGFiYXNlQWNjb3VudHMvZGIwMDEvbW9uZ29kYkRhdGFiYXNlcy9kYk5hbWU0L3Rocm91Z2hwdXRTZXR0aW5ncy9kZWZhdWx0L21pZ3JhdGVUb01hbnVhbFRocm91Z2hwdXQvb3BlcmF0aW9uUmVzdWx0cy8wYWFkZTk2OS1hMWE2LTRmYmItOGRiMC05ZjMxNjZkMWRiOWQ/YXBpLXZlcnNpb249MjAyMC0wNC0wMQ==",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "FxVersion/4.6.29130.01",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.CosmosDB.CosmosDBManagementClient/1.2.1.0"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-gatewayversion": [
+ "version=2.11.0"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11991"
+ ],
+ "x-ms-request-id": [
+ "10b39a3d-b4bc-4a33-a4ae-3c366d4cfe3a"
+ ],
+ "x-ms-correlation-request-id": [
+ "10b39a3d-b4bc-4a33-a4ae-3c366d4cfe3a"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20200903T002341Z:10b39a3d-b4bc-4a33-a4ae-3c366d4cfe3a"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Thu, 03 Sep 2020 00:23:40 GMT"
+ ],
+ "Content-Length": [
+ "428"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Content-Location": [
+ "https://management.documents.azure.com:450/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/CosmosDBResourceGroup3668/providers/Microsoft.DocumentDB/databaseAccounts/db001/mongodbDatabases/dbName4/throughputSettings/default/migrateToManualThroughput/operationResults/0aade969-a1a6-4fbb-8db0-9f3166d1db9d?api-version=2020-04-01"
+ ]
+ },
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/CosmosDBResourceGroup3668/providers/Microsoft.DocumentDB/databaseAccounts/db001/mongodbDatabases/dbName4/throughputSettings/default/migrateToManualThroughput\",\r\n \"type\": \"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/throughputSettings/migrateToManualThroughput\",\r\n \"name\": \"cGVe\",\r\n \"properties\": {\r\n \"resource\": {\r\n \"throughput\": 4000,\r\n \"minimumThroughput\": \"400\"\r\n }\r\n }\r\n}",
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/CosmosDBResourceGroup3668/providers/Microsoft.DocumentDB/databaseAccounts/db001/mongodbDatabases/dbName4/collections/collectionName?api-version=2020-04-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTIwNTNiOGYtY2FiNS00ZjVjLTljMWEtODcwNTgwMTQyYWJkL3Jlc291cmNlR3JvdXBzL0Nvc21vc0RCUmVzb3VyY2VHcm91cDM2NjgvcHJvdmlkZXJzL01pY3Jvc29mdC5Eb2N1bWVudERCL2RhdGFiYXNlQWNjb3VudHMvZGIwMDEvbW9uZ29kYkRhdGFiYXNlcy9kYk5hbWU0L2NvbGxlY3Rpb25zL2NvbGxlY3Rpb25OYW1lP2FwaS12ZXJzaW9uPTIwMjAtMDQtMDE=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "b5ebc7aa-e0d0-4ab9-bb74-80a5e63fa868"
+ ],
+ "Accept-Language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.6.29130.01",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.CosmosDB.CosmosDBManagementClient/1.2.1.0"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-gatewayversion": [
+ "version=2.11.0"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11990"
+ ],
+ "x-ms-request-id": [
+ "f052f86b-463f-4f94-a829-8e85283cd9c0"
+ ],
+ "x-ms-correlation-request-id": [
+ "f052f86b-463f-4f94-a829-8e85283cd9c0"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20200903T002341Z:f052f86b-463f-4f94-a829-8e85283cd9c0"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Thu, 03 Sep 2020 00:23:41 GMT"
+ ],
+ "Content-Length": [
+ "1798"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Content-Location": [
+ "https://management.documents.azure.com:450/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/CosmosDBResourceGroup3668/providers/Microsoft.DocumentDB/databaseAccounts/db001/mongodbDatabases/dbName4/collections/collectionName?api-version=2020-04-01"
+ ]
+ },
+ "ResponseBody": "{\r\n \"code\": \"NotFound\",\r\n \"message\": \"Message: {\\\"code\\\":\\\"NotFound\\\",\\\"message\\\":\\\"Message: {\\\\\\\"Errors\\\\\\\":[\\\\\\\"Resource Not Found. Learn more: https:\\\\\\\\/\\\\\\\\/aka.ms\\\\\\\\/cosmosdb-tsg-not-found\\\\\\\"]}\\\\r\\\\nActivityId: b5ebc7aa-e0d0-4ab9-bb74-80a5e63fa868, Request URI: /apps/f16794f1-66f3-4163-8d3e-7f76cdcef6a7/services/1b0b2282-67d8-4dab-ac7c-2032b455f5d3/partitions/3d375b6b-206c-4ff3-8979-be675cb87f79/replicas/132432865763176002s, RequestStats: \\\\r\\\\nRequestStartTime: 2020-09-03T00:23:41.2954383Z, RequestEndTime: 2020-09-03T00:23:41.2954383Z, Number of regions attempted:1\\\\r\\\\nResponseTime: 2020-09-03T00:23:41.2954383Z, StoreResult: StorePhysicalAddress: rntbd://10.0.0.20:11300/apps/f16794f1-66f3-4163-8d3e-7f76cdcef6a7/services/1b0b2282-67d8-4dab-ac7c-2032b455f5d3/partitions/3d375b6b-206c-4ff3-8979-be675cb87f79/replicas/132432865763176002s, LSN: 781, GlobalCommittedLsn: 781, PartitionKeyRangeId: , IsValid: True, StatusCode: 404, SubStatusCode: 0, RequestCharge: 1, ItemLSN: -1, SessionToken: -1#781, UsingLocalLSN: False, TransportException: null, ResourceType: Collection, OperationType: Read\\\\r\\\\nResponseTime: 2020-09-03T00:23:41.2954383Z, StoreResult: StorePhysicalAddress: rntbd://10.0.0.19:11300/apps/f16794f1-66f3-4163-8d3e-7f76cdcef6a7/services/1b0b2282-67d8-4dab-ac7c-2032b455f5d3/partitions/3d375b6b-206c-4ff3-8979-be675cb87f79/replicas/132433658762266671s, LSN: 781, GlobalCommittedLsn: 781, PartitionKeyRangeId: , IsValid: True, StatusCode: 404, SubStatusCode: 0, RequestCharge: 1, ItemLSN: -1, SessionToken: -1#781, UsingLocalLSN: False, TransportException: null, ResourceType: Collection, OperationType: Read\\\\r\\\\n, SDK: Microsoft.Azure.Documents.Common/2.11.0\\\"}, Request URI: /dbs/dbName4/colls/collectionName, RequestStats: , SDK: Microsoft.Azure.Documents.Common/2.11.0\"\r\n}",
+ "StatusCode": 404
+ },
+ {
+ "RequestUri": "/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/CosmosDBResourceGroup3668/providers/Microsoft.DocumentDB/databaseAccounts/db001/mongodbDatabases/dbName4/collections/collectionName?api-version=2020-04-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTIwNTNiOGYtY2FiNS00ZjVjLTljMWEtODcwNTgwMTQyYWJkL3Jlc291cmNlR3JvdXBzL0Nvc21vc0RCUmVzb3VyY2VHcm91cDM2NjgvcHJvdmlkZXJzL01pY3Jvc29mdC5Eb2N1bWVudERCL2RhdGFiYXNlQWNjb3VudHMvZGIwMDEvbW9uZ29kYkRhdGFiYXNlcy9kYk5hbWU0L2NvbGxlY3Rpb25zL2NvbGxlY3Rpb25OYW1lP2FwaS12ZXJzaW9uPTIwMjAtMDQtMDE=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "FxVersion/4.6.29130.01",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.CosmosDB.CosmosDBManagementClient/1.2.1.0"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-gatewayversion": [
+ "version=2.11.0"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11988"
+ ],
+ "x-ms-request-id": [
+ "a9653a21-ad79-422d-94c1-a600a09b318a"
+ ],
+ "x-ms-correlation-request-id": [
+ "a9653a21-ad79-422d-94c1-a600a09b318a"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20200903T002412Z:a9653a21-ad79-422d-94c1-a600a09b318a"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Thu, 03 Sep 2020 00:24:12 GMT"
+ ],
+ "Content-Length": [
+ "551"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Content-Location": [
+ "https://management.documents.azure.com:450/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/CosmosDBResourceGroup3668/providers/Microsoft.DocumentDB/databaseAccounts/db001/mongodbDatabases/dbName4/collections/collectionName?api-version=2020-04-01"
+ ]
+ },
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/CosmosDBResourceGroup3668/providers/Microsoft.DocumentDB/databaseAccounts/db001/mongodbDatabases/dbName4/collections/collectionName\",\r\n \"type\": \"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/collections\",\r\n \"name\": \"collectionName\",\r\n \"properties\": {\r\n \"resource\": {\r\n \"id\": \"collectionName\",\r\n \"_rid\": \"SA89AKFhqoo=\",\r\n \"_etag\": \"\\\"0000bd0f-0000-0100-0000-5f5037920000\\\"\",\r\n \"_ts\": 1599092626,\r\n \"shardKey\": {\r\n \"shardKeyPath\": \"Hash\"\r\n },\r\n \"indexes\": [\r\n {\r\n \"key\": {\r\n \"keys\": [\r\n \"DocumentDBDefaultIndex\"\r\n ]\r\n },\r\n \"options\": {}\r\n }\r\n ]\r\n }\r\n }\r\n}",
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/CosmosDBResourceGroup3668/providers/Microsoft.DocumentDB/databaseAccounts/db001/mongodbDatabases/dbName4/collections/collectionName?api-version=2020-04-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTIwNTNiOGYtY2FiNS00ZjVjLTljMWEtODcwNTgwMTQyYWJkL3Jlc291cmNlR3JvdXBzL0Nvc21vc0RCUmVzb3VyY2VHcm91cDM2NjgvcHJvdmlkZXJzL01pY3Jvc29mdC5Eb2N1bWVudERCL2RhdGFiYXNlQWNjb3VudHMvZGIwMDEvbW9uZ29kYkRhdGFiYXNlcy9kYk5hbWU0L2NvbGxlY3Rpb25zL2NvbGxlY3Rpb25OYW1lP2FwaS12ZXJzaW9uPTIwMjAtMDQtMDE=",
+ "RequestMethod": "PUT",
+ "RequestBody": "{\r\n \"properties\": {\r\n \"resource\": {\r\n \"id\": \"collectionName\",\r\n \"shardKey\": {\r\n \"shardKeyPath\": \"Hash\"\r\n }\r\n },\r\n \"options\": {\r\n \"throughput\": 800\r\n }\r\n }\r\n}",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "e01a74ca-e2e4-420f-a8a5-4b82727d7a60"
+ ],
+ "Accept-Language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.6.29130.01",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.CosmosDB.CosmosDBManagementClient/1.2.1.0"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Content-Length": [
+ "198"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Location": [
+ "https://management.azure.com/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/CosmosDBResourceGroup3668/providers/Microsoft.DocumentDB/databaseAccounts/db001/mongodbDatabases/dbName4/collections/collectionName/operationResults/3d3a5caa-5f48-46d4-9816-3c40ff187569?api-version=2020-04-01"
+ ],
+ "Azure-AsyncOperation": [
+ "https://management.azure.com/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d3a5caa-5f48-46d4-9816-3c40ff187569?api-version=2020-04-01"
+ ],
+ "x-ms-request-id": [
+ "3d3a5caa-5f48-46d4-9816-3c40ff187569"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-gatewayversion": [
+ "version=2.11.0"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-writes": [
+ "1198"
+ ],
+ "x-ms-correlation-request-id": [
+ "8599c0e2-945c-4b8d-8629-7d4d368f9dac"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20200903T002341Z:8599c0e2-945c-4b8d-8629-7d4d368f9dac"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Thu, 03 Sep 2020 00:23:41 GMT"
+ ],
+ "Content-Length": [
+ "21"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Content-Location": [
+ "https://management.documents.azure.com:450/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/CosmosDBResourceGroup3668/providers/Microsoft.DocumentDB/databaseAccounts/db001/mongodbDatabases/dbName4/collections/collectionName?api-version=2020-04-01"
+ ]
+ },
+ "ResponseBody": "{\r\n \"status\": \"Enqueued\"\r\n}",
+ "StatusCode": 202
+ },
+ {
+ "RequestUri": "/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d3a5caa-5f48-46d4-9816-3c40ff187569?api-version=2020-04-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTIwNTNiOGYtY2FiNS00ZjVjLTljMWEtODcwNTgwMTQyYWJkL3Byb3ZpZGVycy9NaWNyb3NvZnQuRG9jdW1lbnREQi9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnNTdGF0dXMvM2QzYTVjYWEtNWY0OC00NmQ0LTk4MTYtM2M0MGZmMTg3NTY5P2FwaS12ZXJzaW9uPTIwMjAtMDQtMDE=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "FxVersion/4.6.29130.01",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.CosmosDB.CosmosDBManagementClient/1.2.1.0"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-gatewayversion": [
+ "version=2.11.0"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11989"
+ ],
+ "x-ms-request-id": [
+ "bd54e30b-435a-41aa-a2bd-1ff49a5f898d"
+ ],
+ "x-ms-correlation-request-id": [
+ "bd54e30b-435a-41aa-a2bd-1ff49a5f898d"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20200903T002412Z:bd54e30b-435a-41aa-a2bd-1ff49a5f898d"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Thu, 03 Sep 2020 00:24:11 GMT"
+ ],
+ "Content-Length": [
+ "22"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Content-Location": [
+ "https://management.documents.azure.com:450/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/3d3a5caa-5f48-46d4-9816-3c40ff187569?api-version=2020-04-01"
+ ]
+ },
+ "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}",
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/CosmosDBResourceGroup3668/providers/Microsoft.DocumentDB/databaseAccounts/db001/mongodbDatabases/dbName4/collections/collectionName/throughputSettings/default?api-version=2020-04-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTIwNTNiOGYtY2FiNS00ZjVjLTljMWEtODcwNTgwMTQyYWJkL3Jlc291cmNlR3JvdXBzL0Nvc21vc0RCUmVzb3VyY2VHcm91cDM2NjgvcHJvdmlkZXJzL01pY3Jvc29mdC5Eb2N1bWVudERCL2RhdGFiYXNlQWNjb3VudHMvZGIwMDEvbW9uZ29kYkRhdGFiYXNlcy9kYk5hbWU0L2NvbGxlY3Rpb25zL2NvbGxlY3Rpb25OYW1lL3Rocm91Z2hwdXRTZXR0aW5ncy9kZWZhdWx0P2FwaS12ZXJzaW9uPTIwMjAtMDQtMDE=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "a2525103-2cba-42c8-8cc1-c455c5dbfa63"
+ ],
+ "Accept-Language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.6.29130.01",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.CosmosDB.CosmosDBManagementClient/1.2.1.0"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-gatewayversion": [
+ "version=2.11.0"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11987"
+ ],
+ "x-ms-request-id": [
+ "8de82e94-7d3e-4896-8150-3d34403aecdc"
+ ],
+ "x-ms-correlation-request-id": [
+ "8de82e94-7d3e-4896-8150-3d34403aecdc"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20200903T002413Z:8de82e94-7d3e-4896-8150-3d34403aecdc"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Thu, 03 Sep 2020 00:24:12 GMT"
+ ],
+ "Content-Length": [
+ "414"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Content-Location": [
+ "https://management.documents.azure.com:450/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/CosmosDBResourceGroup3668/providers/Microsoft.DocumentDB/databaseAccounts/db001/mongodbDatabases/dbName4/collections/collectionName/throughputSettings/default?api-version=2020-04-01"
+ ]
+ },
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/CosmosDBResourceGroup3668/providers/Microsoft.DocumentDB/databaseAccounts/db001/mongodbDatabases/dbName4/collections/collectionName/throughputSettings/default\",\r\n \"type\": \"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/collections/throughputSettings\",\r\n \"name\": \"5XDO\",\r\n \"properties\": {\r\n \"resource\": {\r\n \"throughput\": 800,\r\n \"minimumThroughput\": \"400\"\r\n }\r\n }\r\n}",
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/CosmosDBResourceGroup3668/providers/Microsoft.DocumentDB/databaseAccounts/db001/mongodbDatabases/dbName4/collections/collectionName/throughputSettings/default/migrateToAutoscale?api-version=2020-04-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTIwNTNiOGYtY2FiNS00ZjVjLTljMWEtODcwNTgwMTQyYWJkL3Jlc291cmNlR3JvdXBzL0Nvc21vc0RCUmVzb3VyY2VHcm91cDM2NjgvcHJvdmlkZXJzL01pY3Jvc29mdC5Eb2N1bWVudERCL2RhdGFiYXNlQWNjb3VudHMvZGIwMDEvbW9uZ29kYkRhdGFiYXNlcy9kYk5hbWU0L2NvbGxlY3Rpb25zL2NvbGxlY3Rpb25OYW1lL3Rocm91Z2hwdXRTZXR0aW5ncy9kZWZhdWx0L21pZ3JhdGVUb0F1dG9zY2FsZT9hcGktdmVyc2lvbj0yMDIwLTA0LTAx",
+ "RequestMethod": "POST",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "4af15dbb-1877-4924-8cd0-df0fb0637e4b"
+ ],
+ "Accept-Language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.6.29130.01",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.CosmosDB.CosmosDBManagementClient/1.2.1.0"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Location": [
+ "https://management.azure.com/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/CosmosDBResourceGroup3668/providers/Microsoft.DocumentDB/databaseAccounts/db001/mongodbDatabases/dbName4/collections/collectionName/throughputSettings/default/migrateToAutoscale/operationResults/e85bfc71-4502-48dd-bcaf-dc5d347175e4?api-version=2020-04-01"
+ ],
+ "Azure-AsyncOperation": [
+ "https://management.azure.com/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/e85bfc71-4502-48dd-bcaf-dc5d347175e4?api-version=2020-04-01"
+ ],
+ "x-ms-request-id": [
+ "e85bfc71-4502-48dd-bcaf-dc5d347175e4"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-gatewayversion": [
+ "version=2.11.0"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-writes": [
+ "1197"
+ ],
+ "x-ms-correlation-request-id": [
+ "6ab27c41-4fca-4bb5-8e91-f4807ccdc4cd"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20200903T002413Z:6ab27c41-4fca-4bb5-8e91-f4807ccdc4cd"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Thu, 03 Sep 2020 00:24:13 GMT"
+ ],
+ "Content-Length": [
+ "21"
+ ],
+ "Content-Type": [
+ "application/json"
+ ]
+ },
+ "ResponseBody": "{\r\n \"status\": \"Enqueued\"\r\n}",
+ "StatusCode": 202
+ },
+ {
+ "RequestUri": "/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/e85bfc71-4502-48dd-bcaf-dc5d347175e4?api-version=2020-04-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTIwNTNiOGYtY2FiNS00ZjVjLTljMWEtODcwNTgwMTQyYWJkL3Byb3ZpZGVycy9NaWNyb3NvZnQuRG9jdW1lbnREQi9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnNTdGF0dXMvZTg1YmZjNzEtNDUwMi00OGRkLWJjYWYtZGM1ZDM0NzE3NWU0P2FwaS12ZXJzaW9uPTIwMjAtMDQtMDE=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "FxVersion/4.6.29130.01",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.CosmosDB.CosmosDBManagementClient/1.2.1.0"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-gatewayversion": [
+ "version=2.11.0"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11986"
+ ],
+ "x-ms-request-id": [
+ "bc358f6e-f241-4346-9b00-f7fd0c2a4fcf"
+ ],
+ "x-ms-correlation-request-id": [
+ "bc358f6e-f241-4346-9b00-f7fd0c2a4fcf"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20200903T002443Z:bc358f6e-f241-4346-9b00-f7fd0c2a4fcf"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Thu, 03 Sep 2020 00:24:42 GMT"
+ ],
+ "Content-Length": [
+ "22"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Content-Location": [
+ "https://management.documents.azure.com:450/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/e85bfc71-4502-48dd-bcaf-dc5d347175e4?api-version=2020-04-01"
+ ]
+ },
+ "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}",
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/CosmosDBResourceGroup3668/providers/Microsoft.DocumentDB/databaseAccounts/db001/mongodbDatabases/dbName4/collections/collectionName/throughputSettings/default/migrateToAutoscale/operationResults/e85bfc71-4502-48dd-bcaf-dc5d347175e4?api-version=2020-04-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTIwNTNiOGYtY2FiNS00ZjVjLTljMWEtODcwNTgwMTQyYWJkL3Jlc291cmNlR3JvdXBzL0Nvc21vc0RCUmVzb3VyY2VHcm91cDM2NjgvcHJvdmlkZXJzL01pY3Jvc29mdC5Eb2N1bWVudERCL2RhdGFiYXNlQWNjb3VudHMvZGIwMDEvbW9uZ29kYkRhdGFiYXNlcy9kYk5hbWU0L2NvbGxlY3Rpb25zL2NvbGxlY3Rpb25OYW1lL3Rocm91Z2hwdXRTZXR0aW5ncy9kZWZhdWx0L21pZ3JhdGVUb0F1dG9zY2FsZS9vcGVyYXRpb25SZXN1bHRzL2U4NWJmYzcxLTQ1MDItNDhkZC1iY2FmLWRjNWQzNDcxNzVlND9hcGktdmVyc2lvbj0yMDIwLTA0LTAx",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "FxVersion/4.6.29130.01",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.CosmosDB.CosmosDBManagementClient/1.2.1.0"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-gatewayversion": [
+ "version=2.11.0"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11985"
+ ],
+ "x-ms-request-id": [
+ "6949fd0e-143d-4972-83cb-242f8d211eb4"
+ ],
+ "x-ms-correlation-request-id": [
+ "6949fd0e-143d-4972-83cb-242f8d211eb4"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20200903T002444Z:6949fd0e-143d-4972-83cb-242f8d211eb4"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Thu, 03 Sep 2020 00:24:43 GMT"
+ ],
+ "Content-Length": [
+ "496"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Content-Location": [
+ "https://management.documents.azure.com:450/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/CosmosDBResourceGroup3668/providers/Microsoft.DocumentDB/databaseAccounts/db001/mongodbDatabases/dbName4/collections/collectionName/throughputSettings/default/migrateToAutoscale/operationResults/e85bfc71-4502-48dd-bcaf-dc5d347175e4?api-version=2020-04-01"
+ ]
+ },
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/CosmosDBResourceGroup3668/providers/Microsoft.DocumentDB/databaseAccounts/db001/mongodbDatabases/dbName4/collections/collectionName/throughputSettings/default/migrateToAutoscale\",\r\n \"type\": \"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/collections/throughputSettings/migrateToAutoscale\",\r\n \"name\": \"5XDO\",\r\n \"properties\": {\r\n \"resource\": {\r\n \"throughput\": 400,\r\n \"autoscaleSettings\": {\r\n \"maxThroughput\": 4000\r\n },\r\n \"minimumThroughput\": \"4000\"\r\n }\r\n }\r\n}",
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/CosmosDBResourceGroup3668/providers/Microsoft.DocumentDB/databaseAccounts/db001/mongodbDatabases/dbName4/collections/collectionName/throughputSettings/default/migrateToManualThroughput?api-version=2020-04-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTIwNTNiOGYtY2FiNS00ZjVjLTljMWEtODcwNTgwMTQyYWJkL3Jlc291cmNlR3JvdXBzL0Nvc21vc0RCUmVzb3VyY2VHcm91cDM2NjgvcHJvdmlkZXJzL01pY3Jvc29mdC5Eb2N1bWVudERCL2RhdGFiYXNlQWNjb3VudHMvZGIwMDEvbW9uZ29kYkRhdGFiYXNlcy9kYk5hbWU0L2NvbGxlY3Rpb25zL2NvbGxlY3Rpb25OYW1lL3Rocm91Z2hwdXRTZXR0aW5ncy9kZWZhdWx0L21pZ3JhdGVUb01hbnVhbFRocm91Z2hwdXQ/YXBpLXZlcnNpb249MjAyMC0wNC0wMQ==",
+ "RequestMethod": "POST",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "12060587-9fa4-4ec6-95a9-475e05befd67"
+ ],
+ "Accept-Language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.6.29130.01",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.CosmosDB.CosmosDBManagementClient/1.2.1.0"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Location": [
+ "https://management.azure.com/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/CosmosDBResourceGroup3668/providers/Microsoft.DocumentDB/databaseAccounts/db001/mongodbDatabases/dbName4/collections/collectionName/throughputSettings/default/migrateToManualThroughput/operationResults/4e701f5f-14ef-4af5-ae91-669d940cb616?api-version=2020-04-01"
+ ],
+ "Azure-AsyncOperation": [
+ "https://management.azure.com/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/4e701f5f-14ef-4af5-ae91-669d940cb616?api-version=2020-04-01"
+ ],
+ "x-ms-request-id": [
+ "4e701f5f-14ef-4af5-ae91-669d940cb616"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-gatewayversion": [
+ "version=2.11.0"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-writes": [
+ "1196"
+ ],
+ "x-ms-correlation-request-id": [
+ "dbe005c8-b17a-4fc8-8966-726383037463"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20200903T002444Z:dbe005c8-b17a-4fc8-8966-726383037463"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Thu, 03 Sep 2020 00:24:43 GMT"
+ ],
+ "Content-Length": [
+ "21"
+ ],
+ "Content-Type": [
+ "application/json"
+ ]
+ },
+ "ResponseBody": "{\r\n \"status\": \"Enqueued\"\r\n}",
+ "StatusCode": 202
+ },
+ {
+ "RequestUri": "/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/4e701f5f-14ef-4af5-ae91-669d940cb616?api-version=2020-04-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTIwNTNiOGYtY2FiNS00ZjVjLTljMWEtODcwNTgwMTQyYWJkL3Byb3ZpZGVycy9NaWNyb3NvZnQuRG9jdW1lbnREQi9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnNTdGF0dXMvNGU3MDFmNWYtMTRlZi00YWY1LWFlOTEtNjY5ZDk0MGNiNjE2P2FwaS12ZXJzaW9uPTIwMjAtMDQtMDE=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "FxVersion/4.6.29130.01",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.CosmosDB.CosmosDBManagementClient/1.2.1.0"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-gatewayversion": [
+ "version=2.11.0"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11984"
+ ],
+ "x-ms-request-id": [
+ "988ab353-33fd-4c00-9453-c3a022015879"
+ ],
+ "x-ms-correlation-request-id": [
+ "988ab353-33fd-4c00-9453-c3a022015879"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20200903T002514Z:988ab353-33fd-4c00-9453-c3a022015879"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Thu, 03 Sep 2020 00:25:14 GMT"
+ ],
+ "Content-Length": [
+ "22"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Content-Location": [
+ "https://management.documents.azure.com:450/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/4e701f5f-14ef-4af5-ae91-669d940cb616?api-version=2020-04-01"
+ ]
+ },
+ "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}",
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/CosmosDBResourceGroup3668/providers/Microsoft.DocumentDB/databaseAccounts/db001/mongodbDatabases/dbName4/collections/collectionName/throughputSettings/default/migrateToManualThroughput/operationResults/4e701f5f-14ef-4af5-ae91-669d940cb616?api-version=2020-04-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTIwNTNiOGYtY2FiNS00ZjVjLTljMWEtODcwNTgwMTQyYWJkL3Jlc291cmNlR3JvdXBzL0Nvc21vc0RCUmVzb3VyY2VHcm91cDM2NjgvcHJvdmlkZXJzL01pY3Jvc29mdC5Eb2N1bWVudERCL2RhdGFiYXNlQWNjb3VudHMvZGIwMDEvbW9uZ29kYkRhdGFiYXNlcy9kYk5hbWU0L2NvbGxlY3Rpb25zL2NvbGxlY3Rpb25OYW1lL3Rocm91Z2hwdXRTZXR0aW5ncy9kZWZhdWx0L21pZ3JhdGVUb01hbnVhbFRocm91Z2hwdXQvb3BlcmF0aW9uUmVzdWx0cy80ZTcwMWY1Zi0xNGVmLTRhZjUtYWU5MS02NjlkOTQwY2I2MTY/YXBpLXZlcnNpb249MjAyMC0wNC0wMQ==",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "FxVersion/4.6.29130.01",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.CosmosDB.CosmosDBManagementClient/1.2.1.0"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-gatewayversion": [
+ "version=2.11.0"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11983"
+ ],
+ "x-ms-request-id": [
+ "f2689670-922b-40e9-b058-9f25125063c5"
+ ],
+ "x-ms-correlation-request-id": [
+ "f2689670-922b-40e9-b058-9f25125063c5"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20200903T002514Z:f2689670-922b-40e9-b058-9f25125063c5"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Thu, 03 Sep 2020 00:25:14 GMT"
+ ],
+ "Content-Length": [
+ "467"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Content-Location": [
+ "https://management.documents.azure.com:450/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/CosmosDBResourceGroup3668/providers/Microsoft.DocumentDB/databaseAccounts/db001/mongodbDatabases/dbName4/collections/collectionName/throughputSettings/default/migrateToManualThroughput/operationResults/4e701f5f-14ef-4af5-ae91-669d940cb616?api-version=2020-04-01"
+ ]
+ },
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/CosmosDBResourceGroup3668/providers/Microsoft.DocumentDB/databaseAccounts/db001/mongodbDatabases/dbName4/collections/collectionName/throughputSettings/default/migrateToManualThroughput\",\r\n \"type\": \"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/collections/throughputSettings/migrateToManualThroughput\",\r\n \"name\": \"5XDO\",\r\n \"properties\": {\r\n \"resource\": {\r\n \"throughput\": 4000,\r\n \"minimumThroughput\": \"400\"\r\n }\r\n }\r\n}",
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/CosmosDBResourceGroup3668/providers/Microsoft.DocumentDB/databaseAccounts/db001/mongodbDatabases/dbName4/collections/collectionName?api-version=2020-04-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTIwNTNiOGYtY2FiNS00ZjVjLTljMWEtODcwNTgwMTQyYWJkL3Jlc291cmNlR3JvdXBzL0Nvc21vc0RCUmVzb3VyY2VHcm91cDM2NjgvcHJvdmlkZXJzL01pY3Jvc29mdC5Eb2N1bWVudERCL2RhdGFiYXNlQWNjb3VudHMvZGIwMDEvbW9uZ29kYkRhdGFiYXNlcy9kYk5hbWU0L2NvbGxlY3Rpb25zL2NvbGxlY3Rpb25OYW1lP2FwaS12ZXJzaW9uPTIwMjAtMDQtMDE=",
+ "RequestMethod": "DELETE",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "5404f2de-44a5-4752-9e27-4e86159cb3f6"
+ ],
+ "Accept-Language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.6.29130.01",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.CosmosDB.CosmosDBManagementClient/1.2.1.0"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Location": [
+ "https://management.azure.com/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/CosmosDBResourceGroup3668/providers/Microsoft.DocumentDB/databaseAccounts/db001/mongodbDatabases/dbName4/collections/collectionName/operationResults/f39e9c43-208a-4081-adce-f9a5eace4fbe?api-version=2020-04-01"
+ ],
+ "Azure-AsyncOperation": [
+ "https://management.azure.com/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f39e9c43-208a-4081-adce-f9a5eace4fbe?api-version=2020-04-01"
+ ],
+ "x-ms-request-id": [
+ "f39e9c43-208a-4081-adce-f9a5eace4fbe"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-gatewayversion": [
+ "version=2.11.0"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-deletes": [
+ "14999"
+ ],
+ "x-ms-correlation-request-id": [
+ "d9fc0942-8dc2-4ee0-98a2-fdfeadf193f0"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20200903T002515Z:d9fc0942-8dc2-4ee0-98a2-fdfeadf193f0"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Thu, 03 Sep 2020 00:25:15 GMT"
+ ],
+ "Content-Length": [
+ "21"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Content-Location": [
+ "https://management.documents.azure.com:450/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/CosmosDBResourceGroup3668/providers/Microsoft.DocumentDB/databaseAccounts/db001/mongodbDatabases/dbName4/collections/collectionName?api-version=2020-04-01"
+ ]
+ },
+ "ResponseBody": "{\r\n \"status\": \"Enqueued\"\r\n}",
+ "StatusCode": 202
+ },
+ {
+ "RequestUri": "/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/CosmosDBResourceGroup3668/providers/Microsoft.DocumentDB/databaseAccounts/db001/mongodbDatabases/dbName4/collections/collectionName?api-version=2020-04-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTIwNTNiOGYtY2FiNS00ZjVjLTljMWEtODcwNTgwMTQyYWJkL3Jlc291cmNlR3JvdXBzL0Nvc21vc0RCUmVzb3VyY2VHcm91cDM2NjgvcHJvdmlkZXJzL01pY3Jvc29mdC5Eb2N1bWVudERCL2RhdGFiYXNlQWNjb3VudHMvZGIwMDEvbW9uZ29kYkRhdGFiYXNlcy9kYk5hbWU0L2NvbGxlY3Rpb25zL2NvbGxlY3Rpb25OYW1lP2FwaS12ZXJzaW9uPTIwMjAtMDQtMDE=",
+ "RequestMethod": "DELETE",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "bdaa9506-f7c5-43ba-9cc4-dd64f2383f4a"
+ ],
+ "Accept-Language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.6.29130.01",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.CosmosDB.CosmosDBManagementClient/1.2.1.0"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Location": [
+ "https://management.azure.com/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/CosmosDBResourceGroup3668/providers/Microsoft.DocumentDB/databaseAccounts/db001/mongodbDatabases/dbName4/collections/collectionName/operationResults/78cd42a2-ec0b-467c-b4f6-911731318222?api-version=2020-04-01"
+ ],
+ "Azure-AsyncOperation": [
+ "https://management.azure.com/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/78cd42a2-ec0b-467c-b4f6-911731318222?api-version=2020-04-01"
+ ],
+ "x-ms-request-id": [
+ "78cd42a2-ec0b-467c-b4f6-911731318222"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-gatewayversion": [
+ "version=2.11.0"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-deletes": [
+ "14999"
+ ],
+ "x-ms-correlation-request-id": [
+ "75719389-78ce-4881-a33e-29ba2e8b3222"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20200903T002617Z:75719389-78ce-4881-a33e-29ba2e8b3222"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Thu, 03 Sep 2020 00:26:16 GMT"
+ ],
+ "Content-Length": [
+ "21"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Content-Location": [
+ "https://management.documents.azure.com:450/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/CosmosDBResourceGroup3668/providers/Microsoft.DocumentDB/databaseAccounts/db001/mongodbDatabases/dbName4/collections/collectionName?api-version=2020-04-01"
+ ]
+ },
+ "ResponseBody": "{\r\n \"status\": \"Enqueued\"\r\n}",
+ "StatusCode": 202
+ },
+ {
+ "RequestUri": "/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f39e9c43-208a-4081-adce-f9a5eace4fbe?api-version=2020-04-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTIwNTNiOGYtY2FiNS00ZjVjLTljMWEtODcwNTgwMTQyYWJkL3Byb3ZpZGVycy9NaWNyb3NvZnQuRG9jdW1lbnREQi9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnNTdGF0dXMvZjM5ZTljNDMtMjA4YS00MDgxLWFkY2UtZjlhNWVhY2U0ZmJlP2FwaS12ZXJzaW9uPTIwMjAtMDQtMDE=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "FxVersion/4.6.29130.01",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.CosmosDB.CosmosDBManagementClient/1.2.1.0"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-gatewayversion": [
+ "version=2.11.0"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11982"
+ ],
+ "x-ms-request-id": [
+ "bc56cce0-bf41-45e3-aec3-49fab70fa001"
+ ],
+ "x-ms-correlation-request-id": [
+ "bc56cce0-bf41-45e3-aec3-49fab70fa001"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20200903T002545Z:bc56cce0-bf41-45e3-aec3-49fab70fa001"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Thu, 03 Sep 2020 00:25:45 GMT"
+ ],
+ "Content-Length": [
+ "22"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Content-Location": [
+ "https://management.documents.azure.com:450/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/f39e9c43-208a-4081-adce-f9a5eace4fbe?api-version=2020-04-01"
+ ]
+ },
+ "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}",
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/CosmosDBResourceGroup3668/providers/Microsoft.DocumentDB/databaseAccounts/db001/mongodbDatabases/dbName4/collections/collectionName/operationResults/f39e9c43-208a-4081-adce-f9a5eace4fbe?api-version=2020-04-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTIwNTNiOGYtY2FiNS00ZjVjLTljMWEtODcwNTgwMTQyYWJkL3Jlc291cmNlR3JvdXBzL0Nvc21vc0RCUmVzb3VyY2VHcm91cDM2NjgvcHJvdmlkZXJzL01pY3Jvc29mdC5Eb2N1bWVudERCL2RhdGFiYXNlQWNjb3VudHMvZGIwMDEvbW9uZ29kYkRhdGFiYXNlcy9kYk5hbWU0L2NvbGxlY3Rpb25zL2NvbGxlY3Rpb25OYW1lL29wZXJhdGlvblJlc3VsdHMvZjM5ZTljNDMtMjA4YS00MDgxLWFkY2UtZjlhNWVhY2U0ZmJlP2FwaS12ZXJzaW9uPTIwMjAtMDQtMDE=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "FxVersion/4.6.29130.01",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.CosmosDB.CosmosDBManagementClient/1.2.1.0"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-gatewayversion": [
+ "version=2.11.0"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11981"
+ ],
+ "x-ms-request-id": [
+ "c09f42b8-6584-49c3-8f86-b4a5c0ded476"
+ ],
+ "x-ms-correlation-request-id": [
+ "c09f42b8-6584-49c3-8f86-b4a5c0ded476"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20200903T002545Z:c09f42b8-6584-49c3-8f86-b4a5c0ded476"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Thu, 03 Sep 2020 00:25:45 GMT"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Content-Location": [
+ "https://management.documents.azure.com:450/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/CosmosDBResourceGroup3668/providers/Microsoft.DocumentDB/databaseAccounts/db001/mongodbDatabases/dbName4/collections/collectionName/operationResults/f39e9c43-208a-4081-adce-f9a5eace4fbe?api-version=2020-04-01"
+ ]
+ },
+ "ResponseBody": "",
+ "StatusCode": 204
+ },
+ {
+ "RequestUri": "/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/CosmosDBResourceGroup3668/providers/Microsoft.DocumentDB/databaseAccounts/db001/mongodbDatabases/dbName4?api-version=2020-04-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTIwNTNiOGYtY2FiNS00ZjVjLTljMWEtODcwNTgwMTQyYWJkL3Jlc291cmNlR3JvdXBzL0Nvc21vc0RCUmVzb3VyY2VHcm91cDM2NjgvcHJvdmlkZXJzL01pY3Jvc29mdC5Eb2N1bWVudERCL2RhdGFiYXNlQWNjb3VudHMvZGIwMDEvbW9uZ29kYkRhdGFiYXNlcy9kYk5hbWU0P2FwaS12ZXJzaW9uPTIwMjAtMDQtMDE=",
+ "RequestMethod": "DELETE",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "bb652ec8-49d0-45b9-b785-92c915787e83"
+ ],
+ "Accept-Language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.6.29130.01",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.CosmosDB.CosmosDBManagementClient/1.2.1.0"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Location": [
+ "https://management.azure.com/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/CosmosDBResourceGroup3668/providers/Microsoft.DocumentDB/databaseAccounts/db001/mongodbDatabases/dbName4/operationResults/a2f52f90-90c2-4790-a048-8442cedb76f7?api-version=2020-04-01"
+ ],
+ "Azure-AsyncOperation": [
+ "https://management.azure.com/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f52f90-90c2-4790-a048-8442cedb76f7?api-version=2020-04-01"
+ ],
+ "x-ms-request-id": [
+ "a2f52f90-90c2-4790-a048-8442cedb76f7"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-gatewayversion": [
+ "version=2.11.0"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-deletes": [
+ "14999"
+ ],
+ "x-ms-correlation-request-id": [
+ "f643387e-1f55-48c8-bbb6-96a683f04401"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20200903T002546Z:f643387e-1f55-48c8-bbb6-96a683f04401"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Thu, 03 Sep 2020 00:25:45 GMT"
+ ],
+ "Content-Length": [
+ "21"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Content-Location": [
+ "https://management.documents.azure.com:450/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/CosmosDBResourceGroup3668/providers/Microsoft.DocumentDB/databaseAccounts/db001/mongodbDatabases/dbName4?api-version=2020-04-01"
+ ]
+ },
+ "ResponseBody": "{\r\n \"status\": \"Enqueued\"\r\n}",
+ "StatusCode": 202
+ },
+ {
+ "RequestUri": "/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/CosmosDBResourceGroup3668/providers/Microsoft.DocumentDB/databaseAccounts/db001/mongodbDatabases/dbName4?api-version=2020-04-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTIwNTNiOGYtY2FiNS00ZjVjLTljMWEtODcwNTgwMTQyYWJkL3Jlc291cmNlR3JvdXBzL0Nvc21vc0RCUmVzb3VyY2VHcm91cDM2NjgvcHJvdmlkZXJzL01pY3Jvc29mdC5Eb2N1bWVudERCL2RhdGFiYXNlQWNjb3VudHMvZGIwMDEvbW9uZ29kYkRhdGFiYXNlcy9kYk5hbWU0P2FwaS12ZXJzaW9uPTIwMjAtMDQtMDE=",
+ "RequestMethod": "DELETE",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "7b0c11ce-d0b0-468e-b646-e9b022fb1443"
+ ],
+ "Accept-Language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.6.29130.01",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.CosmosDB.CosmosDBManagementClient/1.2.1.0"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Location": [
+ "https://management.azure.com/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/CosmosDBResourceGroup3668/providers/Microsoft.DocumentDB/databaseAccounts/db001/mongodbDatabases/dbName4/operationResults/721298e8-8a65-4aa0-9b43-49eff20478a2?api-version=2020-04-01"
+ ],
+ "Azure-AsyncOperation": [
+ "https://management.azure.com/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/721298e8-8a65-4aa0-9b43-49eff20478a2?api-version=2020-04-01"
+ ],
+ "x-ms-request-id": [
+ "721298e8-8a65-4aa0-9b43-49eff20478a2"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-gatewayversion": [
+ "version=2.11.0"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-deletes": [
+ "14999"
+ ],
+ "x-ms-correlation-request-id": [
+ "c2c30084-6994-4cfa-a089-fa0677c6a5c6"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20200903T002648Z:c2c30084-6994-4cfa-a089-fa0677c6a5c6"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Thu, 03 Sep 2020 00:26:47 GMT"
+ ],
+ "Content-Length": [
+ "21"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Content-Location": [
+ "https://management.documents.azure.com:450/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/CosmosDBResourceGroup3668/providers/Microsoft.DocumentDB/databaseAccounts/db001/mongodbDatabases/dbName4?api-version=2020-04-01"
+ ]
+ },
+ "ResponseBody": "{\r\n \"status\": \"Enqueued\"\r\n}",
+ "StatusCode": 202
+ },
+ {
+ "RequestUri": "/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f52f90-90c2-4790-a048-8442cedb76f7?api-version=2020-04-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTIwNTNiOGYtY2FiNS00ZjVjLTljMWEtODcwNTgwMTQyYWJkL3Byb3ZpZGVycy9NaWNyb3NvZnQuRG9jdW1lbnREQi9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnNTdGF0dXMvYTJmNTJmOTAtOTBjMi00NzkwLWEwNDgtODQ0MmNlZGI3NmY3P2FwaS12ZXJzaW9uPTIwMjAtMDQtMDE=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "FxVersion/4.6.29130.01",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.CosmosDB.CosmosDBManagementClient/1.2.1.0"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-gatewayversion": [
+ "version=2.11.0"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11996"
+ ],
+ "x-ms-request-id": [
+ "320c0547-52eb-4d62-b29d-37231704c6ba"
+ ],
+ "x-ms-correlation-request-id": [
+ "320c0547-52eb-4d62-b29d-37231704c6ba"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20200903T002616Z:320c0547-52eb-4d62-b29d-37231704c6ba"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Thu, 03 Sep 2020 00:26:16 GMT"
+ ],
+ "Content-Length": [
+ "22"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Content-Location": [
+ "https://management.documents.azure.com:450/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/a2f52f90-90c2-4790-a048-8442cedb76f7?api-version=2020-04-01"
+ ]
+ },
+ "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}",
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/CosmosDBResourceGroup3668/providers/Microsoft.DocumentDB/databaseAccounts/db001/mongodbDatabases/dbName4/operationResults/a2f52f90-90c2-4790-a048-8442cedb76f7?api-version=2020-04-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTIwNTNiOGYtY2FiNS00ZjVjLTljMWEtODcwNTgwMTQyYWJkL3Jlc291cmNlR3JvdXBzL0Nvc21vc0RCUmVzb3VyY2VHcm91cDM2NjgvcHJvdmlkZXJzL01pY3Jvc29mdC5Eb2N1bWVudERCL2RhdGFiYXNlQWNjb3VudHMvZGIwMDEvbW9uZ29kYkRhdGFiYXNlcy9kYk5hbWU0L29wZXJhdGlvblJlc3VsdHMvYTJmNTJmOTAtOTBjMi00NzkwLWEwNDgtODQ0MmNlZGI3NmY3P2FwaS12ZXJzaW9uPTIwMjAtMDQtMDE=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "FxVersion/4.6.29130.01",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.CosmosDB.CosmosDBManagementClient/1.2.1.0"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-gatewayversion": [
+ "version=2.11.0"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11995"
+ ],
+ "x-ms-request-id": [
+ "9fb8e6dc-0e13-4fcd-9e8b-88de9b5e8ba6"
+ ],
+ "x-ms-correlation-request-id": [
+ "9fb8e6dc-0e13-4fcd-9e8b-88de9b5e8ba6"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20200903T002616Z:9fb8e6dc-0e13-4fcd-9e8b-88de9b5e8ba6"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Thu, 03 Sep 2020 00:26:16 GMT"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Content-Location": [
+ "https://management.documents.azure.com:450/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/CosmosDBResourceGroup3668/providers/Microsoft.DocumentDB/databaseAccounts/db001/mongodbDatabases/dbName4/operationResults/a2f52f90-90c2-4790-a048-8442cedb76f7?api-version=2020-04-01"
+ ]
+ },
+ "ResponseBody": "",
+ "StatusCode": 204
+ },
+ {
+ "RequestUri": "/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/78cd42a2-ec0b-467c-b4f6-911731318222?api-version=2020-04-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTIwNTNiOGYtY2FiNS00ZjVjLTljMWEtODcwNTgwMTQyYWJkL3Byb3ZpZGVycy9NaWNyb3NvZnQuRG9jdW1lbnREQi9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnNTdGF0dXMvNzhjZDQyYTItZWMwYi00NjdjLWI0ZjYtOTExNzMxMzE4MjIyP2FwaS12ZXJzaW9uPTIwMjAtMDQtMDE=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "FxVersion/4.6.29130.01",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.CosmosDB.CosmosDBManagementClient/1.2.1.0"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-gatewayversion": [
+ "version=2.11.0"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11999"
+ ],
+ "x-ms-request-id": [
+ "6a7e670d-e48e-473f-821a-ca0c260b58bd"
+ ],
+ "x-ms-correlation-request-id": [
+ "6a7e670d-e48e-473f-821a-ca0c260b58bd"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20200903T002647Z:6a7e670d-e48e-473f-821a-ca0c260b58bd"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Thu, 03 Sep 2020 00:26:47 GMT"
+ ],
+ "Content-Length": [
+ "22"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Content-Location": [
+ "https://management.documents.azure.com:450/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/78cd42a2-ec0b-467c-b4f6-911731318222?api-version=2020-04-01"
+ ]
+ },
+ "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}",
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/CosmosDBResourceGroup3668/providers/Microsoft.DocumentDB/databaseAccounts/db001/mongodbDatabases/dbName4/collections/collectionName/operationResults/78cd42a2-ec0b-467c-b4f6-911731318222?api-version=2020-04-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTIwNTNiOGYtY2FiNS00ZjVjLTljMWEtODcwNTgwMTQyYWJkL3Jlc291cmNlR3JvdXBzL0Nvc21vc0RCUmVzb3VyY2VHcm91cDM2NjgvcHJvdmlkZXJzL01pY3Jvc29mdC5Eb2N1bWVudERCL2RhdGFiYXNlQWNjb3VudHMvZGIwMDEvbW9uZ29kYkRhdGFiYXNlcy9kYk5hbWU0L2NvbGxlY3Rpb25zL2NvbGxlY3Rpb25OYW1lL29wZXJhdGlvblJlc3VsdHMvNzhjZDQyYTItZWMwYi00NjdjLWI0ZjYtOTExNzMxMzE4MjIyP2FwaS12ZXJzaW9uPTIwMjAtMDQtMDE=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "FxVersion/4.6.29130.01",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.CosmosDB.CosmosDBManagementClient/1.2.1.0"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-gatewayversion": [
+ "version=2.11.0"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11998"
+ ],
+ "x-ms-request-id": [
+ "16a39e99-ff7b-4766-b5e0-a73bc4a01616"
+ ],
+ "x-ms-correlation-request-id": [
+ "16a39e99-ff7b-4766-b5e0-a73bc4a01616"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20200903T002647Z:16a39e99-ff7b-4766-b5e0-a73bc4a01616"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Thu, 03 Sep 2020 00:26:47 GMT"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Content-Location": [
+ "https://management.documents.azure.com:450/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/CosmosDBResourceGroup3668/providers/Microsoft.DocumentDB/databaseAccounts/db001/mongodbDatabases/dbName4/collections/collectionName/operationResults/78cd42a2-ec0b-467c-b4f6-911731318222?api-version=2020-04-01"
+ ]
+ },
+ "ResponseBody": "",
+ "StatusCode": 204
+ },
+ {
+ "RequestUri": "/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/721298e8-8a65-4aa0-9b43-49eff20478a2?api-version=2020-04-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTIwNTNiOGYtY2FiNS00ZjVjLTljMWEtODcwNTgwMTQyYWJkL3Byb3ZpZGVycy9NaWNyb3NvZnQuRG9jdW1lbnREQi9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnNTdGF0dXMvNzIxMjk4ZTgtOGE2NS00YWEwLTliNDMtNDllZmYyMDQ3OGEyP2FwaS12ZXJzaW9uPTIwMjAtMDQtMDE=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "FxVersion/4.6.29130.01",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.CosmosDB.CosmosDBManagementClient/1.2.1.0"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-gatewayversion": [
+ "version=2.11.0"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11998"
+ ],
+ "x-ms-request-id": [
+ "838465ec-d6c6-4991-ac93-8e887c9a9c8f"
+ ],
+ "x-ms-correlation-request-id": [
+ "838465ec-d6c6-4991-ac93-8e887c9a9c8f"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20200903T002718Z:838465ec-d6c6-4991-ac93-8e887c9a9c8f"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Thu, 03 Sep 2020 00:27:17 GMT"
+ ],
+ "Content-Length": [
+ "22"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Content-Location": [
+ "https://management.documents.azure.com:450/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/721298e8-8a65-4aa0-9b43-49eff20478a2?api-version=2020-04-01"
+ ]
+ },
+ "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}",
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/CosmosDBResourceGroup3668/providers/Microsoft.DocumentDB/databaseAccounts/db001/mongodbDatabases/dbName4/operationResults/721298e8-8a65-4aa0-9b43-49eff20478a2?api-version=2020-04-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTIwNTNiOGYtY2FiNS00ZjVjLTljMWEtODcwNTgwMTQyYWJkL3Jlc291cmNlR3JvdXBzL0Nvc21vc0RCUmVzb3VyY2VHcm91cDM2NjgvcHJvdmlkZXJzL01pY3Jvc29mdC5Eb2N1bWVudERCL2RhdGFiYXNlQWNjb3VudHMvZGIwMDEvbW9uZ29kYkRhdGFiYXNlcy9kYk5hbWU0L29wZXJhdGlvblJlc3VsdHMvNzIxMjk4ZTgtOGE2NS00YWEwLTliNDMtNDllZmYyMDQ3OGEyP2FwaS12ZXJzaW9uPTIwMjAtMDQtMDE=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "FxVersion/4.6.29130.01",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.CosmosDB.CosmosDBManagementClient/1.2.1.0"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-gatewayversion": [
+ "version=2.11.0"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11997"
+ ],
+ "x-ms-request-id": [
+ "817368b5-816c-4881-850a-f836ac423a17"
+ ],
+ "x-ms-correlation-request-id": [
+ "817368b5-816c-4881-850a-f836ac423a17"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20200903T002718Z:817368b5-816c-4881-850a-f836ac423a17"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Thu, 03 Sep 2020 00:27:17 GMT"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Content-Location": [
+ "https://management.documents.azure.com:450/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/CosmosDBResourceGroup3668/providers/Microsoft.DocumentDB/databaseAccounts/db001/mongodbDatabases/dbName4/operationResults/721298e8-8a65-4aa0-9b43-49eff20478a2?api-version=2020-04-01"
+ ]
+ },
+ "ResponseBody": "",
+ "StatusCode": 204
+ }
+ ],
+ "Names": {},
+ "Variables": {
+ "SubscriptionId": "12053b8f-cab5-4f5c-9c1a-870580142abd"
+ }
+}
\ No newline at end of file
diff --git a/src/CosmosDB/CosmosDB.Test/SessionRecords/Microsoft.Azure.Commands.CosmosDB.Test.ScenarioTests.ScenarioTest.SqlOperationsTests/TestSqlMigrateThroughputCmdlets.json b/src/CosmosDB/CosmosDB.Test/SessionRecords/Microsoft.Azure.Commands.CosmosDB.Test.ScenarioTests.ScenarioTest.SqlOperationsTests/TestSqlMigrateThroughputCmdlets.json
new file mode 100644
index 000000000000..0a66e7fe1fee
--- /dev/null
+++ b/src/CosmosDB/CosmosDB.Test/SessionRecords/Microsoft.Azure.Commands.CosmosDB.Test.ScenarioTests.ScenarioTest.SqlOperationsTests/TestSqlMigrateThroughputCmdlets.json
@@ -0,0 +1,2246 @@
+{
+ "Entries": [
+ {
+ "RequestUri": "/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/rgtest9921232812/providers/Microsoft.DocumentDB/databaseAccounts/cosmosdb9921232812/sqlDatabases/dbName4?api-version=2020-04-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTIwNTNiOGYtY2FiNS00ZjVjLTljMWEtODcwNTgwMTQyYWJkL3Jlc291cmNlR3JvdXBzL3JndGVzdDk5MjEyMzI4MTIvcHJvdmlkZXJzL01pY3Jvc29mdC5Eb2N1bWVudERCL2RhdGFiYXNlQWNjb3VudHMvY29zbW9zZGI5OTIxMjMyODEyL3NxbERhdGFiYXNlcy9kYk5hbWU0P2FwaS12ZXJzaW9uPTIwMjAtMDQtMDE=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "dbe1a269-57c1-4945-bbed-c5969c9fa2a6"
+ ],
+ "Accept-Language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.6.29130.01",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.CosmosDB.CosmosDBManagementClient/1.2.1.0"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-gatewayversion": [
+ "version=2.11.0"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11999"
+ ],
+ "x-ms-request-id": [
+ "ebdfe090-3fd0-41ae-95a4-a6f8f752f311"
+ ],
+ "x-ms-correlation-request-id": [
+ "ebdfe090-3fd0-41ae-95a4-a6f8f752f311"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20200903T005230Z:ebdfe090-3fd0-41ae-95a4-a6f8f752f311"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Thu, 03 Sep 2020 00:52:29 GMT"
+ ],
+ "Content-Length": [
+ "1773"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Content-Location": [
+ "https://management.documents.azure.com:450/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/rgtest9921232812/providers/Microsoft.DocumentDB/databaseAccounts/cosmosdb9921232812/sqlDatabases/dbName4?api-version=2020-04-01"
+ ]
+ },
+ "ResponseBody": "{\r\n \"code\": \"NotFound\",\r\n \"message\": \"Message: {\\\"code\\\":\\\"NotFound\\\",\\\"message\\\":\\\"Message: {\\\\\\\"Errors\\\\\\\":[\\\\\\\"Resource Not Found. Learn more: https:\\\\\\\\/\\\\\\\\/aka.ms\\\\\\\\/cosmosdb-tsg-not-found\\\\\\\"]}\\\\r\\\\nActivityId: dbe1a269-57c1-4945-bbed-c5969c9fa2a6, Request URI: /apps/41c501ed-891d-41ee-a069-6e58fc9767b3/services/77cfc4e0-6254-4557-a083-ae8e227e15ca/partitions/dd1c6b6f-9dea-4ef2-a9c9-35aa7636d3df/replicas/132435247371315616s, RequestStats: \\\\r\\\\nRequestStartTime: 2020-09-03T00:52:30.4902668Z, RequestEndTime: 2020-09-03T00:52:30.4902668Z, Number of regions attempted:1\\\\r\\\\nResponseTime: 2020-09-03T00:52:30.4902668Z, StoreResult: StorePhysicalAddress: rntbd://10.0.0.26:11300/apps/41c501ed-891d-41ee-a069-6e58fc9767b3/services/77cfc4e0-6254-4557-a083-ae8e227e15ca/partitions/dd1c6b6f-9dea-4ef2-a9c9-35aa7636d3df/replicas/132435247371315616s, LSN: 530, GlobalCommittedLsn: 530, PartitionKeyRangeId: , IsValid: True, StatusCode: 404, SubStatusCode: 0, RequestCharge: 1, ItemLSN: -1, SessionToken: -1#530, UsingLocalLSN: False, TransportException: null, ResourceType: Database, OperationType: Read\\\\r\\\\nResponseTime: 2020-09-03T00:52:30.4902668Z, StoreResult: StorePhysicalAddress: rntbd://10.0.0.20:11300/apps/41c501ed-891d-41ee-a069-6e58fc9767b3/services/77cfc4e0-6254-4557-a083-ae8e227e15ca/partitions/dd1c6b6f-9dea-4ef2-a9c9-35aa7636d3df/replicas/132435584071398197s, LSN: 530, GlobalCommittedLsn: 530, PartitionKeyRangeId: , IsValid: True, StatusCode: 404, SubStatusCode: 0, RequestCharge: 1, ItemLSN: -1, SessionToken: -1#530, UsingLocalLSN: False, TransportException: null, ResourceType: Database, OperationType: Read\\\\r\\\\n, SDK: Microsoft.Azure.Documents.Common/2.11.0\\\"}, Request URI: /dbs/dbName4, RequestStats: , SDK: Microsoft.Azure.Documents.Common/2.11.0\"\r\n}",
+ "StatusCode": 404
+ },
+ {
+ "RequestUri": "/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/rgtest9921232812/providers/Microsoft.DocumentDB/databaseAccounts/cosmosdb9921232812/sqlDatabases/dbName4?api-version=2020-04-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTIwNTNiOGYtY2FiNS00ZjVjLTljMWEtODcwNTgwMTQyYWJkL3Jlc291cmNlR3JvdXBzL3JndGVzdDk5MjEyMzI4MTIvcHJvdmlkZXJzL01pY3Jvc29mdC5Eb2N1bWVudERCL2RhdGFiYXNlQWNjb3VudHMvY29zbW9zZGI5OTIxMjMyODEyL3NxbERhdGFiYXNlcy9kYk5hbWU0P2FwaS12ZXJzaW9uPTIwMjAtMDQtMDE=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "FxVersion/4.6.29130.01",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.CosmosDB.CosmosDBManagementClient/1.2.1.0"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-gatewayversion": [
+ "version=2.11.0"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11997"
+ ],
+ "x-ms-request-id": [
+ "bd3c9662-c384-41ea-af33-030d5a0a5837"
+ ],
+ "x-ms-correlation-request-id": [
+ "bd3c9662-c384-41ea-af33-030d5a0a5837"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20200903T005302Z:bd3c9662-c384-41ea-af33-030d5a0a5837"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Thu, 03 Sep 2020 00:53:02 GMT"
+ ],
+ "Content-Length": [
+ "446"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Content-Location": [
+ "https://management.documents.azure.com:450/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/rgtest9921232812/providers/Microsoft.DocumentDB/databaseAccounts/cosmosdb9921232812/sqlDatabases/dbName4?api-version=2020-04-01"
+ ]
+ },
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/rgtest9921232812/providers/Microsoft.DocumentDB/databaseAccounts/cosmosdb9921232812/sqlDatabases/dbName4\",\r\n \"type\": \"Microsoft.DocumentDB/databaseAccounts/sqlDatabases\",\r\n \"name\": \"dbName4\",\r\n \"properties\": {\r\n \"resource\": {\r\n \"id\": \"dbName4\",\r\n \"_rid\": \"7WQtAA==\",\r\n \"_self\": \"dbs/7WQtAA==/\",\r\n \"_etag\": \"\\\"00000200-0000-0500-0000-5f503e540000\\\"\",\r\n \"_colls\": \"colls/\",\r\n \"_users\": \"users/\",\r\n \"_ts\": 1599094356\r\n }\r\n }\r\n}",
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/rgtest9921232812/providers/Microsoft.DocumentDB/databaseAccounts/cosmosdb9921232812/sqlDatabases/dbName4?api-version=2020-04-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTIwNTNiOGYtY2FiNS00ZjVjLTljMWEtODcwNTgwMTQyYWJkL3Jlc291cmNlR3JvdXBzL3JndGVzdDk5MjEyMzI4MTIvcHJvdmlkZXJzL01pY3Jvc29mdC5Eb2N1bWVudERCL2RhdGFiYXNlQWNjb3VudHMvY29zbW9zZGI5OTIxMjMyODEyL3NxbERhdGFiYXNlcy9kYk5hbWU0P2FwaS12ZXJzaW9uPTIwMjAtMDQtMDE=",
+ "RequestMethod": "PUT",
+ "RequestBody": "{\r\n \"properties\": {\r\n \"resource\": {\r\n \"id\": \"dbName4\"\r\n },\r\n \"options\": {\r\n \"throughput\": 1200\r\n }\r\n }\r\n}",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "be9c6cbc-c55d-4888-bc64-a9373496272d"
+ ],
+ "Accept-Language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.6.29130.01",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.CosmosDB.CosmosDBManagementClient/1.2.1.0"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Content-Length": [
+ "129"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Location": [
+ "https://management.azure.com/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/rgtest9921232812/providers/Microsoft.DocumentDB/databaseAccounts/cosmosdb9921232812/sqlDatabases/dbName4/operationResults/dd6ea7d6-ea4b-4f77-a70b-d841793f8c49?api-version=2020-04-01"
+ ],
+ "Azure-AsyncOperation": [
+ "https://management.azure.com/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/providers/Microsoft.DocumentDB/locations/southcentralus/operationsStatus/dd6ea7d6-ea4b-4f77-a70b-d841793f8c49?api-version=2020-04-01"
+ ],
+ "x-ms-request-id": [
+ "dd6ea7d6-ea4b-4f77-a70b-d841793f8c49"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-gatewayversion": [
+ "version=2.11.0"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-writes": [
+ "1199"
+ ],
+ "x-ms-correlation-request-id": [
+ "3fe28e7f-83e5-44e4-90f9-faf31fd69477"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20200903T005231Z:3fe28e7f-83e5-44e4-90f9-faf31fd69477"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Thu, 03 Sep 2020 00:52:30 GMT"
+ ],
+ "Content-Length": [
+ "21"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Content-Location": [
+ "https://management.documents.azure.com:450/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/rgtest9921232812/providers/Microsoft.DocumentDB/databaseAccounts/cosmosdb9921232812/sqlDatabases/dbName4?api-version=2020-04-01"
+ ]
+ },
+ "ResponseBody": "{\r\n \"status\": \"Enqueued\"\r\n}",
+ "StatusCode": 202
+ },
+ {
+ "RequestUri": "/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/providers/Microsoft.DocumentDB/locations/southcentralus/operationsStatus/dd6ea7d6-ea4b-4f77-a70b-d841793f8c49?api-version=2020-04-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTIwNTNiOGYtY2FiNS00ZjVjLTljMWEtODcwNTgwMTQyYWJkL3Byb3ZpZGVycy9NaWNyb3NvZnQuRG9jdW1lbnREQi9sb2NhdGlvbnMvc291dGhjZW50cmFsdXMvb3BlcmF0aW9uc1N0YXR1cy9kZDZlYTdkNi1lYTRiLTRmNzctYTcwYi1kODQxNzkzZjhjNDk/YXBpLXZlcnNpb249MjAyMC0wNC0wMQ==",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "FxVersion/4.6.29130.01",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.CosmosDB.CosmosDBManagementClient/1.2.1.0"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-gatewayversion": [
+ "version=2.11.0"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11998"
+ ],
+ "x-ms-request-id": [
+ "5a96cfd3-28b4-4096-a61d-51c9377236d1"
+ ],
+ "x-ms-correlation-request-id": [
+ "5a96cfd3-28b4-4096-a61d-51c9377236d1"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20200903T005302Z:5a96cfd3-28b4-4096-a61d-51c9377236d1"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Thu, 03 Sep 2020 00:53:01 GMT"
+ ],
+ "Content-Length": [
+ "22"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Content-Location": [
+ "https://management.documents.azure.com:450/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/providers/Microsoft.DocumentDB/locations/southcentralus/operationsStatus/dd6ea7d6-ea4b-4f77-a70b-d841793f8c49?api-version=2020-04-01"
+ ]
+ },
+ "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}",
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/rgtest9921232812/providers/Microsoft.DocumentDB/databaseAccounts/cosmosdb9921232812/sqlDatabases/dbName4/throughputSettings/default?api-version=2020-04-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTIwNTNiOGYtY2FiNS00ZjVjLTljMWEtODcwNTgwMTQyYWJkL3Jlc291cmNlR3JvdXBzL3JndGVzdDk5MjEyMzI4MTIvcHJvdmlkZXJzL01pY3Jvc29mdC5Eb2N1bWVudERCL2RhdGFiYXNlQWNjb3VudHMvY29zbW9zZGI5OTIxMjMyODEyL3NxbERhdGFiYXNlcy9kYk5hbWU0L3Rocm91Z2hwdXRTZXR0aW5ncy9kZWZhdWx0P2FwaS12ZXJzaW9uPTIwMjAtMDQtMDE=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "3714b782-d0f8-4ddd-84da-855a4d0bce58"
+ ],
+ "Accept-Language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.6.29130.01",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.CosmosDB.CosmosDBManagementClient/1.2.1.0"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-gatewayversion": [
+ "version=2.11.0"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11996"
+ ],
+ "x-ms-request-id": [
+ "8ba83e07-cecd-48ab-aa33-38f6cd495d07"
+ ],
+ "x-ms-correlation-request-id": [
+ "8ba83e07-cecd-48ab-aa33-38f6cd495d07"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20200903T005303Z:8ba83e07-cecd-48ab-aa33-38f6cd495d07"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Thu, 03 Sep 2020 00:53:03 GMT"
+ ],
+ "Content-Length": [
+ "372"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Content-Location": [
+ "https://management.documents.azure.com:450/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/rgtest9921232812/providers/Microsoft.DocumentDB/databaseAccounts/cosmosdb9921232812/sqlDatabases/dbName4/throughputSettings/default?api-version=2020-04-01"
+ ]
+ },
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/rgtest9921232812/providers/Microsoft.DocumentDB/databaseAccounts/cosmosdb9921232812/sqlDatabases/dbName4/throughputSettings/default\",\r\n \"type\": \"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/throughputSettings\",\r\n \"name\": \"gXjf\",\r\n \"properties\": {\r\n \"resource\": {\r\n \"throughput\": 1200,\r\n \"minimumThroughput\": \"400\"\r\n }\r\n }\r\n}",
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/rgtest9921232812/providers/Microsoft.DocumentDB/databaseAccounts/cosmosdb9921232812/sqlDatabases/dbName4/throughputSettings/default/migrateToAutoscale?api-version=2020-04-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTIwNTNiOGYtY2FiNS00ZjVjLTljMWEtODcwNTgwMTQyYWJkL3Jlc291cmNlR3JvdXBzL3JndGVzdDk5MjEyMzI4MTIvcHJvdmlkZXJzL01pY3Jvc29mdC5Eb2N1bWVudERCL2RhdGFiYXNlQWNjb3VudHMvY29zbW9zZGI5OTIxMjMyODEyL3NxbERhdGFiYXNlcy9kYk5hbWU0L3Rocm91Z2hwdXRTZXR0aW5ncy9kZWZhdWx0L21pZ3JhdGVUb0F1dG9zY2FsZT9hcGktdmVyc2lvbj0yMDIwLTA0LTAx",
+ "RequestMethod": "POST",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "b1b6ecd4-07f1-4184-a841-6c6eb445fa61"
+ ],
+ "Accept-Language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.6.29130.01",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.CosmosDB.CosmosDBManagementClient/1.2.1.0"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Location": [
+ "https://management.azure.com/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/rgtest9921232812/providers/Microsoft.DocumentDB/databaseAccounts/cosmosdb9921232812/sqlDatabases/dbName4/throughputSettings/default/migrateToAutoscale/operationResults/6c34e60b-ba05-456d-9748-a933f002e880?api-version=2020-04-01"
+ ],
+ "Azure-AsyncOperation": [
+ "https://management.azure.com/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/providers/Microsoft.DocumentDB/locations/southcentralus/operationsStatus/6c34e60b-ba05-456d-9748-a933f002e880?api-version=2020-04-01"
+ ],
+ "x-ms-request-id": [
+ "6c34e60b-ba05-456d-9748-a933f002e880"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-gatewayversion": [
+ "version=2.11.0"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-writes": [
+ "1199"
+ ],
+ "x-ms-correlation-request-id": [
+ "0f2cd6e5-c292-49eb-a649-b2b43782a1a2"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20200903T005303Z:0f2cd6e5-c292-49eb-a649-b2b43782a1a2"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Thu, 03 Sep 2020 00:53:03 GMT"
+ ],
+ "Content-Length": [
+ "21"
+ ],
+ "Content-Type": [
+ "application/json"
+ ]
+ },
+ "ResponseBody": "{\r\n \"status\": \"Enqueued\"\r\n}",
+ "StatusCode": 202
+ },
+ {
+ "RequestUri": "/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/providers/Microsoft.DocumentDB/locations/southcentralus/operationsStatus/6c34e60b-ba05-456d-9748-a933f002e880?api-version=2020-04-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTIwNTNiOGYtY2FiNS00ZjVjLTljMWEtODcwNTgwMTQyYWJkL3Byb3ZpZGVycy9NaWNyb3NvZnQuRG9jdW1lbnREQi9sb2NhdGlvbnMvc291dGhjZW50cmFsdXMvb3BlcmF0aW9uc1N0YXR1cy82YzM0ZTYwYi1iYTA1LTQ1NmQtOTc0OC1hOTMzZjAwMmU4ODA/YXBpLXZlcnNpb249MjAyMC0wNC0wMQ==",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "FxVersion/4.6.29130.01",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.CosmosDB.CosmosDBManagementClient/1.2.1.0"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-gatewayversion": [
+ "version=2.11.0"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11995"
+ ],
+ "x-ms-request-id": [
+ "480c0b1a-7b32-4753-9081-ee519d85482a"
+ ],
+ "x-ms-correlation-request-id": [
+ "480c0b1a-7b32-4753-9081-ee519d85482a"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20200903T005334Z:480c0b1a-7b32-4753-9081-ee519d85482a"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Thu, 03 Sep 2020 00:53:34 GMT"
+ ],
+ "Content-Length": [
+ "22"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Content-Location": [
+ "https://management.documents.azure.com:450/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/providers/Microsoft.DocumentDB/locations/southcentralus/operationsStatus/6c34e60b-ba05-456d-9748-a933f002e880?api-version=2020-04-01"
+ ]
+ },
+ "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}",
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/rgtest9921232812/providers/Microsoft.DocumentDB/databaseAccounts/cosmosdb9921232812/sqlDatabases/dbName4/throughputSettings/default/migrateToAutoscale/operationResults/6c34e60b-ba05-456d-9748-a933f002e880?api-version=2020-04-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTIwNTNiOGYtY2FiNS00ZjVjLTljMWEtODcwNTgwMTQyYWJkL3Jlc291cmNlR3JvdXBzL3JndGVzdDk5MjEyMzI4MTIvcHJvdmlkZXJzL01pY3Jvc29mdC5Eb2N1bWVudERCL2RhdGFiYXNlQWNjb3VudHMvY29zbW9zZGI5OTIxMjMyODEyL3NxbERhdGFiYXNlcy9kYk5hbWU0L3Rocm91Z2hwdXRTZXR0aW5ncy9kZWZhdWx0L21pZ3JhdGVUb0F1dG9zY2FsZS9vcGVyYXRpb25SZXN1bHRzLzZjMzRlNjBiLWJhMDUtNDU2ZC05NzQ4LWE5MzNmMDAyZTg4MD9hcGktdmVyc2lvbj0yMDIwLTA0LTAx",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "FxVersion/4.6.29130.01",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.CosmosDB.CosmosDBManagementClient/1.2.1.0"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-gatewayversion": [
+ "version=2.11.0"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11994"
+ ],
+ "x-ms-request-id": [
+ "64398619-f37a-4e64-927a-90abab63aa83"
+ ],
+ "x-ms-correlation-request-id": [
+ "64398619-f37a-4e64-927a-90abab63aa83"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20200903T005334Z:64398619-f37a-4e64-927a-90abab63aa83"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Thu, 03 Sep 2020 00:53:34 GMT"
+ ],
+ "Content-Length": [
+ "453"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Content-Location": [
+ "https://management.documents.azure.com:450/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/rgtest9921232812/providers/Microsoft.DocumentDB/databaseAccounts/cosmosdb9921232812/sqlDatabases/dbName4/throughputSettings/default/migrateToAutoscale/operationResults/6c34e60b-ba05-456d-9748-a933f002e880?api-version=2020-04-01"
+ ]
+ },
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/rgtest9921232812/providers/Microsoft.DocumentDB/databaseAccounts/cosmosdb9921232812/sqlDatabases/dbName4/throughputSettings/default/migrateToAutoscale\",\r\n \"type\": \"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/throughputSettings/migrateToAutoscale\",\r\n \"name\": \"gXjf\",\r\n \"properties\": {\r\n \"resource\": {\r\n \"throughput\": 400,\r\n \"autoscaleSettings\": {\r\n \"maxThroughput\": 4000\r\n },\r\n \"minimumThroughput\": \"4000\"\r\n }\r\n }\r\n}",
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/rgtest9921232812/providers/Microsoft.DocumentDB/databaseAccounts/cosmosdb9921232812?api-version=2020-04-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTIwNTNiOGYtY2FiNS00ZjVjLTljMWEtODcwNTgwMTQyYWJkL3Jlc291cmNlR3JvdXBzL3JndGVzdDk5MjEyMzI4MTIvcHJvdmlkZXJzL01pY3Jvc29mdC5Eb2N1bWVudERCL2RhdGFiYXNlQWNjb3VudHMvY29zbW9zZGI5OTIxMjMyODEyP2FwaS12ZXJzaW9uPTIwMjAtMDQtMDE=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "750c18a4-a033-4a31-9814-148352057601"
+ ],
+ "Accept-Language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.6.29130.01",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.CosmosDB.CosmosDBManagementClient/1.2.1.0"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-gatewayversion": [
+ "version=2.11.0"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11993"
+ ],
+ "x-ms-request-id": [
+ "abeb18b6-97b6-433d-983b-47ec98a13ae4"
+ ],
+ "x-ms-correlation-request-id": [
+ "abeb18b6-97b6-433d-983b-47ec98a13ae4"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20200903T005335Z:abeb18b6-97b6-433d-983b-47ec98a13ae4"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Thu, 03 Sep 2020 00:53:34 GMT"
+ ],
+ "Content-Length": [
+ "2295"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Content-Location": [
+ "https://management.documents.azure.com:450/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/rgtest9921232812/providers/Microsoft.DocumentDB/databaseAccounts/cosmosdb9921232812?api-version=2020-04-01"
+ ]
+ },
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/rgtest9921232812/providers/Microsoft.DocumentDB/databaseAccounts/cosmosdb9921232812\",\r\n \"name\": \"cosmosdb9921232812\",\r\n \"location\": \"South Central US\",\r\n \"type\": \"Microsoft.DocumentDB/databaseAccounts\",\r\n \"kind\": \"GlobalDocumentDB\",\r\n \"tags\": {\r\n \"defaultExperience\": \"Core (SQL)\",\r\n \"hidden-cosmos-mmspecial\": \"\",\r\n \"CosmosAccountType\": \"Non-Production\"\r\n },\r\n \"systemData\": {\r\n \"createdAt\": \"2020-04-09T20:26:35.0312197Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"documentEndpoint\": \"https://cosmosdb9921232812.documents.azure.com:443/\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"enableAutomaticFailover\": false,\r\n \"enableMultipleWriteLocations\": false,\r\n \"enablePartitionKeyMonitor\": false,\r\n \"isVirtualNetworkFilterEnabled\": false,\r\n \"virtualNetworkRules\": [],\r\n \"EnabledApiTypes\": \"Sql\",\r\n \"disableKeyBasedMetadataWriteAccess\": false,\r\n \"enableFreeTier\": false,\r\n \"enableAnalyticalStorage\": false,\r\n \"instanceId\": \"936f2e1c-47bc-4164-813a-b0b81d0274ad\",\r\n \"createMode\": \"Default\",\r\n \"databaseAccountOfferType\": \"Standard\",\r\n \"enableCassandraConnector\": false,\r\n \"connectorOffer\": \"\",\r\n \"consistencyPolicy\": {\r\n \"defaultConsistencyLevel\": \"Session\",\r\n \"maxIntervalInSeconds\": 5,\r\n \"maxStalenessPrefix\": 100\r\n },\r\n \"configurationOverrides\": {},\r\n \"writeLocations\": [\r\n {\r\n \"id\": \"cosmosdb9921232812-southcentralus\",\r\n \"locationName\": \"South Central US\",\r\n \"documentEndpoint\": \"https://cosmosdb9921232812-southcentralus.documents.azure.com:443/\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"failoverPriority\": 0,\r\n \"isZoneRedundant\": false\r\n }\r\n ],\r\n \"readLocations\": [\r\n {\r\n \"id\": \"cosmosdb9921232812-southcentralus\",\r\n \"locationName\": \"South Central US\",\r\n \"documentEndpoint\": \"https://cosmosdb9921232812-southcentralus.documents.azure.com:443/\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"failoverPriority\": 0,\r\n \"isZoneRedundant\": false\r\n }\r\n ],\r\n \"locations\": [\r\n {\r\n \"id\": \"cosmosdb9921232812-southcentralus\",\r\n \"locationName\": \"South Central US\",\r\n \"documentEndpoint\": \"https://cosmosdb9921232812-southcentralus.documents.azure.com:443/\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"failoverPriority\": 0,\r\n \"isZoneRedundant\": false\r\n }\r\n ],\r\n \"failoverPolicies\": [\r\n {\r\n \"id\": \"cosmosdb9921232812-southcentralus\",\r\n \"locationName\": \"South Central US\",\r\n \"failoverPriority\": 0\r\n }\r\n ],\r\n \"cors\": [],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"EnableStorageAnalytics\"\r\n }\r\n ],\r\n \"ipRules\": [],\r\n \"backupPolicy\": {\r\n \"type\": \"Periodic\",\r\n \"periodicModeProperties\": {\r\n \"backupIntervalInMinutes\": 240,\r\n \"backupRetentionIntervalInHours\": 8\r\n }\r\n }\r\n }\r\n}",
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/rgtest9921232812/providers/Microsoft.DocumentDB/databaseAccounts/cosmosdb9921232812/sqlDatabases/dbName4/throughputSettings/default/migrateToManualThroughput?api-version=2020-04-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTIwNTNiOGYtY2FiNS00ZjVjLTljMWEtODcwNTgwMTQyYWJkL3Jlc291cmNlR3JvdXBzL3JndGVzdDk5MjEyMzI4MTIvcHJvdmlkZXJzL01pY3Jvc29mdC5Eb2N1bWVudERCL2RhdGFiYXNlQWNjb3VudHMvY29zbW9zZGI5OTIxMjMyODEyL3NxbERhdGFiYXNlcy9kYk5hbWU0L3Rocm91Z2hwdXRTZXR0aW5ncy9kZWZhdWx0L21pZ3JhdGVUb01hbnVhbFRocm91Z2hwdXQ/YXBpLXZlcnNpb249MjAyMC0wNC0wMQ==",
+ "RequestMethod": "POST",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "74ae651a-363f-44a0-98e4-9121addd2aab"
+ ],
+ "Accept-Language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.6.29130.01",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.CosmosDB.CosmosDBManagementClient/1.2.1.0"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Location": [
+ "https://management.azure.com/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/rgtest9921232812/providers/Microsoft.DocumentDB/databaseAccounts/cosmosdb9921232812/sqlDatabases/dbName4/throughputSettings/default/migrateToManualThroughput/operationResults/c88e866e-211d-4879-a223-39873fad0209?api-version=2020-04-01"
+ ],
+ "Azure-AsyncOperation": [
+ "https://management.azure.com/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/providers/Microsoft.DocumentDB/locations/southcentralus/operationsStatus/c88e866e-211d-4879-a223-39873fad0209?api-version=2020-04-01"
+ ],
+ "x-ms-request-id": [
+ "c88e866e-211d-4879-a223-39873fad0209"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-gatewayversion": [
+ "version=2.11.0"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-writes": [
+ "1198"
+ ],
+ "x-ms-correlation-request-id": [
+ "ba655298-8c65-43a9-b235-e120c3beb72d"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20200903T005335Z:ba655298-8c65-43a9-b235-e120c3beb72d"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Thu, 03 Sep 2020 00:53:35 GMT"
+ ],
+ "Content-Length": [
+ "21"
+ ],
+ "Content-Type": [
+ "application/json"
+ ]
+ },
+ "ResponseBody": "{\r\n \"status\": \"Enqueued\"\r\n}",
+ "StatusCode": 202
+ },
+ {
+ "RequestUri": "/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/providers/Microsoft.DocumentDB/locations/southcentralus/operationsStatus/c88e866e-211d-4879-a223-39873fad0209?api-version=2020-04-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTIwNTNiOGYtY2FiNS00ZjVjLTljMWEtODcwNTgwMTQyYWJkL3Byb3ZpZGVycy9NaWNyb3NvZnQuRG9jdW1lbnREQi9sb2NhdGlvbnMvc291dGhjZW50cmFsdXMvb3BlcmF0aW9uc1N0YXR1cy9jODhlODY2ZS0yMTFkLTQ4NzktYTIyMy0zOTg3M2ZhZDAyMDk/YXBpLXZlcnNpb249MjAyMC0wNC0wMQ==",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "FxVersion/4.6.29130.01",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.CosmosDB.CosmosDBManagementClient/1.2.1.0"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-gatewayversion": [
+ "version=2.11.0"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11992"
+ ],
+ "x-ms-request-id": [
+ "b2493e57-24ad-4d45-af52-d971fd12f547"
+ ],
+ "x-ms-correlation-request-id": [
+ "b2493e57-24ad-4d45-af52-d971fd12f547"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20200903T005406Z:b2493e57-24ad-4d45-af52-d971fd12f547"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Thu, 03 Sep 2020 00:54:05 GMT"
+ ],
+ "Content-Length": [
+ "22"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Content-Location": [
+ "https://management.documents.azure.com:450/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/providers/Microsoft.DocumentDB/locations/southcentralus/operationsStatus/c88e866e-211d-4879-a223-39873fad0209?api-version=2020-04-01"
+ ]
+ },
+ "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}",
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/rgtest9921232812/providers/Microsoft.DocumentDB/databaseAccounts/cosmosdb9921232812/sqlDatabases/dbName4/throughputSettings/default/migrateToManualThroughput/operationResults/c88e866e-211d-4879-a223-39873fad0209?api-version=2020-04-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTIwNTNiOGYtY2FiNS00ZjVjLTljMWEtODcwNTgwMTQyYWJkL3Jlc291cmNlR3JvdXBzL3JndGVzdDk5MjEyMzI4MTIvcHJvdmlkZXJzL01pY3Jvc29mdC5Eb2N1bWVudERCL2RhdGFiYXNlQWNjb3VudHMvY29zbW9zZGI5OTIxMjMyODEyL3NxbERhdGFiYXNlcy9kYk5hbWU0L3Rocm91Z2hwdXRTZXR0aW5ncy9kZWZhdWx0L21pZ3JhdGVUb01hbnVhbFRocm91Z2hwdXQvb3BlcmF0aW9uUmVzdWx0cy9jODhlODY2ZS0yMTFkLTQ4NzktYTIyMy0zOTg3M2ZhZDAyMDk/YXBpLXZlcnNpb249MjAyMC0wNC0wMQ==",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "FxVersion/4.6.29130.01",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.CosmosDB.CosmosDBManagementClient/1.2.1.0"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-gatewayversion": [
+ "version=2.11.0"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11991"
+ ],
+ "x-ms-request-id": [
+ "a69f62f7-859b-4997-8d74-2267192328df"
+ ],
+ "x-ms-correlation-request-id": [
+ "a69f62f7-859b-4997-8d74-2267192328df"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20200903T005406Z:a69f62f7-859b-4997-8d74-2267192328df"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Thu, 03 Sep 2020 00:54:06 GMT"
+ ],
+ "Content-Length": [
+ "424"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Content-Location": [
+ "https://management.documents.azure.com:450/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/rgtest9921232812/providers/Microsoft.DocumentDB/databaseAccounts/cosmosdb9921232812/sqlDatabases/dbName4/throughputSettings/default/migrateToManualThroughput/operationResults/c88e866e-211d-4879-a223-39873fad0209?api-version=2020-04-01"
+ ]
+ },
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/rgtest9921232812/providers/Microsoft.DocumentDB/databaseAccounts/cosmosdb9921232812/sqlDatabases/dbName4/throughputSettings/default/migrateToManualThroughput\",\r\n \"type\": \"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/throughputSettings/migrateToManualThroughput\",\r\n \"name\": \"gXjf\",\r\n \"properties\": {\r\n \"resource\": {\r\n \"throughput\": 4000,\r\n \"minimumThroughput\": \"400\"\r\n }\r\n }\r\n}",
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/rgtest9921232812/providers/Microsoft.DocumentDB/databaseAccounts/cosmosdb9921232812/sqlDatabases/dbName4/containers/containerName?api-version=2020-04-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTIwNTNiOGYtY2FiNS00ZjVjLTljMWEtODcwNTgwMTQyYWJkL3Jlc291cmNlR3JvdXBzL3JndGVzdDk5MjEyMzI4MTIvcHJvdmlkZXJzL01pY3Jvc29mdC5Eb2N1bWVudERCL2RhdGFiYXNlQWNjb3VudHMvY29zbW9zZGI5OTIxMjMyODEyL3NxbERhdGFiYXNlcy9kYk5hbWU0L2NvbnRhaW5lcnMvY29udGFpbmVyTmFtZT9hcGktdmVyc2lvbj0yMDIwLTA0LTAx",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "101de51e-75d6-4e29-924e-6aba9c22e356"
+ ],
+ "Accept-Language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.6.29130.01",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.CosmosDB.CosmosDBManagementClient/1.2.1.0"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-gatewayversion": [
+ "version=2.11.0"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11990"
+ ],
+ "x-ms-request-id": [
+ "853dece0-b6d1-42fb-86bb-40d550450fd8"
+ ],
+ "x-ms-correlation-request-id": [
+ "853dece0-b6d1-42fb-86bb-40d550450fd8"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20200903T005407Z:853dece0-b6d1-42fb-86bb-40d550450fd8"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Thu, 03 Sep 2020 00:54:06 GMT"
+ ],
+ "Content-Length": [
+ "1797"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Content-Location": [
+ "https://management.documents.azure.com:450/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/rgtest9921232812/providers/Microsoft.DocumentDB/databaseAccounts/cosmosdb9921232812/sqlDatabases/dbName4/containers/containerName?api-version=2020-04-01"
+ ]
+ },
+ "ResponseBody": "{\r\n \"code\": \"NotFound\",\r\n \"message\": \"Message: {\\\"code\\\":\\\"NotFound\\\",\\\"message\\\":\\\"Message: {\\\\\\\"Errors\\\\\\\":[\\\\\\\"Resource Not Found. Learn more: https:\\\\\\\\/\\\\\\\\/aka.ms\\\\\\\\/cosmosdb-tsg-not-found\\\\\\\"]}\\\\r\\\\nActivityId: 101de51e-75d6-4e29-924e-6aba9c22e356, Request URI: /apps/41c501ed-891d-41ee-a069-6e58fc9767b3/services/77cfc4e0-6254-4557-a083-ae8e227e15ca/partitions/dd1c6b6f-9dea-4ef2-a9c9-35aa7636d3df/replicas/132435584071398197s, RequestStats: \\\\r\\\\nRequestStartTime: 2020-09-03T00:54:07.0925782Z, RequestEndTime: 2020-09-03T00:54:07.0925782Z, Number of regions attempted:1\\\\r\\\\nResponseTime: 2020-09-03T00:54:07.0925782Z, StoreResult: StorePhysicalAddress: rntbd://10.0.0.20:11300/apps/41c501ed-891d-41ee-a069-6e58fc9767b3/services/77cfc4e0-6254-4557-a083-ae8e227e15ca/partitions/dd1c6b6f-9dea-4ef2-a9c9-35aa7636d3df/replicas/132435584071398197s, LSN: 533, GlobalCommittedLsn: 533, PartitionKeyRangeId: , IsValid: True, StatusCode: 404, SubStatusCode: 0, RequestCharge: 1, ItemLSN: -1, SessionToken: -1#533, UsingLocalLSN: False, TransportException: null, ResourceType: Collection, OperationType: Read\\\\r\\\\nResponseTime: 2020-09-03T00:54:07.0925782Z, StoreResult: StorePhysicalAddress: rntbd://10.0.0.23:11300/apps/41c501ed-891d-41ee-a069-6e58fc9767b3/services/77cfc4e0-6254-4557-a083-ae8e227e15ca/partitions/dd1c6b6f-9dea-4ef2-a9c9-35aa7636d3df/replicas/132435596155052544s, LSN: 533, GlobalCommittedLsn: 533, PartitionKeyRangeId: , IsValid: True, StatusCode: 404, SubStatusCode: 0, RequestCharge: 1, ItemLSN: -1, SessionToken: -1#533, UsingLocalLSN: False, TransportException: null, ResourceType: Collection, OperationType: Read\\\\r\\\\n, SDK: Microsoft.Azure.Documents.Common/2.11.0\\\"}, Request URI: /dbs/dbName4/colls/containerName, RequestStats: , SDK: Microsoft.Azure.Documents.Common/2.11.0\"\r\n}",
+ "StatusCode": 404
+ },
+ {
+ "RequestUri": "/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/rgtest9921232812/providers/Microsoft.DocumentDB/databaseAccounts/cosmosdb9921232812/sqlDatabases/dbName4/containers/containerName?api-version=2020-04-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTIwNTNiOGYtY2FiNS00ZjVjLTljMWEtODcwNTgwMTQyYWJkL3Jlc291cmNlR3JvdXBzL3JndGVzdDk5MjEyMzI4MTIvcHJvdmlkZXJzL01pY3Jvc29mdC5Eb2N1bWVudERCL2RhdGFiYXNlQWNjb3VudHMvY29zbW9zZGI5OTIxMjMyODEyL3NxbERhdGFiYXNlcy9kYk5hbWU0L2NvbnRhaW5lcnMvY29udGFpbmVyTmFtZT9hcGktdmVyc2lvbj0yMDIwLTA0LTAx",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "FxVersion/4.6.29130.01",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.CosmosDB.CosmosDBManagementClient/1.2.1.0"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-gatewayversion": [
+ "version=2.11.0"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11988"
+ ],
+ "x-ms-request-id": [
+ "816fc2b0-e58a-4202-a233-e6dddd80b302"
+ ],
+ "x-ms-correlation-request-id": [
+ "816fc2b0-e58a-4202-a233-e6dddd80b302"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20200903T005438Z:816fc2b0-e58a-4202-a233-e6dddd80b302"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Thu, 03 Sep 2020 00:54:38 GMT"
+ ],
+ "Content-Length": [
+ "1074"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Content-Location": [
+ "https://management.documents.azure.com:450/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/rgtest9921232812/providers/Microsoft.DocumentDB/databaseAccounts/cosmosdb9921232812/sqlDatabases/dbName4/containers/containerName?api-version=2020-04-01"
+ ]
+ },
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/rgtest9921232812/providers/Microsoft.DocumentDB/databaseAccounts/cosmosdb9921232812/sqlDatabases/dbName4/containers/containerName\",\r\n \"type\": \"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers\",\r\n \"name\": \"containerName\",\r\n \"properties\": {\r\n \"resource\": {\r\n \"id\": \"containerName\",\r\n \"indexingPolicy\": {\r\n \"indexingMode\": \"consistent\",\r\n \"automatic\": true,\r\n \"includedPaths\": [\r\n {\r\n \"path\": \"/*\"\r\n }\r\n ],\r\n \"excludedPaths\": [\r\n {\r\n \"path\": \"/\\\"_etag\\\"/?\"\r\n }\r\n ]\r\n },\r\n \"partitionKey\": {\r\n \"paths\": [\r\n \"/foo/bar\"\r\n ],\r\n \"kind\": \"Hash\"\r\n },\r\n \"uniqueKeyPolicy\": {\r\n \"uniqueKeys\": []\r\n },\r\n \"conflictResolutionPolicy\": {\r\n \"mode\": \"LastWriterWins\",\r\n \"conflictResolutionPath\": \"/_ts\",\r\n \"conflictResolutionProcedure\": \"\"\r\n },\r\n \"geospatialConfig\": {\r\n \"type\": \"Geography\"\r\n },\r\n \"uniqueIndexReIndexingState\": 0,\r\n \"_rid\": \"7WQtANmaRqA=\",\r\n \"_ts\": 1599094452,\r\n \"_self\": \"dbs/7WQtAA==/colls/7WQtANmaRqA=/\",\r\n \"_etag\": \"\\\"00000800-0000-0500-0000-5f503eb40000\\\"\",\r\n \"_docs\": \"docs/\",\r\n \"_sprocs\": \"sprocs/\",\r\n \"_triggers\": \"triggers/\",\r\n \"_udfs\": \"udfs/\",\r\n \"_conflicts\": \"conflicts/\",\r\n \"statistics\": [\r\n {\r\n \"id\": \"0\",\r\n \"sizeInKB\": 0,\r\n \"documentCount\": 0,\r\n \"partitionKeys\": []\r\n }\r\n ]\r\n }\r\n }\r\n}",
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/rgtest9921232812/providers/Microsoft.DocumentDB/databaseAccounts/cosmosdb9921232812/sqlDatabases/dbName4/containers/containerName?api-version=2020-04-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTIwNTNiOGYtY2FiNS00ZjVjLTljMWEtODcwNTgwMTQyYWJkL3Jlc291cmNlR3JvdXBzL3JndGVzdDk5MjEyMzI4MTIvcHJvdmlkZXJzL01pY3Jvc29mdC5Eb2N1bWVudERCL2RhdGFiYXNlQWNjb3VudHMvY29zbW9zZGI5OTIxMjMyODEyL3NxbERhdGFiYXNlcy9kYk5hbWU0L2NvbnRhaW5lcnMvY29udGFpbmVyTmFtZT9hcGktdmVyc2lvbj0yMDIwLTA0LTAx",
+ "RequestMethod": "PUT",
+ "RequestBody": "{\r\n \"properties\": {\r\n \"resource\": {\r\n \"id\": \"containerName\",\r\n \"partitionKey\": {\r\n \"paths\": [\r\n \"/foo/bar\"\r\n ],\r\n \"kind\": \"Hash\"\r\n }\r\n },\r\n \"options\": {\r\n \"throughput\": 800\r\n }\r\n }\r\n}",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "10c7a7ec-cd6e-4fee-b164-ee606d19f883"
+ ],
+ "Accept-Language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.6.29130.01",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.CosmosDB.CosmosDBManagementClient/1.2.1.0"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Content-Length": [
+ "247"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Location": [
+ "https://management.azure.com/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/rgtest9921232812/providers/Microsoft.DocumentDB/databaseAccounts/cosmosdb9921232812/sqlDatabases/dbName4/containers/containerName/operationResults/389a1d37-55d2-4814-98b4-ff1a7e6aeff6?api-version=2020-04-01"
+ ],
+ "Azure-AsyncOperation": [
+ "https://management.azure.com/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/providers/Microsoft.DocumentDB/locations/southcentralus/operationsStatus/389a1d37-55d2-4814-98b4-ff1a7e6aeff6?api-version=2020-04-01"
+ ],
+ "x-ms-request-id": [
+ "389a1d37-55d2-4814-98b4-ff1a7e6aeff6"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-gatewayversion": [
+ "version=2.11.0"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-writes": [
+ "1198"
+ ],
+ "x-ms-correlation-request-id": [
+ "f3e51043-1981-4e82-ac03-a20e03bfd96f"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20200903T005407Z:f3e51043-1981-4e82-ac03-a20e03bfd96f"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Thu, 03 Sep 2020 00:54:07 GMT"
+ ],
+ "Content-Length": [
+ "21"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Content-Location": [
+ "https://management.documents.azure.com:450/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/rgtest9921232812/providers/Microsoft.DocumentDB/databaseAccounts/cosmosdb9921232812/sqlDatabases/dbName4/containers/containerName?api-version=2020-04-01"
+ ]
+ },
+ "ResponseBody": "{\r\n \"status\": \"Enqueued\"\r\n}",
+ "StatusCode": 202
+ },
+ {
+ "RequestUri": "/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/providers/Microsoft.DocumentDB/locations/southcentralus/operationsStatus/389a1d37-55d2-4814-98b4-ff1a7e6aeff6?api-version=2020-04-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTIwNTNiOGYtY2FiNS00ZjVjLTljMWEtODcwNTgwMTQyYWJkL3Byb3ZpZGVycy9NaWNyb3NvZnQuRG9jdW1lbnREQi9sb2NhdGlvbnMvc291dGhjZW50cmFsdXMvb3BlcmF0aW9uc1N0YXR1cy8zODlhMWQzNy01NWQyLTQ4MTQtOThiNC1mZjFhN2U2YWVmZjY/YXBpLXZlcnNpb249MjAyMC0wNC0wMQ==",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "FxVersion/4.6.29130.01",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.CosmosDB.CosmosDBManagementClient/1.2.1.0"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-gatewayversion": [
+ "version=2.11.0"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11989"
+ ],
+ "x-ms-request-id": [
+ "1562d636-4080-428d-958f-df32b7385d3a"
+ ],
+ "x-ms-correlation-request-id": [
+ "1562d636-4080-428d-958f-df32b7385d3a"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20200903T005437Z:1562d636-4080-428d-958f-df32b7385d3a"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Thu, 03 Sep 2020 00:54:37 GMT"
+ ],
+ "Content-Length": [
+ "22"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Content-Location": [
+ "https://management.documents.azure.com:450/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/providers/Microsoft.DocumentDB/locations/southcentralus/operationsStatus/389a1d37-55d2-4814-98b4-ff1a7e6aeff6?api-version=2020-04-01"
+ ]
+ },
+ "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}",
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/rgtest9921232812/providers/Microsoft.DocumentDB/databaseAccounts/cosmosdb9921232812/sqlDatabases/dbName4/containers/containerName/throughputSettings/default?api-version=2020-04-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTIwNTNiOGYtY2FiNS00ZjVjLTljMWEtODcwNTgwMTQyYWJkL3Jlc291cmNlR3JvdXBzL3JndGVzdDk5MjEyMzI4MTIvcHJvdmlkZXJzL01pY3Jvc29mdC5Eb2N1bWVudERCL2RhdGFiYXNlQWNjb3VudHMvY29zbW9zZGI5OTIxMjMyODEyL3NxbERhdGFiYXNlcy9kYk5hbWU0L2NvbnRhaW5lcnMvY29udGFpbmVyTmFtZS90aHJvdWdocHV0U2V0dGluZ3MvZGVmYXVsdD9hcGktdmVyc2lvbj0yMDIwLTA0LTAx",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "98c71b34-94a7-47f5-bdd2-2bdadde025cc"
+ ],
+ "Accept-Language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.6.29130.01",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.CosmosDB.CosmosDBManagementClient/1.2.1.0"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-gatewayversion": [
+ "version=2.11.0"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11987"
+ ],
+ "x-ms-request-id": [
+ "c21f0a62-2a5a-40e1-a583-2537b6766684"
+ ],
+ "x-ms-correlation-request-id": [
+ "c21f0a62-2a5a-40e1-a583-2537b6766684"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20200903T005438Z:c21f0a62-2a5a-40e1-a583-2537b6766684"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Thu, 03 Sep 2020 00:54:38 GMT"
+ ],
+ "Content-Length": [
+ "407"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Content-Location": [
+ "https://management.documents.azure.com:450/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/rgtest9921232812/providers/Microsoft.DocumentDB/databaseAccounts/cosmosdb9921232812/sqlDatabases/dbName4/containers/containerName/throughputSettings/default?api-version=2020-04-01"
+ ]
+ },
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/rgtest9921232812/providers/Microsoft.DocumentDB/databaseAccounts/cosmosdb9921232812/sqlDatabases/dbName4/containers/containerName/throughputSettings/default\",\r\n \"type\": \"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/throughputSettings\",\r\n \"name\": \"dEvD\",\r\n \"properties\": {\r\n \"resource\": {\r\n \"throughput\": 800,\r\n \"minimumThroughput\": \"400\"\r\n }\r\n }\r\n}",
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/rgtest9921232812/providers/Microsoft.DocumentDB/databaseAccounts/cosmosdb9921232812/sqlDatabases/dbName4/containers/containerName/throughputSettings/default/migrateToAutoscale?api-version=2020-04-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTIwNTNiOGYtY2FiNS00ZjVjLTljMWEtODcwNTgwMTQyYWJkL3Jlc291cmNlR3JvdXBzL3JndGVzdDk5MjEyMzI4MTIvcHJvdmlkZXJzL01pY3Jvc29mdC5Eb2N1bWVudERCL2RhdGFiYXNlQWNjb3VudHMvY29zbW9zZGI5OTIxMjMyODEyL3NxbERhdGFiYXNlcy9kYk5hbWU0L2NvbnRhaW5lcnMvY29udGFpbmVyTmFtZS90aHJvdWdocHV0U2V0dGluZ3MvZGVmYXVsdC9taWdyYXRlVG9BdXRvc2NhbGU/YXBpLXZlcnNpb249MjAyMC0wNC0wMQ==",
+ "RequestMethod": "POST",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "42086b56-c857-4d3b-8f81-a4751b36c093"
+ ],
+ "Accept-Language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.6.29130.01",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.CosmosDB.CosmosDBManagementClient/1.2.1.0"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Location": [
+ "https://management.azure.com/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/rgtest9921232812/providers/Microsoft.DocumentDB/databaseAccounts/cosmosdb9921232812/sqlDatabases/dbName4/containers/containerName/throughputSettings/default/migrateToAutoscale/operationResults/cdf19a4e-fc5d-4145-92ac-76cb83c5478b?api-version=2020-04-01"
+ ],
+ "Azure-AsyncOperation": [
+ "https://management.azure.com/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/providers/Microsoft.DocumentDB/locations/southcentralus/operationsStatus/cdf19a4e-fc5d-4145-92ac-76cb83c5478b?api-version=2020-04-01"
+ ],
+ "x-ms-request-id": [
+ "cdf19a4e-fc5d-4145-92ac-76cb83c5478b"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-gatewayversion": [
+ "version=2.11.0"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-writes": [
+ "1197"
+ ],
+ "x-ms-correlation-request-id": [
+ "0220614e-fb0f-405c-b662-79ad9d7f721f"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20200903T005439Z:0220614e-fb0f-405c-b662-79ad9d7f721f"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Thu, 03 Sep 2020 00:54:39 GMT"
+ ],
+ "Content-Length": [
+ "21"
+ ],
+ "Content-Type": [
+ "application/json"
+ ]
+ },
+ "ResponseBody": "{\r\n \"status\": \"Enqueued\"\r\n}",
+ "StatusCode": 202
+ },
+ {
+ "RequestUri": "/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/providers/Microsoft.DocumentDB/locations/southcentralus/operationsStatus/cdf19a4e-fc5d-4145-92ac-76cb83c5478b?api-version=2020-04-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTIwNTNiOGYtY2FiNS00ZjVjLTljMWEtODcwNTgwMTQyYWJkL3Byb3ZpZGVycy9NaWNyb3NvZnQuRG9jdW1lbnREQi9sb2NhdGlvbnMvc291dGhjZW50cmFsdXMvb3BlcmF0aW9uc1N0YXR1cy9jZGYxOWE0ZS1mYzVkLTQxNDUtOTJhYy03NmNiODNjNTQ3OGI/YXBpLXZlcnNpb249MjAyMC0wNC0wMQ==",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "FxVersion/4.6.29130.01",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.CosmosDB.CosmosDBManagementClient/1.2.1.0"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-gatewayversion": [
+ "version=2.11.0"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11986"
+ ],
+ "x-ms-request-id": [
+ "d7baeb93-c150-46fb-9bff-929f1db7d93f"
+ ],
+ "x-ms-correlation-request-id": [
+ "d7baeb93-c150-46fb-9bff-929f1db7d93f"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20200903T005509Z:d7baeb93-c150-46fb-9bff-929f1db7d93f"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Thu, 03 Sep 2020 00:55:09 GMT"
+ ],
+ "Content-Length": [
+ "22"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Content-Location": [
+ "https://management.documents.azure.com:450/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/providers/Microsoft.DocumentDB/locations/southcentralus/operationsStatus/cdf19a4e-fc5d-4145-92ac-76cb83c5478b?api-version=2020-04-01"
+ ]
+ },
+ "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}",
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/rgtest9921232812/providers/Microsoft.DocumentDB/databaseAccounts/cosmosdb9921232812/sqlDatabases/dbName4/containers/containerName/throughputSettings/default/migrateToAutoscale/operationResults/cdf19a4e-fc5d-4145-92ac-76cb83c5478b?api-version=2020-04-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTIwNTNiOGYtY2FiNS00ZjVjLTljMWEtODcwNTgwMTQyYWJkL3Jlc291cmNlR3JvdXBzL3JndGVzdDk5MjEyMzI4MTIvcHJvdmlkZXJzL01pY3Jvc29mdC5Eb2N1bWVudERCL2RhdGFiYXNlQWNjb3VudHMvY29zbW9zZGI5OTIxMjMyODEyL3NxbERhdGFiYXNlcy9kYk5hbWU0L2NvbnRhaW5lcnMvY29udGFpbmVyTmFtZS90aHJvdWdocHV0U2V0dGluZ3MvZGVmYXVsdC9taWdyYXRlVG9BdXRvc2NhbGUvb3BlcmF0aW9uUmVzdWx0cy9jZGYxOWE0ZS1mYzVkLTQxNDUtOTJhYy03NmNiODNjNTQ3OGI/YXBpLXZlcnNpb249MjAyMC0wNC0wMQ==",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "FxVersion/4.6.29130.01",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.CosmosDB.CosmosDBManagementClient/1.2.1.0"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-gatewayversion": [
+ "version=2.11.0"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11985"
+ ],
+ "x-ms-request-id": [
+ "f37be9b6-dc00-4987-8aa2-944b2a472190"
+ ],
+ "x-ms-correlation-request-id": [
+ "f37be9b6-dc00-4987-8aa2-944b2a472190"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20200903T005510Z:f37be9b6-dc00-4987-8aa2-944b2a472190"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Thu, 03 Sep 2020 00:55:09 GMT"
+ ],
+ "Content-Length": [
+ "489"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Content-Location": [
+ "https://management.documents.azure.com:450/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/rgtest9921232812/providers/Microsoft.DocumentDB/databaseAccounts/cosmosdb9921232812/sqlDatabases/dbName4/containers/containerName/throughputSettings/default/migrateToAutoscale/operationResults/cdf19a4e-fc5d-4145-92ac-76cb83c5478b?api-version=2020-04-01"
+ ]
+ },
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/rgtest9921232812/providers/Microsoft.DocumentDB/databaseAccounts/cosmosdb9921232812/sqlDatabases/dbName4/containers/containerName/throughputSettings/default/migrateToAutoscale\",\r\n \"type\": \"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/throughputSettings/migrateToAutoscale\",\r\n \"name\": \"dEvD\",\r\n \"properties\": {\r\n \"resource\": {\r\n \"throughput\": 400,\r\n \"autoscaleSettings\": {\r\n \"maxThroughput\": 4000\r\n },\r\n \"minimumThroughput\": \"4000\"\r\n }\r\n }\r\n}",
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/rgtest9921232812/providers/Microsoft.DocumentDB/databaseAccounts/cosmosdb9921232812/sqlDatabases/dbName4/containers/containerName/throughputSettings/default/migrateToManualThroughput?api-version=2020-04-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTIwNTNiOGYtY2FiNS00ZjVjLTljMWEtODcwNTgwMTQyYWJkL3Jlc291cmNlR3JvdXBzL3JndGVzdDk5MjEyMzI4MTIvcHJvdmlkZXJzL01pY3Jvc29mdC5Eb2N1bWVudERCL2RhdGFiYXNlQWNjb3VudHMvY29zbW9zZGI5OTIxMjMyODEyL3NxbERhdGFiYXNlcy9kYk5hbWU0L2NvbnRhaW5lcnMvY29udGFpbmVyTmFtZS90aHJvdWdocHV0U2V0dGluZ3MvZGVmYXVsdC9taWdyYXRlVG9NYW51YWxUaHJvdWdocHV0P2FwaS12ZXJzaW9uPTIwMjAtMDQtMDE=",
+ "RequestMethod": "POST",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "e302863d-24e9-442a-bde3-2ed74664baed"
+ ],
+ "Accept-Language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.6.29130.01",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.CosmosDB.CosmosDBManagementClient/1.2.1.0"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Location": [
+ "https://management.azure.com/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/rgtest9921232812/providers/Microsoft.DocumentDB/databaseAccounts/cosmosdb9921232812/sqlDatabases/dbName4/containers/containerName/throughputSettings/default/migrateToManualThroughput/operationResults/a813710a-8089-46eb-9771-fa0468c4fcf0?api-version=2020-04-01"
+ ],
+ "Azure-AsyncOperation": [
+ "https://management.azure.com/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/providers/Microsoft.DocumentDB/locations/southcentralus/operationsStatus/a813710a-8089-46eb-9771-fa0468c4fcf0?api-version=2020-04-01"
+ ],
+ "x-ms-request-id": [
+ "a813710a-8089-46eb-9771-fa0468c4fcf0"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-gatewayversion": [
+ "version=2.11.0"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-writes": [
+ "1196"
+ ],
+ "x-ms-correlation-request-id": [
+ "78c566be-81dc-41a6-b006-450d2a280396"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20200903T005511Z:78c566be-81dc-41a6-b006-450d2a280396"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Thu, 03 Sep 2020 00:55:10 GMT"
+ ],
+ "Content-Length": [
+ "21"
+ ],
+ "Content-Type": [
+ "application/json"
+ ]
+ },
+ "ResponseBody": "{\r\n \"status\": \"Enqueued\"\r\n}",
+ "StatusCode": 202
+ },
+ {
+ "RequestUri": "/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/providers/Microsoft.DocumentDB/locations/southcentralus/operationsStatus/a813710a-8089-46eb-9771-fa0468c4fcf0?api-version=2020-04-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTIwNTNiOGYtY2FiNS00ZjVjLTljMWEtODcwNTgwMTQyYWJkL3Byb3ZpZGVycy9NaWNyb3NvZnQuRG9jdW1lbnREQi9sb2NhdGlvbnMvc291dGhjZW50cmFsdXMvb3BlcmF0aW9uc1N0YXR1cy9hODEzNzEwYS04MDg5LTQ2ZWItOTc3MS1mYTA0NjhjNGZjZjA/YXBpLXZlcnNpb249MjAyMC0wNC0wMQ==",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "FxVersion/4.6.29130.01",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.CosmosDB.CosmosDBManagementClient/1.2.1.0"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-gatewayversion": [
+ "version=2.11.0"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11984"
+ ],
+ "x-ms-request-id": [
+ "3271a17c-d0e6-4527-9b80-8ff6b1c119a4"
+ ],
+ "x-ms-correlation-request-id": [
+ "3271a17c-d0e6-4527-9b80-8ff6b1c119a4"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20200903T005541Z:3271a17c-d0e6-4527-9b80-8ff6b1c119a4"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Thu, 03 Sep 2020 00:55:40 GMT"
+ ],
+ "Content-Length": [
+ "22"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Content-Location": [
+ "https://management.documents.azure.com:450/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/providers/Microsoft.DocumentDB/locations/southcentralus/operationsStatus/a813710a-8089-46eb-9771-fa0468c4fcf0?api-version=2020-04-01"
+ ]
+ },
+ "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}",
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/rgtest9921232812/providers/Microsoft.DocumentDB/databaseAccounts/cosmosdb9921232812/sqlDatabases/dbName4/containers/containerName/throughputSettings/default/migrateToManualThroughput/operationResults/a813710a-8089-46eb-9771-fa0468c4fcf0?api-version=2020-04-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTIwNTNiOGYtY2FiNS00ZjVjLTljMWEtODcwNTgwMTQyYWJkL3Jlc291cmNlR3JvdXBzL3JndGVzdDk5MjEyMzI4MTIvcHJvdmlkZXJzL01pY3Jvc29mdC5Eb2N1bWVudERCL2RhdGFiYXNlQWNjb3VudHMvY29zbW9zZGI5OTIxMjMyODEyL3NxbERhdGFiYXNlcy9kYk5hbWU0L2NvbnRhaW5lcnMvY29udGFpbmVyTmFtZS90aHJvdWdocHV0U2V0dGluZ3MvZGVmYXVsdC9taWdyYXRlVG9NYW51YWxUaHJvdWdocHV0L29wZXJhdGlvblJlc3VsdHMvYTgxMzcxMGEtODA4OS00NmViLTk3NzEtZmEwNDY4YzRmY2YwP2FwaS12ZXJzaW9uPTIwMjAtMDQtMDE=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "FxVersion/4.6.29130.01",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.CosmosDB.CosmosDBManagementClient/1.2.1.0"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-gatewayversion": [
+ "version=2.11.0"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11983"
+ ],
+ "x-ms-request-id": [
+ "41ef27e1-5258-432d-adf7-2a95a94030b0"
+ ],
+ "x-ms-correlation-request-id": [
+ "41ef27e1-5258-432d-adf7-2a95a94030b0"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20200903T005542Z:41ef27e1-5258-432d-adf7-2a95a94030b0"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Thu, 03 Sep 2020 00:55:41 GMT"
+ ],
+ "Content-Length": [
+ "460"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Content-Location": [
+ "https://management.documents.azure.com:450/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/rgtest9921232812/providers/Microsoft.DocumentDB/databaseAccounts/cosmosdb9921232812/sqlDatabases/dbName4/containers/containerName/throughputSettings/default/migrateToManualThroughput/operationResults/a813710a-8089-46eb-9771-fa0468c4fcf0?api-version=2020-04-01"
+ ]
+ },
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/rgtest9921232812/providers/Microsoft.DocumentDB/databaseAccounts/cosmosdb9921232812/sqlDatabases/dbName4/containers/containerName/throughputSettings/default/migrateToManualThroughput\",\r\n \"type\": \"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/throughputSettings/migrateToManualThroughput\",\r\n \"name\": \"dEvD\",\r\n \"properties\": {\r\n \"resource\": {\r\n \"throughput\": 4000,\r\n \"minimumThroughput\": \"400\"\r\n }\r\n }\r\n}",
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/rgtest9921232812/providers/Microsoft.DocumentDB/databaseAccounts/cosmosdb9921232812/sqlDatabases/dbName4/containers/containerName?api-version=2020-04-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTIwNTNiOGYtY2FiNS00ZjVjLTljMWEtODcwNTgwMTQyYWJkL3Jlc291cmNlR3JvdXBzL3JndGVzdDk5MjEyMzI4MTIvcHJvdmlkZXJzL01pY3Jvc29mdC5Eb2N1bWVudERCL2RhdGFiYXNlQWNjb3VudHMvY29zbW9zZGI5OTIxMjMyODEyL3NxbERhdGFiYXNlcy9kYk5hbWU0L2NvbnRhaW5lcnMvY29udGFpbmVyTmFtZT9hcGktdmVyc2lvbj0yMDIwLTA0LTAx",
+ "RequestMethod": "DELETE",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "792c27f9-79ea-472f-a45f-40dfe0a64d4d"
+ ],
+ "Accept-Language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.6.29130.01",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.CosmosDB.CosmosDBManagementClient/1.2.1.0"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Location": [
+ "https://management.azure.com/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/rgtest9921232812/providers/Microsoft.DocumentDB/databaseAccounts/cosmosdb9921232812/sqlDatabases/dbName4/containers/containerName/operationResults/83259ffe-9de9-4158-96ac-4ffd41f33aae?api-version=2020-04-01"
+ ],
+ "Azure-AsyncOperation": [
+ "https://management.azure.com/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/providers/Microsoft.DocumentDB/locations/southcentralus/operationsStatus/83259ffe-9de9-4158-96ac-4ffd41f33aae?api-version=2020-04-01"
+ ],
+ "x-ms-request-id": [
+ "83259ffe-9de9-4158-96ac-4ffd41f33aae"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-gatewayversion": [
+ "version=2.11.0"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-deletes": [
+ "14999"
+ ],
+ "x-ms-correlation-request-id": [
+ "80a3b1aa-2f04-4189-b495-926a9e1e0300"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20200903T005542Z:80a3b1aa-2f04-4189-b495-926a9e1e0300"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Thu, 03 Sep 2020 00:55:41 GMT"
+ ],
+ "Content-Length": [
+ "21"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Content-Location": [
+ "https://management.documents.azure.com:450/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/rgtest9921232812/providers/Microsoft.DocumentDB/databaseAccounts/cosmosdb9921232812/sqlDatabases/dbName4/containers/containerName?api-version=2020-04-01"
+ ]
+ },
+ "ResponseBody": "{\r\n \"status\": \"Enqueued\"\r\n}",
+ "StatusCode": 202
+ },
+ {
+ "RequestUri": "/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/rgtest9921232812/providers/Microsoft.DocumentDB/databaseAccounts/cosmosdb9921232812/sqlDatabases/dbName4/containers/containerName?api-version=2020-04-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTIwNTNiOGYtY2FiNS00ZjVjLTljMWEtODcwNTgwMTQyYWJkL3Jlc291cmNlR3JvdXBzL3JndGVzdDk5MjEyMzI4MTIvcHJvdmlkZXJzL01pY3Jvc29mdC5Eb2N1bWVudERCL2RhdGFiYXNlQWNjb3VudHMvY29zbW9zZGI5OTIxMjMyODEyL3NxbERhdGFiYXNlcy9kYk5hbWU0L2NvbnRhaW5lcnMvY29udGFpbmVyTmFtZT9hcGktdmVyc2lvbj0yMDIwLTA0LTAx",
+ "RequestMethod": "DELETE",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "16376f5b-f498-4913-99e3-bc8aecb83dea"
+ ],
+ "Accept-Language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.6.29130.01",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.CosmosDB.CosmosDBManagementClient/1.2.1.0"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Location": [
+ "https://management.azure.com/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/rgtest9921232812/providers/Microsoft.DocumentDB/databaseAccounts/cosmosdb9921232812/sqlDatabases/dbName4/containers/containerName/operationResults/6cab7d10-d44d-4b4a-ba3a-063c9820b510?api-version=2020-04-01"
+ ],
+ "Azure-AsyncOperation": [
+ "https://management.azure.com/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/providers/Microsoft.DocumentDB/locations/southcentralus/operationsStatus/6cab7d10-d44d-4b4a-ba3a-063c9820b510?api-version=2020-04-01"
+ ],
+ "x-ms-request-id": [
+ "6cab7d10-d44d-4b4a-ba3a-063c9820b510"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-gatewayversion": [
+ "version=2.11.0"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-deletes": [
+ "14999"
+ ],
+ "x-ms-correlation-request-id": [
+ "8662dac3-83f2-4edf-bb54-cdcc25ceaa60"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20200903T005645Z:8662dac3-83f2-4edf-bb54-cdcc25ceaa60"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Thu, 03 Sep 2020 00:56:44 GMT"
+ ],
+ "Content-Length": [
+ "21"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Content-Location": [
+ "https://management.documents.azure.com:450/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/rgtest9921232812/providers/Microsoft.DocumentDB/databaseAccounts/cosmosdb9921232812/sqlDatabases/dbName4/containers/containerName?api-version=2020-04-01"
+ ]
+ },
+ "ResponseBody": "{\r\n \"status\": \"Enqueued\"\r\n}",
+ "StatusCode": 202
+ },
+ {
+ "RequestUri": "/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/providers/Microsoft.DocumentDB/locations/southcentralus/operationsStatus/83259ffe-9de9-4158-96ac-4ffd41f33aae?api-version=2020-04-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTIwNTNiOGYtY2FiNS00ZjVjLTljMWEtODcwNTgwMTQyYWJkL3Byb3ZpZGVycy9NaWNyb3NvZnQuRG9jdW1lbnREQi9sb2NhdGlvbnMvc291dGhjZW50cmFsdXMvb3BlcmF0aW9uc1N0YXR1cy84MzI1OWZmZS05ZGU5LTQxNTgtOTZhYy00ZmZkNDFmMzNhYWU/YXBpLXZlcnNpb249MjAyMC0wNC0wMQ==",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "FxVersion/4.6.29130.01",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.CosmosDB.CosmosDBManagementClient/1.2.1.0"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-gatewayversion": [
+ "version=2.11.0"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11982"
+ ],
+ "x-ms-request-id": [
+ "0eaa1a15-9aec-4c7e-be63-a9e09124a3a8"
+ ],
+ "x-ms-correlation-request-id": [
+ "0eaa1a15-9aec-4c7e-be63-a9e09124a3a8"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20200903T005612Z:0eaa1a15-9aec-4c7e-be63-a9e09124a3a8"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Thu, 03 Sep 2020 00:56:11 GMT"
+ ],
+ "Content-Length": [
+ "22"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Content-Location": [
+ "https://management.documents.azure.com:450/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/providers/Microsoft.DocumentDB/locations/southcentralus/operationsStatus/83259ffe-9de9-4158-96ac-4ffd41f33aae?api-version=2020-04-01"
+ ]
+ },
+ "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}",
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/rgtest9921232812/providers/Microsoft.DocumentDB/databaseAccounts/cosmosdb9921232812/sqlDatabases/dbName4/containers/containerName/operationResults/83259ffe-9de9-4158-96ac-4ffd41f33aae?api-version=2020-04-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTIwNTNiOGYtY2FiNS00ZjVjLTljMWEtODcwNTgwMTQyYWJkL3Jlc291cmNlR3JvdXBzL3JndGVzdDk5MjEyMzI4MTIvcHJvdmlkZXJzL01pY3Jvc29mdC5Eb2N1bWVudERCL2RhdGFiYXNlQWNjb3VudHMvY29zbW9zZGI5OTIxMjMyODEyL3NxbERhdGFiYXNlcy9kYk5hbWU0L2NvbnRhaW5lcnMvY29udGFpbmVyTmFtZS9vcGVyYXRpb25SZXN1bHRzLzgzMjU5ZmZlLTlkZTktNDE1OC05NmFjLTRmZmQ0MWYzM2FhZT9hcGktdmVyc2lvbj0yMDIwLTA0LTAx",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "FxVersion/4.6.29130.01",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.CosmosDB.CosmosDBManagementClient/1.2.1.0"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-gatewayversion": [
+ "version=2.11.0"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11981"
+ ],
+ "x-ms-request-id": [
+ "6fc4f0dd-dced-4f48-a7e3-aa7d97f90163"
+ ],
+ "x-ms-correlation-request-id": [
+ "6fc4f0dd-dced-4f48-a7e3-aa7d97f90163"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20200903T005612Z:6fc4f0dd-dced-4f48-a7e3-aa7d97f90163"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Thu, 03 Sep 2020 00:56:11 GMT"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Content-Location": [
+ "https://management.documents.azure.com:450/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/rgtest9921232812/providers/Microsoft.DocumentDB/databaseAccounts/cosmosdb9921232812/sqlDatabases/dbName4/containers/containerName/operationResults/83259ffe-9de9-4158-96ac-4ffd41f33aae?api-version=2020-04-01"
+ ]
+ },
+ "ResponseBody": "",
+ "StatusCode": 204
+ },
+ {
+ "RequestUri": "/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/rgtest9921232812/providers/Microsoft.DocumentDB/databaseAccounts/cosmosdb9921232812/sqlDatabases/dbName4?api-version=2020-04-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTIwNTNiOGYtY2FiNS00ZjVjLTljMWEtODcwNTgwMTQyYWJkL3Jlc291cmNlR3JvdXBzL3JndGVzdDk5MjEyMzI4MTIvcHJvdmlkZXJzL01pY3Jvc29mdC5Eb2N1bWVudERCL2RhdGFiYXNlQWNjb3VudHMvY29zbW9zZGI5OTIxMjMyODEyL3NxbERhdGFiYXNlcy9kYk5hbWU0P2FwaS12ZXJzaW9uPTIwMjAtMDQtMDE=",
+ "RequestMethod": "DELETE",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "9932c781-5cf2-4ee1-9a5f-e09b1489c5ba"
+ ],
+ "Accept-Language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.6.29130.01",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.CosmosDB.CosmosDBManagementClient/1.2.1.0"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Location": [
+ "https://management.azure.com/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/rgtest9921232812/providers/Microsoft.DocumentDB/databaseAccounts/cosmosdb9921232812/sqlDatabases/dbName4/operationResults/5af55cbe-6cf6-4d17-9294-39bc2a72d3ba?api-version=2020-04-01"
+ ],
+ "Azure-AsyncOperation": [
+ "https://management.azure.com/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/providers/Microsoft.DocumentDB/locations/southcentralus/operationsStatus/5af55cbe-6cf6-4d17-9294-39bc2a72d3ba?api-version=2020-04-01"
+ ],
+ "x-ms-request-id": [
+ "5af55cbe-6cf6-4d17-9294-39bc2a72d3ba"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-gatewayversion": [
+ "version=2.11.0"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-deletes": [
+ "14996"
+ ],
+ "x-ms-correlation-request-id": [
+ "1fdb8676-3a39-4b62-9ab7-67eba2b56e39"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20200903T005613Z:1fdb8676-3a39-4b62-9ab7-67eba2b56e39"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Thu, 03 Sep 2020 00:56:13 GMT"
+ ],
+ "Content-Length": [
+ "21"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Content-Location": [
+ "https://management.documents.azure.com:450/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/rgtest9921232812/providers/Microsoft.DocumentDB/databaseAccounts/cosmosdb9921232812/sqlDatabases/dbName4?api-version=2020-04-01"
+ ]
+ },
+ "ResponseBody": "{\r\n \"status\": \"Enqueued\"\r\n}",
+ "StatusCode": 202
+ },
+ {
+ "RequestUri": "/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/rgtest9921232812/providers/Microsoft.DocumentDB/databaseAccounts/cosmosdb9921232812/sqlDatabases/dbName4?api-version=2020-04-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTIwNTNiOGYtY2FiNS00ZjVjLTljMWEtODcwNTgwMTQyYWJkL3Jlc291cmNlR3JvdXBzL3JndGVzdDk5MjEyMzI4MTIvcHJvdmlkZXJzL01pY3Jvc29mdC5Eb2N1bWVudERCL2RhdGFiYXNlQWNjb3VudHMvY29zbW9zZGI5OTIxMjMyODEyL3NxbERhdGFiYXNlcy9kYk5hbWU0P2FwaS12ZXJzaW9uPTIwMjAtMDQtMDE=",
+ "RequestMethod": "DELETE",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "fb665257-9884-4ae7-9673-d8772a55ffed"
+ ],
+ "Accept-Language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.6.29130.01",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.CosmosDB.CosmosDBManagementClient/1.2.1.0"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Location": [
+ "https://management.azure.com/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/rgtest9921232812/providers/Microsoft.DocumentDB/databaseAccounts/cosmosdb9921232812/sqlDatabases/dbName4/operationResults/712e5841-e096-4bf3-b580-bbb2e70f4611?api-version=2020-04-01"
+ ],
+ "Azure-AsyncOperation": [
+ "https://management.azure.com/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/providers/Microsoft.DocumentDB/locations/southcentralus/operationsStatus/712e5841-e096-4bf3-b580-bbb2e70f4611?api-version=2020-04-01"
+ ],
+ "x-ms-request-id": [
+ "712e5841-e096-4bf3-b580-bbb2e70f4611"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-gatewayversion": [
+ "version=2.11.0"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-deletes": [
+ "14997"
+ ],
+ "x-ms-correlation-request-id": [
+ "ba9b84df-57bd-484d-9ab9-5c83581a5333"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20200903T005716Z:ba9b84df-57bd-484d-9ab9-5c83581a5333"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Thu, 03 Sep 2020 00:57:16 GMT"
+ ],
+ "Content-Length": [
+ "21"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Content-Location": [
+ "https://management.documents.azure.com:450/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/rgtest9921232812/providers/Microsoft.DocumentDB/databaseAccounts/cosmosdb9921232812/sqlDatabases/dbName4?api-version=2020-04-01"
+ ]
+ },
+ "ResponseBody": "{\r\n \"status\": \"Enqueued\"\r\n}",
+ "StatusCode": 202
+ },
+ {
+ "RequestUri": "/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/providers/Microsoft.DocumentDB/locations/southcentralus/operationsStatus/5af55cbe-6cf6-4d17-9294-39bc2a72d3ba?api-version=2020-04-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTIwNTNiOGYtY2FiNS00ZjVjLTljMWEtODcwNTgwMTQyYWJkL3Byb3ZpZGVycy9NaWNyb3NvZnQuRG9jdW1lbnREQi9sb2NhdGlvbnMvc291dGhjZW50cmFsdXMvb3BlcmF0aW9uc1N0YXR1cy81YWY1NWNiZS02Y2Y2LTRkMTctOTI5NC0zOWJjMmE3MmQzYmE/YXBpLXZlcnNpb249MjAyMC0wNC0wMQ==",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "FxVersion/4.6.29130.01",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.CosmosDB.CosmosDBManagementClient/1.2.1.0"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-gatewayversion": [
+ "version=2.11.0"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11978"
+ ],
+ "x-ms-request-id": [
+ "be2233a7-b7ad-4fff-887f-ba441ae7a5f0"
+ ],
+ "x-ms-correlation-request-id": [
+ "be2233a7-b7ad-4fff-887f-ba441ae7a5f0"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20200903T005643Z:be2233a7-b7ad-4fff-887f-ba441ae7a5f0"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Thu, 03 Sep 2020 00:56:43 GMT"
+ ],
+ "Content-Length": [
+ "22"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Content-Location": [
+ "https://management.documents.azure.com:450/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/providers/Microsoft.DocumentDB/locations/southcentralus/operationsStatus/5af55cbe-6cf6-4d17-9294-39bc2a72d3ba?api-version=2020-04-01"
+ ]
+ },
+ "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}",
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/rgtest9921232812/providers/Microsoft.DocumentDB/databaseAccounts/cosmosdb9921232812/sqlDatabases/dbName4/operationResults/5af55cbe-6cf6-4d17-9294-39bc2a72d3ba?api-version=2020-04-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTIwNTNiOGYtY2FiNS00ZjVjLTljMWEtODcwNTgwMTQyYWJkL3Jlc291cmNlR3JvdXBzL3JndGVzdDk5MjEyMzI4MTIvcHJvdmlkZXJzL01pY3Jvc29mdC5Eb2N1bWVudERCL2RhdGFiYXNlQWNjb3VudHMvY29zbW9zZGI5OTIxMjMyODEyL3NxbERhdGFiYXNlcy9kYk5hbWU0L29wZXJhdGlvblJlc3VsdHMvNWFmNTVjYmUtNmNmNi00ZDE3LTkyOTQtMzliYzJhNzJkM2JhP2FwaS12ZXJzaW9uPTIwMjAtMDQtMDE=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "FxVersion/4.6.29130.01",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.CosmosDB.CosmosDBManagementClient/1.2.1.0"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-gatewayversion": [
+ "version=2.11.0"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11977"
+ ],
+ "x-ms-request-id": [
+ "49d1a785-f22e-4c1b-a807-5a2847a0e684"
+ ],
+ "x-ms-correlation-request-id": [
+ "49d1a785-f22e-4c1b-a807-5a2847a0e684"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20200903T005644Z:49d1a785-f22e-4c1b-a807-5a2847a0e684"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Thu, 03 Sep 2020 00:56:43 GMT"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Content-Location": [
+ "https://management.documents.azure.com:450/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/rgtest9921232812/providers/Microsoft.DocumentDB/databaseAccounts/cosmosdb9921232812/sqlDatabases/dbName4/operationResults/5af55cbe-6cf6-4d17-9294-39bc2a72d3ba?api-version=2020-04-01"
+ ]
+ },
+ "ResponseBody": "",
+ "StatusCode": 204
+ },
+ {
+ "RequestUri": "/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/providers/Microsoft.DocumentDB/locations/southcentralus/operationsStatus/6cab7d10-d44d-4b4a-ba3a-063c9820b510?api-version=2020-04-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTIwNTNiOGYtY2FiNS00ZjVjLTljMWEtODcwNTgwMTQyYWJkL3Byb3ZpZGVycy9NaWNyb3NvZnQuRG9jdW1lbnREQi9sb2NhdGlvbnMvc291dGhjZW50cmFsdXMvb3BlcmF0aW9uc1N0YXR1cy82Y2FiN2QxMC1kNDRkLTRiNGEtYmEzYS0wNjNjOTgyMGI1MTA/YXBpLXZlcnNpb249MjAyMC0wNC0wMQ==",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "FxVersion/4.6.29130.01",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.CosmosDB.CosmosDBManagementClient/1.2.1.0"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-gatewayversion": [
+ "version=2.11.0"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11999"
+ ],
+ "x-ms-request-id": [
+ "84244ca8-69b4-4024-bdbb-8e37c944e35c"
+ ],
+ "x-ms-correlation-request-id": [
+ "84244ca8-69b4-4024-bdbb-8e37c944e35c"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20200903T005715Z:84244ca8-69b4-4024-bdbb-8e37c944e35c"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Thu, 03 Sep 2020 00:57:15 GMT"
+ ],
+ "Content-Length": [
+ "22"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Content-Location": [
+ "https://management.documents.azure.com:450/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/providers/Microsoft.DocumentDB/locations/southcentralus/operationsStatus/6cab7d10-d44d-4b4a-ba3a-063c9820b510?api-version=2020-04-01"
+ ]
+ },
+ "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}",
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/rgtest9921232812/providers/Microsoft.DocumentDB/databaseAccounts/cosmosdb9921232812/sqlDatabases/dbName4/containers/containerName/operationResults/6cab7d10-d44d-4b4a-ba3a-063c9820b510?api-version=2020-04-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTIwNTNiOGYtY2FiNS00ZjVjLTljMWEtODcwNTgwMTQyYWJkL3Jlc291cmNlR3JvdXBzL3JndGVzdDk5MjEyMzI4MTIvcHJvdmlkZXJzL01pY3Jvc29mdC5Eb2N1bWVudERCL2RhdGFiYXNlQWNjb3VudHMvY29zbW9zZGI5OTIxMjMyODEyL3NxbERhdGFiYXNlcy9kYk5hbWU0L2NvbnRhaW5lcnMvY29udGFpbmVyTmFtZS9vcGVyYXRpb25SZXN1bHRzLzZjYWI3ZDEwLWQ0NGQtNGI0YS1iYTNhLTA2M2M5ODIwYjUxMD9hcGktdmVyc2lvbj0yMDIwLTA0LTAx",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "FxVersion/4.6.29130.01",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.CosmosDB.CosmosDBManagementClient/1.2.1.0"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-gatewayversion": [
+ "version=2.11.0"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11998"
+ ],
+ "x-ms-request-id": [
+ "a7e462a3-fdc5-4c52-9d2b-7eb721666262"
+ ],
+ "x-ms-correlation-request-id": [
+ "a7e462a3-fdc5-4c52-9d2b-7eb721666262"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20200903T005715Z:a7e462a3-fdc5-4c52-9d2b-7eb721666262"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Thu, 03 Sep 2020 00:57:15 GMT"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Content-Location": [
+ "https://management.documents.azure.com:450/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/rgtest9921232812/providers/Microsoft.DocumentDB/databaseAccounts/cosmosdb9921232812/sqlDatabases/dbName4/containers/containerName/operationResults/6cab7d10-d44d-4b4a-ba3a-063c9820b510?api-version=2020-04-01"
+ ]
+ },
+ "ResponseBody": "",
+ "StatusCode": 204
+ },
+ {
+ "RequestUri": "/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/providers/Microsoft.DocumentDB/locations/southcentralus/operationsStatus/712e5841-e096-4bf3-b580-bbb2e70f4611?api-version=2020-04-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTIwNTNiOGYtY2FiNS00ZjVjLTljMWEtODcwNTgwMTQyYWJkL3Byb3ZpZGVycy9NaWNyb3NvZnQuRG9jdW1lbnREQi9sb2NhdGlvbnMvc291dGhjZW50cmFsdXMvb3BlcmF0aW9uc1N0YXR1cy83MTJlNTg0MS1lMDk2LTRiZjMtYjU4MC1iYmIyZTcwZjQ2MTE/YXBpLXZlcnNpb249MjAyMC0wNC0wMQ==",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "FxVersion/4.6.29130.01",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.CosmosDB.CosmosDBManagementClient/1.2.1.0"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-gatewayversion": [
+ "version=2.11.0"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11997"
+ ],
+ "x-ms-request-id": [
+ "2e9ca3a0-faff-4453-8a42-20fa4e2a91c0"
+ ],
+ "x-ms-correlation-request-id": [
+ "2e9ca3a0-faff-4453-8a42-20fa4e2a91c0"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20200903T005746Z:2e9ca3a0-faff-4453-8a42-20fa4e2a91c0"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Thu, 03 Sep 2020 00:57:46 GMT"
+ ],
+ "Content-Length": [
+ "22"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Content-Location": [
+ "https://management.documents.azure.com:450/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/providers/Microsoft.DocumentDB/locations/southcentralus/operationsStatus/712e5841-e096-4bf3-b580-bbb2e70f4611?api-version=2020-04-01"
+ ]
+ },
+ "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}",
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/rgtest9921232812/providers/Microsoft.DocumentDB/databaseAccounts/cosmosdb9921232812/sqlDatabases/dbName4/operationResults/712e5841-e096-4bf3-b580-bbb2e70f4611?api-version=2020-04-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTIwNTNiOGYtY2FiNS00ZjVjLTljMWEtODcwNTgwMTQyYWJkL3Jlc291cmNlR3JvdXBzL3JndGVzdDk5MjEyMzI4MTIvcHJvdmlkZXJzL01pY3Jvc29mdC5Eb2N1bWVudERCL2RhdGFiYXNlQWNjb3VudHMvY29zbW9zZGI5OTIxMjMyODEyL3NxbERhdGFiYXNlcy9kYk5hbWU0L29wZXJhdGlvblJlc3VsdHMvNzEyZTU4NDEtZTA5Ni00YmYzLWI1ODAtYmJiMmU3MGY0NjExP2FwaS12ZXJzaW9uPTIwMjAtMDQtMDE=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "FxVersion/4.6.29130.01",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.CosmosDB.CosmosDBManagementClient/1.2.1.0"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-gatewayversion": [
+ "version=2.11.0"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11996"
+ ],
+ "x-ms-request-id": [
+ "5cbfc531-06c6-4cc6-9014-57020b3263ca"
+ ],
+ "x-ms-correlation-request-id": [
+ "5cbfc531-06c6-4cc6-9014-57020b3263ca"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20200903T005746Z:5cbfc531-06c6-4cc6-9014-57020b3263ca"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Thu, 03 Sep 2020 00:57:46 GMT"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Content-Location": [
+ "https://management.documents.azure.com:450/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/rgtest9921232812/providers/Microsoft.DocumentDB/databaseAccounts/cosmosdb9921232812/sqlDatabases/dbName4/operationResults/712e5841-e096-4bf3-b580-bbb2e70f4611?api-version=2020-04-01"
+ ]
+ },
+ "ResponseBody": "",
+ "StatusCode": 204
+ }
+ ],
+ "Names": {},
+ "Variables": {
+ "SubscriptionId": "12053b8f-cab5-4f5c-9c1a-870580142abd"
+ }
+}
\ No newline at end of file
diff --git a/src/CosmosDB/CosmosDB.Test/SessionRecords/Microsoft.Azure.Commands.CosmosDB.Test.ScenarioTests.ScenarioTest.TableOperationsTests/TestTableMigrateThroughputCmdlets.json b/src/CosmosDB/CosmosDB.Test/SessionRecords/Microsoft.Azure.Commands.CosmosDB.Test.ScenarioTests.ScenarioTest.TableOperationsTests/TestTableMigrateThroughputCmdlets.json
new file mode 100644
index 000000000000..b9b3bbd0d95e
--- /dev/null
+++ b/src/CosmosDB/CosmosDB.Test/SessionRecords/Microsoft.Azure.Commands.CosmosDB.Test.ScenarioTests.ScenarioTest.TableOperationsTests/TestTableMigrateThroughputCmdlets.json
@@ -0,0 +1,1160 @@
+{
+ "Entries": [
+ {
+ "RequestUri": "/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/CosmosDBResourceGroup2510/providers/Microsoft.DocumentDB/databaseAccounts/db2527/tables/tableName4?api-version=2020-04-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTIwNTNiOGYtY2FiNS00ZjVjLTljMWEtODcwNTgwMTQyYWJkL3Jlc291cmNlR3JvdXBzL0Nvc21vc0RCUmVzb3VyY2VHcm91cDI1MTAvcHJvdmlkZXJzL01pY3Jvc29mdC5Eb2N1bWVudERCL2RhdGFiYXNlQWNjb3VudHMvZGIyNTI3L3RhYmxlcy90YWJsZU5hbWU0P2FwaS12ZXJzaW9uPTIwMjAtMDQtMDE=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "4608ca3a-cbdb-4854-9f3f-7ba2da0ebd21"
+ ],
+ "Accept-Language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.6.29130.01",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.CosmosDB.CosmosDBManagementClient/1.2.1.0"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-gatewayversion": [
+ "version=2.11.0"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11999"
+ ],
+ "x-ms-request-id": [
+ "013814be-4b26-4448-b54a-0849312205ab"
+ ],
+ "x-ms-correlation-request-id": [
+ "013814be-4b26-4448-b54a-0849312205ab"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20200903T002724Z:013814be-4b26-4448-b54a-0849312205ab"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Thu, 03 Sep 2020 00:27:23 GMT"
+ ],
+ "Content-Length": [
+ "1795"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Content-Location": [
+ "https://management.documents.azure.com:450/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/CosmosDBResourceGroup2510/providers/Microsoft.DocumentDB/databaseAccounts/db2527/tables/tableName4?api-version=2020-04-01"
+ ]
+ },
+ "ResponseBody": "{\r\n \"code\": \"NotFound\",\r\n \"message\": \"Message: {\\\"code\\\":\\\"NotFound\\\",\\\"message\\\":\\\"Message: {\\\\\\\"Errors\\\\\\\":[\\\\\\\"Resource Not Found. Learn more: https:\\\\\\\\/\\\\\\\\/aka.ms\\\\\\\\/cosmosdb-tsg-not-found\\\\\\\"]}\\\\r\\\\nActivityId: 4608ca3a-cbdb-4854-9f3f-7ba2da0ebd21, Request URI: /apps/14f20595-004b-43ef-a720-15e702d0d3bd/services/14f8b77f-8e14-4962-a5f2-94f4941ac15d/partitions/e1ea70d5-0cf9-407a-ae94-ca29b2bfa572/replicas/132434234212595983s, RequestStats: \\\\r\\\\nRequestStartTime: 2020-09-03T00:27:24.1718383Z, RequestEndTime: 2020-09-03T00:27:24.1818090Z, Number of regions attempted:1\\\\r\\\\nResponseTime: 2020-09-03T00:27:24.1818090Z, StoreResult: StorePhysicalAddress: rntbd://10.0.0.22:11300/apps/14f20595-004b-43ef-a720-15e702d0d3bd/services/14f8b77f-8e14-4962-a5f2-94f4941ac15d/partitions/e1ea70d5-0cf9-407a-ae94-ca29b2bfa572/replicas/132434234212595983s, LSN: 266, GlobalCommittedLsn: 266, PartitionKeyRangeId: , IsValid: True, StatusCode: 404, SubStatusCode: 0, RequestCharge: 1, ItemLSN: -1, SessionToken: -1#266, UsingLocalLSN: False, TransportException: null, ResourceType: Collection, OperationType: Read\\\\r\\\\nResponseTime: 2020-09-03T00:27:24.1818090Z, StoreResult: StorePhysicalAddress: rntbd://10.0.0.24:11000/apps/14f20595-004b-43ef-a720-15e702d0d3bd/services/14f8b77f-8e14-4962-a5f2-94f4941ac15d/partitions/e1ea70d5-0cf9-407a-ae94-ca29b2bfa572/replicas/132431434246361315s, LSN: 266, GlobalCommittedLsn: 266, PartitionKeyRangeId: , IsValid: True, StatusCode: 404, SubStatusCode: 0, RequestCharge: 1, ItemLSN: -1, SessionToken: -1#266, UsingLocalLSN: False, TransportException: null, ResourceType: Collection, OperationType: Read\\\\r\\\\n, SDK: Microsoft.Azure.Documents.Common/2.11.0\\\"}, Request URI: /dbs/TablesDB/colls/tableName4, RequestStats: , SDK: Microsoft.Azure.Documents.Common/2.11.0\"\r\n}",
+ "StatusCode": 404
+ },
+ {
+ "RequestUri": "/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/CosmosDBResourceGroup2510/providers/Microsoft.DocumentDB/databaseAccounts/db2527/tables/tableName4?api-version=2020-04-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTIwNTNiOGYtY2FiNS00ZjVjLTljMWEtODcwNTgwMTQyYWJkL3Jlc291cmNlR3JvdXBzL0Nvc21vc0RCUmVzb3VyY2VHcm91cDI1MTAvcHJvdmlkZXJzL01pY3Jvc29mdC5Eb2N1bWVudERCL2RhdGFiYXNlQWNjb3VudHMvZGIyNTI3L3RhYmxlcy90YWJsZU5hbWU0P2FwaS12ZXJzaW9uPTIwMjAtMDQtMDE=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "FxVersion/4.6.29130.01",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.CosmosDB.CosmosDBManagementClient/1.2.1.0"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-gatewayversion": [
+ "version=2.11.0"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11997"
+ ],
+ "x-ms-request-id": [
+ "e9e611ab-ead2-4fe5-9bad-aa81dcf38026"
+ ],
+ "x-ms-correlation-request-id": [
+ "e9e611ab-ead2-4fe5-9bad-aa81dcf38026"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20200903T002755Z:e9e611ab-ead2-4fe5-9bad-aa81dcf38026"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Thu, 03 Sep 2020 00:27:55 GMT"
+ ],
+ "Content-Length": [
+ "384"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Content-Location": [
+ "https://management.documents.azure.com:450/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/CosmosDBResourceGroup2510/providers/Microsoft.DocumentDB/databaseAccounts/db2527/tables/tableName4?api-version=2020-04-01"
+ ]
+ },
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/CosmosDBResourceGroup2510/providers/Microsoft.DocumentDB/databaseAccounts/db2527/tables/tableName4\",\r\n \"type\": \"Microsoft.DocumentDB/databaseAccounts/tables\",\r\n \"name\": \"tableName4\",\r\n \"properties\": {\r\n \"resource\": {\r\n \"id\": \"tableName4\",\r\n \"_rid\": \"bilIAO-+WFk=\",\r\n \"_etag\": \"\\\"00000000-0000-0000-8189-0202e80101d6\\\"\",\r\n \"_ts\": 1599092849\r\n }\r\n }\r\n}",
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/CosmosDBResourceGroup2510/providers/Microsoft.DocumentDB/databaseAccounts/db2527/tables/tableName4?api-version=2020-04-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTIwNTNiOGYtY2FiNS00ZjVjLTljMWEtODcwNTgwMTQyYWJkL3Jlc291cmNlR3JvdXBzL0Nvc21vc0RCUmVzb3VyY2VHcm91cDI1MTAvcHJvdmlkZXJzL01pY3Jvc29mdC5Eb2N1bWVudERCL2RhdGFiYXNlQWNjb3VudHMvZGIyNTI3L3RhYmxlcy90YWJsZU5hbWU0P2FwaS12ZXJzaW9uPTIwMjAtMDQtMDE=",
+ "RequestMethod": "PUT",
+ "RequestBody": "{\r\n \"properties\": {\r\n \"resource\": {\r\n \"id\": \"tableName4\"\r\n },\r\n \"options\": {\r\n \"throughput\": 1200\r\n }\r\n }\r\n}",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "6b34b51d-125b-45a0-87eb-a723b0d1deef"
+ ],
+ "Accept-Language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.6.29130.01",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.CosmosDB.CosmosDBManagementClient/1.2.1.0"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Content-Length": [
+ "132"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Location": [
+ "https://management.azure.com/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/CosmosDBResourceGroup2510/providers/Microsoft.DocumentDB/databaseAccounts/db2527/tables/tableName4/operationResults/5691774a-58fc-4923-baf8-2169e75832ac?api-version=2020-04-01"
+ ],
+ "Azure-AsyncOperation": [
+ "https://management.azure.com/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5691774a-58fc-4923-baf8-2169e75832ac?api-version=2020-04-01"
+ ],
+ "x-ms-request-id": [
+ "5691774a-58fc-4923-baf8-2169e75832ac"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-gatewayversion": [
+ "version=2.11.0"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-writes": [
+ "1199"
+ ],
+ "x-ms-correlation-request-id": [
+ "9235e84b-972d-4d0d-badb-5931a5760313"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20200903T002724Z:9235e84b-972d-4d0d-badb-5931a5760313"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Thu, 03 Sep 2020 00:27:23 GMT"
+ ],
+ "Content-Length": [
+ "21"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Content-Location": [
+ "https://management.documents.azure.com:450/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/CosmosDBResourceGroup2510/providers/Microsoft.DocumentDB/databaseAccounts/db2527/tables/tableName4?api-version=2020-04-01"
+ ]
+ },
+ "ResponseBody": "{\r\n \"status\": \"Enqueued\"\r\n}",
+ "StatusCode": 202
+ },
+ {
+ "RequestUri": "/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5691774a-58fc-4923-baf8-2169e75832ac?api-version=2020-04-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTIwNTNiOGYtY2FiNS00ZjVjLTljMWEtODcwNTgwMTQyYWJkL3Byb3ZpZGVycy9NaWNyb3NvZnQuRG9jdW1lbnREQi9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnNTdGF0dXMvNTY5MTc3NGEtNThmYy00OTIzLWJhZjgtMjE2OWU3NTgzMmFjP2FwaS12ZXJzaW9uPTIwMjAtMDQtMDE=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "FxVersion/4.6.29130.01",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.CosmosDB.CosmosDBManagementClient/1.2.1.0"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-gatewayversion": [
+ "version=2.11.0"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11998"
+ ],
+ "x-ms-request-id": [
+ "163af925-02ff-4569-bc3a-30fe8e71928f"
+ ],
+ "x-ms-correlation-request-id": [
+ "163af925-02ff-4569-bc3a-30fe8e71928f"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20200903T002755Z:163af925-02ff-4569-bc3a-30fe8e71928f"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Thu, 03 Sep 2020 00:27:55 GMT"
+ ],
+ "Content-Length": [
+ "22"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Content-Location": [
+ "https://management.documents.azure.com:450/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5691774a-58fc-4923-baf8-2169e75832ac?api-version=2020-04-01"
+ ]
+ },
+ "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}",
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/CosmosDBResourceGroup2510/providers/Microsoft.DocumentDB/databaseAccounts/db2527/tables/tableName4/throughputSettings/default?api-version=2020-04-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTIwNTNiOGYtY2FiNS00ZjVjLTljMWEtODcwNTgwMTQyYWJkL3Jlc291cmNlR3JvdXBzL0Nvc21vc0RCUmVzb3VyY2VHcm91cDI1MTAvcHJvdmlkZXJzL01pY3Jvc29mdC5Eb2N1bWVudERCL2RhdGFiYXNlQWNjb3VudHMvZGIyNTI3L3RhYmxlcy90YWJsZU5hbWU0L3Rocm91Z2hwdXRTZXR0aW5ncy9kZWZhdWx0P2FwaS12ZXJzaW9uPTIwMjAtMDQtMDE=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "503735e2-c08d-4b07-804f-31cf9b621157"
+ ],
+ "Accept-Language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.6.29130.01",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.CosmosDB.CosmosDBManagementClient/1.2.1.0"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-gatewayversion": [
+ "version=2.11.0"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11996"
+ ],
+ "x-ms-request-id": [
+ "7f3671f5-b0a6-4b36-87a7-71d04f8e7005"
+ ],
+ "x-ms-correlation-request-id": [
+ "7f3671f5-b0a6-4b36-87a7-71d04f8e7005"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20200903T002755Z:7f3671f5-b0a6-4b36-87a7-71d04f8e7005"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Thu, 03 Sep 2020 00:27:55 GMT"
+ ],
+ "Content-Length": [
+ "360"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Content-Location": [
+ "https://management.documents.azure.com:450/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/CosmosDBResourceGroup2510/providers/Microsoft.DocumentDB/databaseAccounts/db2527/tables/tableName4/throughputSettings/default?api-version=2020-04-01"
+ ]
+ },
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/CosmosDBResourceGroup2510/providers/Microsoft.DocumentDB/databaseAccounts/db2527/tables/tableName4/throughputSettings/default\",\r\n \"type\": \"Microsoft.DocumentDB/databaseAccounts/tables/throughputSettings\",\r\n \"name\": \"NTdY\",\r\n \"properties\": {\r\n \"resource\": {\r\n \"throughput\": 1200,\r\n \"minimumThroughput\": \"400\"\r\n }\r\n }\r\n}",
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/CosmosDBResourceGroup2510/providers/Microsoft.DocumentDB/databaseAccounts/db2527/tables/tableName4/throughputSettings/default/migrateToAutoscale?api-version=2020-04-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTIwNTNiOGYtY2FiNS00ZjVjLTljMWEtODcwNTgwMTQyYWJkL3Jlc291cmNlR3JvdXBzL0Nvc21vc0RCUmVzb3VyY2VHcm91cDI1MTAvcHJvdmlkZXJzL01pY3Jvc29mdC5Eb2N1bWVudERCL2RhdGFiYXNlQWNjb3VudHMvZGIyNTI3L3RhYmxlcy90YWJsZU5hbWU0L3Rocm91Z2hwdXRTZXR0aW5ncy9kZWZhdWx0L21pZ3JhdGVUb0F1dG9zY2FsZT9hcGktdmVyc2lvbj0yMDIwLTA0LTAx",
+ "RequestMethod": "POST",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "80739978-a01d-41b2-bb60-6e07437af6bf"
+ ],
+ "Accept-Language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.6.29130.01",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.CosmosDB.CosmosDBManagementClient/1.2.1.0"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Location": [
+ "https://management.azure.com/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/CosmosDBResourceGroup2510/providers/Microsoft.DocumentDB/databaseAccounts/db2527/tables/tableName4/throughputSettings/default/migrateToAutoscale/operationResults/b4e43a78-9481-4d38-a705-ee884346394c?api-version=2020-04-01"
+ ],
+ "Azure-AsyncOperation": [
+ "https://management.azure.com/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b4e43a78-9481-4d38-a705-ee884346394c?api-version=2020-04-01"
+ ],
+ "x-ms-request-id": [
+ "b4e43a78-9481-4d38-a705-ee884346394c"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-gatewayversion": [
+ "version=2.11.0"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-writes": [
+ "1199"
+ ],
+ "x-ms-correlation-request-id": [
+ "734f1a58-6336-462e-970d-714c9132ca48"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20200903T002756Z:734f1a58-6336-462e-970d-714c9132ca48"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Thu, 03 Sep 2020 00:27:56 GMT"
+ ],
+ "Content-Length": [
+ "21"
+ ],
+ "Content-Type": [
+ "application/json"
+ ]
+ },
+ "ResponseBody": "{\r\n \"status\": \"Enqueued\"\r\n}",
+ "StatusCode": 202
+ },
+ {
+ "RequestUri": "/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b4e43a78-9481-4d38-a705-ee884346394c?api-version=2020-04-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTIwNTNiOGYtY2FiNS00ZjVjLTljMWEtODcwNTgwMTQyYWJkL3Byb3ZpZGVycy9NaWNyb3NvZnQuRG9jdW1lbnREQi9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnNTdGF0dXMvYjRlNDNhNzgtOTQ4MS00ZDM4LWE3MDUtZWU4ODQzNDYzOTRjP2FwaS12ZXJzaW9uPTIwMjAtMDQtMDE=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "FxVersion/4.6.29130.01",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.CosmosDB.CosmosDBManagementClient/1.2.1.0"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-gatewayversion": [
+ "version=2.11.0"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11995"
+ ],
+ "x-ms-request-id": [
+ "c2e9ce24-a6fd-4743-9ebd-6ea1ed21aecf"
+ ],
+ "x-ms-correlation-request-id": [
+ "c2e9ce24-a6fd-4743-9ebd-6ea1ed21aecf"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20200903T002826Z:c2e9ce24-a6fd-4743-9ebd-6ea1ed21aecf"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Thu, 03 Sep 2020 00:28:26 GMT"
+ ],
+ "Content-Length": [
+ "22"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Content-Location": [
+ "https://management.documents.azure.com:450/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/b4e43a78-9481-4d38-a705-ee884346394c?api-version=2020-04-01"
+ ]
+ },
+ "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}",
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/CosmosDBResourceGroup2510/providers/Microsoft.DocumentDB/databaseAccounts/db2527/tables/tableName4/throughputSettings/default/migrateToAutoscale/operationResults/b4e43a78-9481-4d38-a705-ee884346394c?api-version=2020-04-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTIwNTNiOGYtY2FiNS00ZjVjLTljMWEtODcwNTgwMTQyYWJkL3Jlc291cmNlR3JvdXBzL0Nvc21vc0RCUmVzb3VyY2VHcm91cDI1MTAvcHJvdmlkZXJzL01pY3Jvc29mdC5Eb2N1bWVudERCL2RhdGFiYXNlQWNjb3VudHMvZGIyNTI3L3RhYmxlcy90YWJsZU5hbWU0L3Rocm91Z2hwdXRTZXR0aW5ncy9kZWZhdWx0L21pZ3JhdGVUb0F1dG9zY2FsZS9vcGVyYXRpb25SZXN1bHRzL2I0ZTQzYTc4LTk0ODEtNGQzOC1hNzA1LWVlODg0MzQ2Mzk0Yz9hcGktdmVyc2lvbj0yMDIwLTA0LTAx",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "FxVersion/4.6.29130.01",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.CosmosDB.CosmosDBManagementClient/1.2.1.0"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-gatewayversion": [
+ "version=2.11.0"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11994"
+ ],
+ "x-ms-request-id": [
+ "cfd46105-87d7-4400-973b-50a00c619b88"
+ ],
+ "x-ms-correlation-request-id": [
+ "cfd46105-87d7-4400-973b-50a00c619b88"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20200903T002826Z:cfd46105-87d7-4400-973b-50a00c619b88"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Thu, 03 Sep 2020 00:28:26 GMT"
+ ],
+ "Content-Length": [
+ "441"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Content-Location": [
+ "https://management.documents.azure.com:450/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/CosmosDBResourceGroup2510/providers/Microsoft.DocumentDB/databaseAccounts/db2527/tables/tableName4/throughputSettings/default/migrateToAutoscale/operationResults/b4e43a78-9481-4d38-a705-ee884346394c?api-version=2020-04-01"
+ ]
+ },
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/CosmosDBResourceGroup2510/providers/Microsoft.DocumentDB/databaseAccounts/db2527/tables/tableName4/throughputSettings/default/migrateToAutoscale\",\r\n \"type\": \"Microsoft.DocumentDB/databaseAccounts/tables/throughputSettings/migrateToAutoscale\",\r\n \"name\": \"NTdY\",\r\n \"properties\": {\r\n \"resource\": {\r\n \"throughput\": 400,\r\n \"autoscaleSettings\": {\r\n \"maxThroughput\": 4000\r\n },\r\n \"minimumThroughput\": \"4000\"\r\n }\r\n }\r\n}",
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/CosmosDBResourceGroup2510/providers/Microsoft.DocumentDB/databaseAccounts/db2527?api-version=2020-04-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTIwNTNiOGYtY2FiNS00ZjVjLTljMWEtODcwNTgwMTQyYWJkL3Jlc291cmNlR3JvdXBzL0Nvc21vc0RCUmVzb3VyY2VHcm91cDI1MTAvcHJvdmlkZXJzL01pY3Jvc29mdC5Eb2N1bWVudERCL2RhdGFiYXNlQWNjb3VudHMvZGIyNTI3P2FwaS12ZXJzaW9uPTIwMjAtMDQtMDE=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "fc1f6e1a-a4eb-43d3-96b0-8863a6dda9f1"
+ ],
+ "Accept-Language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.6.29130.01",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.CosmosDB.CosmosDBManagementClient/1.2.1.0"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-gatewayversion": [
+ "version=2.11.0"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11993"
+ ],
+ "x-ms-request-id": [
+ "10637bd3-0e3d-4cd5-a98e-2385d67e85e8"
+ ],
+ "x-ms-correlation-request-id": [
+ "10637bd3-0e3d-4cd5-a98e-2385d67e85e8"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20200903T002826Z:10637bd3-0e3d-4cd5-a98e-2385d67e85e8"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Thu, 03 Sep 2020 00:28:26 GMT"
+ ],
+ "Content-Length": [
+ "2091"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Content-Location": [
+ "https://management.documents.azure.com:450/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/CosmosDBResourceGroup2510/providers/Microsoft.DocumentDB/databaseAccounts/db2527?api-version=2020-04-01"
+ ]
+ },
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/CosmosDBResourceGroup2510/providers/Microsoft.DocumentDB/databaseAccounts/db2527\",\r\n \"name\": \"db2527\",\r\n \"location\": \"East US\",\r\n \"type\": \"Microsoft.DocumentDB/databaseAccounts\",\r\n \"kind\": \"GlobalDocumentDB\",\r\n \"tags\": {\r\n \"defaultExperience\": \"Azure Table\"\r\n },\r\n \"systemData\": {\r\n \"createdAt\": \"2019-12-05T22:58:42.873838Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"documentEndpoint\": \"https://db2527.documents.azure.com:443/\",\r\n \"tableEndpoint\": \"https://db2527.table.cosmos.azure.com:443/\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"enableAutomaticFailover\": false,\r\n \"enableMultipleWriteLocations\": false,\r\n \"enablePartitionKeyMonitor\": false,\r\n \"isVirtualNetworkFilterEnabled\": false,\r\n \"virtualNetworkRules\": [],\r\n \"EnabledApiTypes\": \"Table, Sql\",\r\n \"disableKeyBasedMetadataWriteAccess\": false,\r\n \"enableFreeTier\": false,\r\n \"enableAnalyticalStorage\": false,\r\n \"instanceId\": \"bb56fa0e-a388-4702-9ea9-393360c606fd\",\r\n \"createMode\": \"Default\",\r\n \"databaseAccountOfferType\": \"Standard\",\r\n \"enableCassandraConnector\": false,\r\n \"connectorOffer\": \"\",\r\n \"consistencyPolicy\": {\r\n \"defaultConsistencyLevel\": \"BoundedStaleness\",\r\n \"maxIntervalInSeconds\": 86400,\r\n \"maxStalenessPrefix\": 1000000\r\n },\r\n \"configurationOverrides\": {},\r\n \"writeLocations\": [\r\n {\r\n \"id\": \"db2527-eastus\",\r\n \"locationName\": \"East US\",\r\n \"documentEndpoint\": \"https://db2527-eastus.documents.azure.com:443/\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"failoverPriority\": 0,\r\n \"isZoneRedundant\": false\r\n }\r\n ],\r\n \"readLocations\": [\r\n {\r\n \"id\": \"db2527-eastus\",\r\n \"locationName\": \"East US\",\r\n \"documentEndpoint\": \"https://db2527-eastus.documents.azure.com:443/\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"failoverPriority\": 0,\r\n \"isZoneRedundant\": false\r\n }\r\n ],\r\n \"locations\": [\r\n {\r\n \"id\": \"db2527-eastus\",\r\n \"locationName\": \"East US\",\r\n \"documentEndpoint\": \"https://db2527-eastus.documents.azure.com:443/\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"failoverPriority\": 0,\r\n \"isZoneRedundant\": false\r\n }\r\n ],\r\n \"failoverPolicies\": [\r\n {\r\n \"id\": \"db2527-eastus\",\r\n \"locationName\": \"East US\",\r\n \"failoverPriority\": 0\r\n }\r\n ],\r\n \"cors\": [],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"EnableTable\"\r\n }\r\n ],\r\n \"ipRules\": [],\r\n \"backupPolicy\": {\r\n \"type\": \"Periodic\",\r\n \"periodicModeProperties\": {\r\n \"backupIntervalInMinutes\": 240,\r\n \"backupRetentionIntervalInHours\": 8\r\n }\r\n }\r\n }\r\n}",
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/CosmosDBResourceGroup2510/providers/Microsoft.DocumentDB/databaseAccounts/db2527/tables/tableName4/throughputSettings/default/migrateToManualThroughput?api-version=2020-04-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTIwNTNiOGYtY2FiNS00ZjVjLTljMWEtODcwNTgwMTQyYWJkL3Jlc291cmNlR3JvdXBzL0Nvc21vc0RCUmVzb3VyY2VHcm91cDI1MTAvcHJvdmlkZXJzL01pY3Jvc29mdC5Eb2N1bWVudERCL2RhdGFiYXNlQWNjb3VudHMvZGIyNTI3L3RhYmxlcy90YWJsZU5hbWU0L3Rocm91Z2hwdXRTZXR0aW5ncy9kZWZhdWx0L21pZ3JhdGVUb01hbnVhbFRocm91Z2hwdXQ/YXBpLXZlcnNpb249MjAyMC0wNC0wMQ==",
+ "RequestMethod": "POST",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "e5b0dee7-7097-4a9a-82c7-e94070337379"
+ ],
+ "Accept-Language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.6.29130.01",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.CosmosDB.CosmosDBManagementClient/1.2.1.0"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Location": [
+ "https://management.azure.com/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/CosmosDBResourceGroup2510/providers/Microsoft.DocumentDB/databaseAccounts/db2527/tables/tableName4/throughputSettings/default/migrateToManualThroughput/operationResults/5f79e42f-e60c-44a0-b99c-093bb8bae525?api-version=2020-04-01"
+ ],
+ "Azure-AsyncOperation": [
+ "https://management.azure.com/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5f79e42f-e60c-44a0-b99c-093bb8bae525?api-version=2020-04-01"
+ ],
+ "x-ms-request-id": [
+ "5f79e42f-e60c-44a0-b99c-093bb8bae525"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-gatewayversion": [
+ "version=2.11.0"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-writes": [
+ "1198"
+ ],
+ "x-ms-correlation-request-id": [
+ "866fe92d-c4f5-4ad7-a745-fd66e5e33c91"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20200903T002827Z:866fe92d-c4f5-4ad7-a745-fd66e5e33c91"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Thu, 03 Sep 2020 00:28:26 GMT"
+ ],
+ "Content-Length": [
+ "21"
+ ],
+ "Content-Type": [
+ "application/json"
+ ]
+ },
+ "ResponseBody": "{\r\n \"status\": \"Enqueued\"\r\n}",
+ "StatusCode": 202
+ },
+ {
+ "RequestUri": "/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5f79e42f-e60c-44a0-b99c-093bb8bae525?api-version=2020-04-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTIwNTNiOGYtY2FiNS00ZjVjLTljMWEtODcwNTgwMTQyYWJkL3Byb3ZpZGVycy9NaWNyb3NvZnQuRG9jdW1lbnREQi9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnNTdGF0dXMvNWY3OWU0MmYtZTYwYy00NGEwLWI5OWMtMDkzYmI4YmFlNTI1P2FwaS12ZXJzaW9uPTIwMjAtMDQtMDE=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "FxVersion/4.6.29130.01",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.CosmosDB.CosmosDBManagementClient/1.2.1.0"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-gatewayversion": [
+ "version=2.11.0"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11992"
+ ],
+ "x-ms-request-id": [
+ "248f2009-0e56-41e4-ab8b-d2150bcbc017"
+ ],
+ "x-ms-correlation-request-id": [
+ "248f2009-0e56-41e4-ab8b-d2150bcbc017"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20200903T002857Z:248f2009-0e56-41e4-ab8b-d2150bcbc017"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Thu, 03 Sep 2020 00:28:56 GMT"
+ ],
+ "Content-Length": [
+ "22"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Content-Location": [
+ "https://management.documents.azure.com:450/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/5f79e42f-e60c-44a0-b99c-093bb8bae525?api-version=2020-04-01"
+ ]
+ },
+ "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}",
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/CosmosDBResourceGroup2510/providers/Microsoft.DocumentDB/databaseAccounts/db2527/tables/tableName4/throughputSettings/default/migrateToManualThroughput/operationResults/5f79e42f-e60c-44a0-b99c-093bb8bae525?api-version=2020-04-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTIwNTNiOGYtY2FiNS00ZjVjLTljMWEtODcwNTgwMTQyYWJkL3Jlc291cmNlR3JvdXBzL0Nvc21vc0RCUmVzb3VyY2VHcm91cDI1MTAvcHJvdmlkZXJzL01pY3Jvc29mdC5Eb2N1bWVudERCL2RhdGFiYXNlQWNjb3VudHMvZGIyNTI3L3RhYmxlcy90YWJsZU5hbWU0L3Rocm91Z2hwdXRTZXR0aW5ncy9kZWZhdWx0L21pZ3JhdGVUb01hbnVhbFRocm91Z2hwdXQvb3BlcmF0aW9uUmVzdWx0cy81Zjc5ZTQyZi1lNjBjLTQ0YTAtYjk5Yy0wOTNiYjhiYWU1MjU/YXBpLXZlcnNpb249MjAyMC0wNC0wMQ==",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "FxVersion/4.6.29130.01",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.CosmosDB.CosmosDBManagementClient/1.2.1.0"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-gatewayversion": [
+ "version=2.11.0"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11991"
+ ],
+ "x-ms-request-id": [
+ "ab823a2c-e56d-413d-8e0b-192a8363827f"
+ ],
+ "x-ms-correlation-request-id": [
+ "ab823a2c-e56d-413d-8e0b-192a8363827f"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20200903T002857Z:ab823a2c-e56d-413d-8e0b-192a8363827f"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Thu, 03 Sep 2020 00:28:57 GMT"
+ ],
+ "Content-Length": [
+ "412"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Content-Location": [
+ "https://management.documents.azure.com:450/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/CosmosDBResourceGroup2510/providers/Microsoft.DocumentDB/databaseAccounts/db2527/tables/tableName4/throughputSettings/default/migrateToManualThroughput/operationResults/5f79e42f-e60c-44a0-b99c-093bb8bae525?api-version=2020-04-01"
+ ]
+ },
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/CosmosDBResourceGroup2510/providers/Microsoft.DocumentDB/databaseAccounts/db2527/tables/tableName4/throughputSettings/default/migrateToManualThroughput\",\r\n \"type\": \"Microsoft.DocumentDB/databaseAccounts/tables/throughputSettings/migrateToManualThroughput\",\r\n \"name\": \"NTdY\",\r\n \"properties\": {\r\n \"resource\": {\r\n \"throughput\": 4000,\r\n \"minimumThroughput\": \"400\"\r\n }\r\n }\r\n}",
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/CosmosDBResourceGroup2510/providers/Microsoft.DocumentDB/databaseAccounts/db2527/tables/tableName4?api-version=2020-04-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTIwNTNiOGYtY2FiNS00ZjVjLTljMWEtODcwNTgwMTQyYWJkL3Jlc291cmNlR3JvdXBzL0Nvc21vc0RCUmVzb3VyY2VHcm91cDI1MTAvcHJvdmlkZXJzL01pY3Jvc29mdC5Eb2N1bWVudERCL2RhdGFiYXNlQWNjb3VudHMvZGIyNTI3L3RhYmxlcy90YWJsZU5hbWU0P2FwaS12ZXJzaW9uPTIwMjAtMDQtMDE=",
+ "RequestMethod": "DELETE",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "b818191a-df9a-4f6f-802b-865321b4abc7"
+ ],
+ "Accept-Language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.6.29130.01",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.CosmosDB.CosmosDBManagementClient/1.2.1.0"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Location": [
+ "https://management.azure.com/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/CosmosDBResourceGroup2510/providers/Microsoft.DocumentDB/databaseAccounts/db2527/tables/tableName4/operationResults/918a1292-aab3-417a-b94a-c0656d62118e?api-version=2020-04-01"
+ ],
+ "Azure-AsyncOperation": [
+ "https://management.azure.com/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/918a1292-aab3-417a-b94a-c0656d62118e?api-version=2020-04-01"
+ ],
+ "x-ms-request-id": [
+ "918a1292-aab3-417a-b94a-c0656d62118e"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-gatewayversion": [
+ "version=2.11.0"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-deletes": [
+ "14999"
+ ],
+ "x-ms-correlation-request-id": [
+ "f0f1fa44-bef8-4543-9abc-1c01783d0192"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20200903T002857Z:f0f1fa44-bef8-4543-9abc-1c01783d0192"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Thu, 03 Sep 2020 00:28:57 GMT"
+ ],
+ "Content-Length": [
+ "21"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Content-Location": [
+ "https://management.documents.azure.com:450/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/CosmosDBResourceGroup2510/providers/Microsoft.DocumentDB/databaseAccounts/db2527/tables/tableName4?api-version=2020-04-01"
+ ]
+ },
+ "ResponseBody": "{\r\n \"status\": \"Enqueued\"\r\n}",
+ "StatusCode": 202
+ },
+ {
+ "RequestUri": "/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/CosmosDBResourceGroup2510/providers/Microsoft.DocumentDB/databaseAccounts/db2527/tables/tableName4?api-version=2020-04-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTIwNTNiOGYtY2FiNS00ZjVjLTljMWEtODcwNTgwMTQyYWJkL3Jlc291cmNlR3JvdXBzL0Nvc21vc0RCUmVzb3VyY2VHcm91cDI1MTAvcHJvdmlkZXJzL01pY3Jvc29mdC5Eb2N1bWVudERCL2RhdGFiYXNlQWNjb3VudHMvZGIyNTI3L3RhYmxlcy90YWJsZU5hbWU0P2FwaS12ZXJzaW9uPTIwMjAtMDQtMDE=",
+ "RequestMethod": "DELETE",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "c0d81f01-b53f-4c92-9cec-01e388a8dae5"
+ ],
+ "Accept-Language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.6.29130.01",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.CosmosDB.CosmosDBManagementClient/1.2.1.0"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Location": [
+ "https://management.azure.com/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/CosmosDBResourceGroup2510/providers/Microsoft.DocumentDB/databaseAccounts/db2527/tables/tableName4/operationResults/2ee14c00-ce47-4373-9120-7a6bbc9a5be8?api-version=2020-04-01"
+ ],
+ "Azure-AsyncOperation": [
+ "https://management.azure.com/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/2ee14c00-ce47-4373-9120-7a6bbc9a5be8?api-version=2020-04-01"
+ ],
+ "x-ms-request-id": [
+ "2ee14c00-ce47-4373-9120-7a6bbc9a5be8"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-gatewayversion": [
+ "version=2.11.0"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-deletes": [
+ "14999"
+ ],
+ "x-ms-correlation-request-id": [
+ "43bfc6f0-f385-4b1d-8e0c-2f0a780f1a74"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20200903T002929Z:43bfc6f0-f385-4b1d-8e0c-2f0a780f1a74"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Thu, 03 Sep 2020 00:29:28 GMT"
+ ],
+ "Content-Length": [
+ "21"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Content-Location": [
+ "https://management.documents.azure.com:450/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/CosmosDBResourceGroup2510/providers/Microsoft.DocumentDB/databaseAccounts/db2527/tables/tableName4?api-version=2020-04-01"
+ ]
+ },
+ "ResponseBody": "{\r\n \"status\": \"Enqueued\"\r\n}",
+ "StatusCode": 202
+ },
+ {
+ "RequestUri": "/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/918a1292-aab3-417a-b94a-c0656d62118e?api-version=2020-04-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTIwNTNiOGYtY2FiNS00ZjVjLTljMWEtODcwNTgwMTQyYWJkL3Byb3ZpZGVycy9NaWNyb3NvZnQuRG9jdW1lbnREQi9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnNTdGF0dXMvOTE4YTEyOTItYWFiMy00MTdhLWI5NGEtYzA2NTZkNjIxMThlP2FwaS12ZXJzaW9uPTIwMjAtMDQtMDE=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "FxVersion/4.6.29130.01",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.CosmosDB.CosmosDBManagementClient/1.2.1.0"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-gatewayversion": [
+ "version=2.11.0"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11990"
+ ],
+ "x-ms-request-id": [
+ "02393cab-086b-4f69-b851-21ab6dba9e7d"
+ ],
+ "x-ms-correlation-request-id": [
+ "02393cab-086b-4f69-b851-21ab6dba9e7d"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20200903T002928Z:02393cab-086b-4f69-b851-21ab6dba9e7d"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Thu, 03 Sep 2020 00:29:27 GMT"
+ ],
+ "Content-Length": [
+ "22"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Content-Location": [
+ "https://management.documents.azure.com:450/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/918a1292-aab3-417a-b94a-c0656d62118e?api-version=2020-04-01"
+ ]
+ },
+ "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}",
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/CosmosDBResourceGroup2510/providers/Microsoft.DocumentDB/databaseAccounts/db2527/tables/tableName4/operationResults/918a1292-aab3-417a-b94a-c0656d62118e?api-version=2020-04-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTIwNTNiOGYtY2FiNS00ZjVjLTljMWEtODcwNTgwMTQyYWJkL3Jlc291cmNlR3JvdXBzL0Nvc21vc0RCUmVzb3VyY2VHcm91cDI1MTAvcHJvdmlkZXJzL01pY3Jvc29mdC5Eb2N1bWVudERCL2RhdGFiYXNlQWNjb3VudHMvZGIyNTI3L3RhYmxlcy90YWJsZU5hbWU0L29wZXJhdGlvblJlc3VsdHMvOTE4YTEyOTItYWFiMy00MTdhLWI5NGEtYzA2NTZkNjIxMThlP2FwaS12ZXJzaW9uPTIwMjAtMDQtMDE=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "FxVersion/4.6.29130.01",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.CosmosDB.CosmosDBManagementClient/1.2.1.0"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-gatewayversion": [
+ "version=2.11.0"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11989"
+ ],
+ "x-ms-request-id": [
+ "c8ebfaf8-57ee-4e54-a059-4bd77fd27e80"
+ ],
+ "x-ms-correlation-request-id": [
+ "c8ebfaf8-57ee-4e54-a059-4bd77fd27e80"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20200903T002928Z:c8ebfaf8-57ee-4e54-a059-4bd77fd27e80"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Thu, 03 Sep 2020 00:29:27 GMT"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Content-Location": [
+ "https://management.documents.azure.com:450/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/CosmosDBResourceGroup2510/providers/Microsoft.DocumentDB/databaseAccounts/db2527/tables/tableName4/operationResults/918a1292-aab3-417a-b94a-c0656d62118e?api-version=2020-04-01"
+ ]
+ },
+ "ResponseBody": "",
+ "StatusCode": 204
+ },
+ {
+ "RequestUri": "/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/2ee14c00-ce47-4373-9120-7a6bbc9a5be8?api-version=2020-04-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTIwNTNiOGYtY2FiNS00ZjVjLTljMWEtODcwNTgwMTQyYWJkL3Byb3ZpZGVycy9NaWNyb3NvZnQuRG9jdW1lbnREQi9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnNTdGF0dXMvMmVlMTRjMDAtY2U0Ny00MzczLTkxMjAtN2E2YmJjOWE1YmU4P2FwaS12ZXJzaW9uPTIwMjAtMDQtMDE=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "FxVersion/4.6.29130.01",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.CosmosDB.CosmosDBManagementClient/1.2.1.0"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-gatewayversion": [
+ "version=2.11.0"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11998"
+ ],
+ "x-ms-request-id": [
+ "88d9d48c-5868-476b-9360-0dcb1050e075"
+ ],
+ "x-ms-correlation-request-id": [
+ "88d9d48c-5868-476b-9360-0dcb1050e075"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20200903T002959Z:88d9d48c-5868-476b-9360-0dcb1050e075"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Thu, 03 Sep 2020 00:29:58 GMT"
+ ],
+ "Content-Length": [
+ "22"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Content-Location": [
+ "https://management.documents.azure.com:450/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/providers/Microsoft.DocumentDB/locations/eastus/operationsStatus/2ee14c00-ce47-4373-9120-7a6bbc9a5be8?api-version=2020-04-01"
+ ]
+ },
+ "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}",
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/CosmosDBResourceGroup2510/providers/Microsoft.DocumentDB/databaseAccounts/db2527/tables/tableName4/operationResults/2ee14c00-ce47-4373-9120-7a6bbc9a5be8?api-version=2020-04-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTIwNTNiOGYtY2FiNS00ZjVjLTljMWEtODcwNTgwMTQyYWJkL3Jlc291cmNlR3JvdXBzL0Nvc21vc0RCUmVzb3VyY2VHcm91cDI1MTAvcHJvdmlkZXJzL01pY3Jvc29mdC5Eb2N1bWVudERCL2RhdGFiYXNlQWNjb3VudHMvZGIyNTI3L3RhYmxlcy90YWJsZU5hbWU0L29wZXJhdGlvblJlc3VsdHMvMmVlMTRjMDAtY2U0Ny00MzczLTkxMjAtN2E2YmJjOWE1YmU4P2FwaS12ZXJzaW9uPTIwMjAtMDQtMDE=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "FxVersion/4.6.29130.01",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.19041.",
+ "Microsoft.Azure.Management.CosmosDB.CosmosDBManagementClient/1.2.1.0"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-gatewayversion": [
+ "version=2.11.0"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11997"
+ ],
+ "x-ms-request-id": [
+ "68f19dd2-745a-4bee-ba55-88a582137ea2"
+ ],
+ "x-ms-correlation-request-id": [
+ "68f19dd2-745a-4bee-ba55-88a582137ea2"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20200903T002959Z:68f19dd2-745a-4bee-ba55-88a582137ea2"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Thu, 03 Sep 2020 00:29:58 GMT"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Content-Location": [
+ "https://management.documents.azure.com:450/subscriptions/12053b8f-cab5-4f5c-9c1a-870580142abd/resourceGroups/CosmosDBResourceGroup2510/providers/Microsoft.DocumentDB/databaseAccounts/db2527/tables/tableName4/operationResults/2ee14c00-ce47-4373-9120-7a6bbc9a5be8?api-version=2020-04-01"
+ ]
+ },
+ "ResponseBody": "",
+ "StatusCode": 204
+ }
+ ],
+ "Names": {},
+ "Variables": {
+ "SubscriptionId": "12053b8f-cab5-4f5c-9c1a-870580142abd"
+ }
+}
\ No newline at end of file
diff --git a/src/CosmosDB/CosmosDB/Az.CosmosDB.psd1 b/src/CosmosDB/CosmosDB/Az.CosmosDB.psd1
index 0e3a4dc07008..698d10f59310 100644
--- a/src/CosmosDB/CosmosDB/Az.CosmosDB.psd1
+++ b/src/CosmosDB/CosmosDB/Az.CosmosDB.psd1
@@ -146,7 +146,17 @@ CmdletsToExport = 'Get-AzCosmosDBSqlContainer',
'Update-AzCosmosDBTableThroughput',
'Update-AzCosmosDBMongoDBCollection',
'Update-AzCosmosDBMongoDBDatabase',
- 'New-AzCosmosDBMongoDBCollection', 'New-AzCosmosDBMongoDBDatabase'
+ 'New-AzCosmosDBMongoDBCollection',
+ 'New-AzCosmosDBMongoDBDatabase',
+ 'Invoke-AzCosmosDBSqlContainerThroughputMigration',
+ 'Invoke-AzCosmosDBSqlDatabaseThroughputMigration',
+ 'Invoke-AzCosmosDBMongoDBCollectionThroughputMigration',
+ 'Invoke-AzCosmosDBMongoDBDatabaseThroughputMigration',
+ 'Invoke-AzCosmosDBGremlinGraphThroughputMigration',
+ 'Invoke-AzCosmosDBGremlinDatabaseThroughputMigration',
+ 'Invoke-AzCosmosDBCassandraTableThroughputMigration',
+ 'Invoke-AzCosmosDBCassandraKeyspaceThroughputMigration',
+ 'Invoke-AzCosmosDBTableThroughputMigration'
# Variables to export from this module
# VariablesToExport = @()
diff --git a/src/CosmosDB/CosmosDB/Cassandra/InvokeAzCosmosDBCassandraKeyspaceThroughputMigration.cs b/src/CosmosDB/CosmosDB/Cassandra/InvokeAzCosmosDBCassandraKeyspaceThroughputMigration.cs
new file mode 100644
index 000000000000..3486bdcf8adc
--- /dev/null
+++ b/src/CosmosDB/CosmosDB/Cassandra/InvokeAzCosmosDBCassandraKeyspaceThroughputMigration.cs
@@ -0,0 +1,83 @@
+// ----------------------------------------------------------------------------------
+//
+// Copyright Microsoft Corporation
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+// http://www.apache.org/licenses/LICENSE-2.0
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+// ----------------------------------------------------------------------------------
+
+using System.Management.Automation;
+using Microsoft.Azure.Commands.CosmosDB.Models;
+using Microsoft.Azure.Management.CosmosDB.Models;
+using Microsoft.Azure.Management.Internal.Resources.Utilities.Models;
+using Microsoft.Azure.Commands.CosmosDB.Helpers;
+using Microsoft.Azure.Management.CosmosDB;
+
+namespace Microsoft.Azure.Commands.CosmosDB
+{
+ [Cmdlet("Invoke", ResourceManager.Common.AzureRMConstants.AzureRMPrefix + "CosmosDBCassandraKeyspaceThroughputMigration", DefaultParameterSetName = NameParameterSet, SupportsShouldProcess = true), OutputType(typeof(PSThroughputSettingsGetResults))]
+ public class InvokeAzCosmosDBCassandraKeyspaceThroughputMigration : MigrateAzCosmosDBThroughput
+ {
+ [Parameter(Mandatory = false, HelpMessage = Constants.KeyspaceNameHelpMessage)]
+ [ValidateNotNullOrEmpty]
+ public string Name { get; set; }
+
+ [Parameter(Mandatory = true, ValueFromPipeline = true, ParameterSetName = ParentObjectParameterSet, HelpMessage = Constants.AccountObjectHelpMessage)]
+ [ValidateNotNull]
+ public PSDatabaseAccountGetResults ParentObject { get; set; }
+
+ [Parameter(Mandatory = true, ValueFromPipeline = true, ParameterSetName = ObjectParameterSet, HelpMessage = Constants.CassandraKeyspaceObjectHelpMessage)]
+ [ValidateNotNull]
+ public PSCassandraKeyspaceGetResults InputObject { get; set; }
+
+ public override void PopulateFromParentObject()
+ {
+ ResourceIdentifier resourceIdentifier = new ResourceIdentifier(ParentObject.Id);
+ ResourceGroupName = resourceIdentifier.ResourceGroupName;
+ AccountName = resourceIdentifier.ResourceName;
+ }
+
+ public override void PopulateFromInputObject()
+ {
+ ResourceIdentifier resourceIdentifier = new ResourceIdentifier(InputObject.Id);
+ ResourceGroupName = resourceIdentifier.ResourceGroupName;
+ Name = resourceIdentifier.ResourceName;
+ AccountName = ResourceIdentifierExtensions.GetDatabaseAccountName(resourceIdentifier);
+ }
+
+ public override void MigrateToAutoscaleSDKMethod()
+ {
+ if (ShouldProcess(Name, "Migrating the CosmosDB Cassandra Keyspace throughput to Autoscale Provisioning Policy."))
+ {
+ ThroughputSettingsGetResults throughputSettingsGetResults =
+ CosmosDBManagementClient.CassandraResources.MigrateCassandraKeyspaceToAutoscale(
+ ResourceGroupName,
+ AccountName,
+ Name);
+
+ WriteObject(new PSThroughputSettingsGetResults(throughputSettingsGetResults));
+ }
+ }
+
+ public override void MigrateToManualSDKMethod()
+ {
+ if (ShouldProcess(Name, "Migrating the CosmosDB Cassandra Keyspace throughput to Manual Provisioning Policy."))
+ {
+ ThroughputSettingsGetResults throughputSettingsGetResults =
+ CosmosDBManagementClient.CassandraResources.MigrateCassandraKeyspaceToManualThroughput(
+ ResourceGroupName,
+ AccountName,
+ Name);
+
+ WriteObject(new PSThroughputSettingsGetResults(throughputSettingsGetResults));
+ }
+ }
+
+ }
+}
diff --git a/src/CosmosDB/CosmosDB/Cassandra/InvokeAzCosmosDBCassandraTableThroughputMigration.cs b/src/CosmosDB/CosmosDB/Cassandra/InvokeAzCosmosDBCassandraTableThroughputMigration.cs
new file mode 100644
index 000000000000..83732cfac034
--- /dev/null
+++ b/src/CosmosDB/CosmosDB/Cassandra/InvokeAzCosmosDBCassandraTableThroughputMigration.cs
@@ -0,0 +1,90 @@
+// ----------------------------------------------------------------------------------
+//
+// Copyright Microsoft Corporation
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+// http://www.apache.org/licenses/LICENSE-2.0
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+// ----------------------------------------------------------------------------------
+
+using System.Management.Automation;
+using Microsoft.Azure.Commands.CosmosDB.Models;
+using Microsoft.Azure.Commands.CosmosDB.Helpers;
+using Microsoft.Azure.Management.Internal.Resources.Utilities.Models;
+using Microsoft.Azure.Management.CosmosDB.Models;
+using Microsoft.Azure.Management.CosmosDB;
+
+namespace Microsoft.Azure.Commands.CosmosDB
+{
+ [Cmdlet("Invoke", ResourceManager.Common.AzureRMConstants.AzureRMPrefix + "CosmosDBCassandraTableThroughputMigration", DefaultParameterSetName = NameParameterSet, SupportsShouldProcess = true), OutputType(typeof(PSThroughputSettingsGetResults))]
+ public class InvokeAzCosmosDBCassandraTableThroughputMigration : MigrateAzCosmosDBThroughput
+ {
+ [Parameter(Mandatory = true, ParameterSetName = NameParameterSet, HelpMessage = Constants.KeyspaceNameHelpMessage)]
+ [ValidateNotNullOrEmpty]
+ public string KeyspaceName { get; set; }
+
+ [Parameter(Mandatory = false, HelpMessage = Constants.CassandraTableNameHelpMessage)]
+ [ValidateNotNullOrEmpty]
+ public string Name { get; set; }
+
+ [Parameter(Mandatory = true, ValueFromPipeline = true, ParameterSetName = ParentObjectParameterSet, HelpMessage = Constants.CassandraKeyspaceObjectHelpMessage)]
+ [ValidateNotNull]
+ public PSCassandraKeyspaceGetResults ParentObject { get; set; }
+
+ [Parameter(Mandatory = true, ValueFromPipeline = true, ParameterSetName = ObjectParameterSet, HelpMessage = Constants.CassandraTableObjectHelpMessage)]
+ [ValidateNotNull]
+ public PSCassandraTableGetResults InputObject { get; set; }
+
+ public override void PopulateFromParentObject()
+ {
+ ResourceIdentifier resourceIdentifier = new ResourceIdentifier(ParentObject.Id);
+ ResourceGroupName = resourceIdentifier.ResourceGroupName;
+ KeyspaceName = resourceIdentifier.ResourceName;
+ AccountName = ResourceIdentifierExtensions.GetDatabaseAccountName(resourceIdentifier);
+ }
+
+ public override void PopulateFromInputObject()
+ {
+ ResourceIdentifier resourceIdentifier = new ResourceIdentifier(InputObject.Id);
+ ResourceGroupName = resourceIdentifier.ResourceGroupName;
+ Name = resourceIdentifier.ResourceName;
+ KeyspaceName = ResourceIdentifierExtensions.GetCassandraKeyspaceName(resourceIdentifier);
+ AccountName = ResourceIdentifierExtensions.GetDatabaseAccountName(resourceIdentifier);
+ }
+
+ public override void MigrateToAutoscaleSDKMethod()
+ {
+ if (ShouldProcess(Name, "Migrating the CosmosDB Cassandra Table throughput to Autoscale Provisioning Policy."))
+ {
+ ThroughputSettingsGetResults throughputSettingsGetResults =
+ CosmosDBManagementClient.CassandraResources.MigrateCassandraTableToAutoscale(
+ ResourceGroupName,
+ AccountName,
+ KeyspaceName,
+ Name);
+
+ WriteObject(new PSThroughputSettingsGetResults(throughputSettingsGetResults));
+ }
+ }
+
+ public override void MigrateToManualSDKMethod()
+ {
+ if (ShouldProcess(Name, "Migrating the CosmosDB Cassandra Table throughput to Manual Provisioning Policy."))
+ {
+ ThroughputSettingsGetResults throughputSettingsGetResults =
+ CosmosDBManagementClient.CassandraResources.MigrateCassandraTableToManualThroughput(
+ ResourceGroupName,
+ AccountName,
+ KeyspaceName,
+ Name);
+
+ WriteObject(new PSThroughputSettingsGetResults(throughputSettingsGetResults));
+ }
+ }
+ }
+}
\ No newline at end of file
diff --git a/src/CosmosDB/CosmosDB/ChangeLog.md b/src/CosmosDB/CosmosDB/ChangeLog.md
index 19fed0fe6a53..fde94dc137e9 100644
--- a/src/CosmosDB/CosmosDB/ChangeLog.md
+++ b/src/CosmosDB/CosmosDB/ChangeLog.md
@@ -19,7 +19,16 @@
-->
## Upcoming Release
-
+Introduced support for throughput Migration, allowing custoers to migrate their resources from manually provisioned throughput to autoscaled throughput. Customers can use this feature using the following cmdlets:
+ 'Invoke-AzCosmosDBSqlContainerThroughputMigration',
+ 'Invoke-AzCosmosDBSqlDatabaseThroughputMigration',
+ 'Invoke-AzCosmosDBMongoDBCollectionThroughputMigration',
+ 'Invoke-AzCosmosDBMongoDBDatabaseThroughputMigration',
+ 'Invoke-AzCosmosDBGremlinGraphThroughputMigration',
+ 'Invoke-AzCosmosDBGremlinDatabaseThroughputMigration',
+ 'Invoke-AzCosmosDBCassandraTableThroughputMigration',
+ 'Invoke-AzCosmosDBCassandraKeyspaceThroughputMigration',
+ 'Invoke-AzCosmosDBTableThroughputMigration'
## Version 0.1.6
* Introduced support for Autoscale, as a result of which all cmdlets which create or modify resources with throughput have an additional parameter called AutoscaleMaxThroughput.
* New-AzCosmosDBAccount cmdlet was updated with new paramters: EnableFreeTier, EnableAnalyticalStorage, ServerVersion, IpRule.
diff --git a/src/CosmosDB/CosmosDB/CosmosDB.csproj b/src/CosmosDB/CosmosDB/CosmosDB.csproj
index 3baaf4190c7f..20e7b8e40f63 100644
--- a/src/CosmosDB/CosmosDB/CosmosDB.csproj
+++ b/src/CosmosDB/CosmosDB/CosmosDB.csproj
@@ -6,7 +6,7 @@
-
+
\ No newline at end of file
diff --git a/src/CosmosDB/CosmosDB/CosmosDBAccount/NewAzCosmosDBAccount.cs b/src/CosmosDB/CosmosDB/CosmosDBAccount/NewAzCosmosDBAccount.cs
index 02335fe7972c..5262c6081582 100644
--- a/src/CosmosDB/CosmosDB/CosmosDBAccount/NewAzCosmosDBAccount.cs
+++ b/src/CosmosDB/CosmosDB/CosmosDBAccount/NewAzCosmosDBAccount.cs
@@ -51,6 +51,14 @@ public class NewAzCosmosDBAccount : NewOrUpdateAzCosmosDBAccount
[PSArgumentCompleter(SDKModel.ServerVersion.ThreeFullStopTwo, SDKModel.ServerVersion.ThreeFullStopSix)]
public string ServerVersion { get; set; }
+ [Parameter(Mandatory = false, HelpMessage = Constants.LocationHelpMessage)]
+ [ValidateNotNullOrEmpty]
+ public string[] Location { get; set; }
+
+ [Parameter(Mandatory = false, HelpMessage = Constants.LocationObjectHelpMessage)]
+ [ValidateNotNullOrEmpty]
+ public PSLocation[] LocationObject { get; set; }
+
public override void ExecuteCmdlet()
{
ConsistencyPolicy consistencyPolicy = base.PopoulateConsistencyPolicy(DefaultConsistencyLevel, MaxStalenessIntervalInSeconds, MaxStalenessPrefix);
diff --git a/src/CosmosDB/CosmosDB/CosmosDBAccount/NewOrUpdateAzCosmosDBAccount.cs b/src/CosmosDB/CosmosDB/CosmosDBAccount/NewOrUpdateAzCosmosDBAccount.cs
index c149ea7c9711..519f1683b7a7 100644
--- a/src/CosmosDB/CosmosDB/CosmosDBAccount/NewOrUpdateAzCosmosDBAccount.cs
+++ b/src/CosmosDB/CosmosDB/CosmosDBAccount/NewOrUpdateAzCosmosDBAccount.cs
@@ -42,14 +42,6 @@ public class NewOrUpdateAzCosmosDBAccount : AzureCosmosDBCmdletBase
[ValidateNotNull]
public string[] IpRule { get; set; }
- [Parameter(Mandatory = false, HelpMessage = Constants.LocationHelpMessage)]
- [ValidateNotNullOrEmpty]
- public string[] Location { get; set; }
-
- [Parameter(Mandatory = false, HelpMessage = Constants.LocationObjectHelpMessage)]
- [ValidateNotNullOrEmpty]
- public PSLocation[] LocationObject { get; set; }
-
[Parameter(Mandatory = false, HelpMessage = Constants.MaxStalenessIntervalInSecondsHelpMessage)]
public int? MaxStalenessIntervalInSeconds { get; set; }
diff --git a/src/CosmosDB/CosmosDB/Gremlin/InvokeAzCosmosDBGremlinDatabaseThroughputMigration.cs b/src/CosmosDB/CosmosDB/Gremlin/InvokeAzCosmosDBGremlinDatabaseThroughputMigration.cs
new file mode 100644
index 000000000000..84ad035b91f1
--- /dev/null
+++ b/src/CosmosDB/CosmosDB/Gremlin/InvokeAzCosmosDBGremlinDatabaseThroughputMigration.cs
@@ -0,0 +1,84 @@
+// ----------------------------------------------------------------------------------
+//
+// Copyright Microsoft Corporation
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+// http://www.apache.org/licenses/LICENSE-2.0
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+// ----------------------------------------------------------------------------------
+
+using System.Management.Automation;
+using Microsoft.Azure.Commands.CosmosDB.Models;
+using Microsoft.Azure.Management.CosmosDB.Models;
+using Microsoft.Azure.Management.Internal.Resources.Utilities.Models;
+using Microsoft.Azure.Commands.CosmosDB.Helpers;
+using Microsoft.Azure.Management.CosmosDB;
+
+namespace Microsoft.Azure.Commands.CosmosDB
+{
+ [Cmdlet("Invoke", ResourceManager.Common.AzureRMConstants.AzureRMPrefix + "CosmosDBGremlinDatabaseThroughputMigration", DefaultParameterSetName = NameParameterSet, SupportsShouldProcess = true), OutputType(typeof(PSThroughputSettingsGetResults))]
+ public class InvokeAzCosmosDBGremlinDatabaseThroughputMigration : MigrateAzCosmosDBThroughput
+ {
+ [Parameter(Mandatory = false, HelpMessage = Constants.DatabaseNameHelpMessage)]
+ [ValidateNotNullOrEmpty]
+ public string Name { get; set; }
+
+ [Parameter(Mandatory = true, ValueFromPipeline = true, ParameterSetName = ParentObjectParameterSet, HelpMessage = Constants.AccountObjectHelpMessage)]
+ [ValidateNotNull]
+ public PSDatabaseAccountGetResults ParentObject { get; set; }
+
+ [Parameter(Mandatory = true, ValueFromPipeline = true, ParameterSetName = ObjectParameterSet, HelpMessage = Constants.GremlinDatabaseObjectHelpMessage)]
+ [ValidateNotNull]
+ public PSGremlinDatabaseGetResults InputObject { get; set; }
+
+ public override void PopulateFromParentObject()
+ {
+ ResourceIdentifier resourceIdentifier = new ResourceIdentifier(ParentObject.Id);
+ ResourceGroupName = resourceIdentifier.ResourceGroupName;
+ AccountName = resourceIdentifier.ResourceName;
+ }
+
+ public override void PopulateFromInputObject()
+ {
+ ResourceIdentifier resourceIdentifier = new ResourceIdentifier(InputObject.Id);
+ ResourceGroupName = resourceIdentifier.ResourceGroupName;
+ Name = resourceIdentifier.ResourceName;
+ AccountName = ResourceIdentifierExtensions.GetDatabaseAccountName(resourceIdentifier);
+
+ }
+
+ public override void MigrateToAutoscaleSDKMethod()
+ {
+ if (ShouldProcess(Name, "Migrating the CosmosDB Gremlin Database throughput to Autoscale Provisioning Policy."))
+ {
+ ThroughputSettingsGetResults throughputSettingsGetResults =
+ CosmosDBManagementClient.GremlinResources.MigrateGremlinDatabaseToAutoscale(
+ ResourceGroupName,
+ AccountName,
+ Name);
+
+ WriteObject(new PSThroughputSettingsGetResults(throughputSettingsGetResults));
+ }
+ }
+
+ public override void MigrateToManualSDKMethod()
+ {
+ if (ShouldProcess(Name, "Migrating the CosmosDB Gremlin Database throughput to Manual Provisioning Policy."))
+ {
+ ThroughputSettingsGetResults throughputSettingsGetResults =
+ CosmosDBManagementClient.GremlinResources.MigrateGremlinDatabaseToManualThroughput(
+ ResourceGroupName,
+ AccountName,
+ Name);
+
+ WriteObject(new PSThroughputSettingsGetResults(throughputSettingsGetResults));
+ }
+ }
+
+ }
+}
diff --git a/src/CosmosDB/CosmosDB/Gremlin/InvokeAzCosmosDBGremlinGraphThroughputMigration.cs b/src/CosmosDB/CosmosDB/Gremlin/InvokeAzCosmosDBGremlinGraphThroughputMigration.cs
new file mode 100644
index 000000000000..bb30f7b73be1
--- /dev/null
+++ b/src/CosmosDB/CosmosDB/Gremlin/InvokeAzCosmosDBGremlinGraphThroughputMigration.cs
@@ -0,0 +1,90 @@
+// ----------------------------------------------------------------------------------
+//
+// Copyright Microsoft Corporation
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+// http://www.apache.org/licenses/LICENSE-2.0
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+// ----------------------------------------------------------------------------------
+
+using System.Management.Automation;
+using Microsoft.Azure.Commands.CosmosDB.Models;
+using Microsoft.Azure.Commands.CosmosDB.Helpers;
+using Microsoft.Azure.Management.Internal.Resources.Utilities.Models;
+using Microsoft.Azure.Management.CosmosDB.Models;
+using Microsoft.Azure.Management.CosmosDB;
+
+namespace Microsoft.Azure.Commands.CosmosDB
+{
+ [Cmdlet("Invoke", ResourceManager.Common.AzureRMConstants.AzureRMPrefix + "CosmosDBGremlinGraphThroughputMigration", DefaultParameterSetName = NameParameterSet, SupportsShouldProcess = true), OutputType(typeof(PSThroughputSettingsGetResults))]
+ public class InvokeAzCosmosDBGremlinGraphThroughputMigration : MigrateAzCosmosDBThroughput
+ {
+ [Parameter(Mandatory = true, ParameterSetName = NameParameterSet, HelpMessage = Constants.DatabaseNameHelpMessage)]
+ [ValidateNotNullOrEmpty]
+ public string DatabaseName { get; set; }
+
+ [Parameter(Mandatory = false, HelpMessage = Constants.GraphNameHelpMessage)]
+ [ValidateNotNullOrEmpty]
+ public string Name { get; set; }
+
+ [Parameter(Mandatory = true, ValueFromPipeline = true, ParameterSetName = ParentObjectParameterSet, HelpMessage = Constants.GremlinDatabaseObjectHelpMessage)]
+ [ValidateNotNull]
+ public PSGremlinDatabaseGetResults ParentObject { get; set; }
+
+ [Parameter(Mandatory = true, ValueFromPipeline = true, ParameterSetName = ObjectParameterSet, HelpMessage = Constants.GremlinGraphObjectHelpMessage)]
+ [ValidateNotNull]
+ public PSGremlinGraphGetResults InputObject { get; set; }
+
+ public override void PopulateFromParentObject()
+ {
+ ResourceIdentifier resourceIdentifier = new ResourceIdentifier(ParentObject.Id);
+ ResourceGroupName = resourceIdentifier.ResourceGroupName;
+ DatabaseName = resourceIdentifier.ResourceName;
+ AccountName = ResourceIdentifierExtensions.GetDatabaseAccountName(resourceIdentifier);
+ }
+
+ public override void PopulateFromInputObject()
+ {
+ ResourceIdentifier resourceIdentifier = new ResourceIdentifier(InputObject.Id);
+ ResourceGroupName = resourceIdentifier.ResourceGroupName;
+ Name = resourceIdentifier.ResourceName;
+ DatabaseName = ResourceIdentifierExtensions.GetGremlinDatabaseName(resourceIdentifier);
+ AccountName = ResourceIdentifierExtensions.GetDatabaseAccountName(resourceIdentifier);
+ }
+
+ public override void MigrateToAutoscaleSDKMethod()
+ {
+ if (ShouldProcess(Name, "Migrating the CosmosDB Gremlin Graph throughput to Autoscale Provisioning Policy."))
+ {
+ ThroughputSettingsGetResults throughputSettingsGetResults =
+ CosmosDBManagementClient.GremlinResources.MigrateGremlinGraphToAutoscale(
+ ResourceGroupName,
+ AccountName,
+ DatabaseName,
+ Name);
+
+ WriteObject(new PSThroughputSettingsGetResults(throughputSettingsGetResults));
+ }
+ }
+
+ public override void MigrateToManualSDKMethod()
+ {
+ if (ShouldProcess(Name, "Migrating the CosmosDB Gremlin Graph throughput to Manual Provisioning Policy."))
+ {
+ ThroughputSettingsGetResults throughputSettingsGetResults =
+ CosmosDBManagementClient.GremlinResources.MigrateGremlinGraphToManualThroughput(
+ ResourceGroupName,
+ AccountName,
+ DatabaseName,
+ Name);
+
+ WriteObject(new PSThroughputSettingsGetResults(throughputSettingsGetResults));
+ }
+ }
+ }
+}
diff --git a/src/CosmosDB/CosmosDB/Helpers/Constants.cs b/src/CosmosDB/CosmosDB/Helpers/Constants.cs
index 79ff3c866564..331592b6ec4c 100644
--- a/src/CosmosDB/CosmosDB/Helpers/Constants.cs
+++ b/src/CosmosDB/CosmosDB/Helpers/Constants.cs
@@ -154,5 +154,6 @@ internal static class Constants
// Throughput cmdlets for all APIs
public const string ThroughputHelpMessage = "Throughput value in int.";
public const string AutoscaleMaxThroughputHelpMessage = "Maximum Throughput value if autoscale is enabled.";
+ public const string ThroughputTypeHelpMessage = "Throughput type to migrate to. Possible values are: Autoscale, Manual.";
}
}
diff --git a/src/CosmosDB/CosmosDB/MigrateAzCosmosDBThroughput.cs b/src/CosmosDB/CosmosDB/MigrateAzCosmosDBThroughput.cs
new file mode 100644
index 000000000000..9f4ce1842862
--- /dev/null
+++ b/src/CosmosDB/CosmosDB/MigrateAzCosmosDBThroughput.cs
@@ -0,0 +1,70 @@
+// ----------------------------------------------------------------------------------
+//
+// Copyright Microsoft Corporation
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+// http://www.apache.org/licenses/LICENSE-2.0
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+// ----------------------------------------------------------------------------------
+
+using System;
+using System.Management.Automation;
+using Microsoft.Azure.Commands.ResourceManager.Common.ArgumentCompleters;
+using Microsoft.Azure.Commands.CosmosDB.Helpers;
+
+namespace Microsoft.Azure.Commands.CosmosDB
+{
+ public class MigrateAzCosmosDBThroughput : AzureCosmosDBCmdletBase
+ {
+ [Parameter(Mandatory = true, ParameterSetName = NameParameterSet, HelpMessage = Constants.ResourceGroupNameHelpMessage)]
+ [ResourceGroupCompleter]
+ [ValidateNotNullOrEmpty]
+ public string ResourceGroupName { get; set; }
+
+ [Parameter(Mandatory = true, ParameterSetName = NameParameterSet, HelpMessage = Constants.AccountNameHelpMessage)]
+ [ValidateNotNullOrEmpty]
+ public string AccountName { get; set; }
+
+ [Parameter(Mandatory = true, HelpMessage = Constants.ThroughputTypeHelpMessage)]
+ [ValidateNotNull]
+ [PSArgumentCompleter(ThroughputTypes.Autoscale, ThroughputTypes.Manual)]
+ public string ThroughputType { get; set; }
+
+ public override void ExecuteCmdlet()
+ {
+ if (ParameterSetName.Equals(ParentObjectParameterSet, StringComparison.Ordinal))
+ {
+ PopulateFromParentObject();
+ }
+ else if (ParameterSetName.Equals(ObjectParameterSet, StringComparison.Ordinal))
+ {
+ PopulateFromInputObject();
+ }
+
+ if (ThroughputType.Equals(ThroughputTypes.Autoscale, StringComparison.Ordinal))
+ {
+ this.MigrateToAutoscaleSDKMethod();
+ }
+ else
+ {
+ this.MigrateToManualSDKMethod();
+ }
+ }
+
+ public virtual void PopulateFromParentObject() {}
+ public virtual void PopulateFromInputObject() {}
+ public virtual void MigrateToAutoscaleSDKMethod() {}
+ public virtual void MigrateToManualSDKMethod() {}
+
+ private static class ThroughputTypes
+ {
+ public const string Autoscale = "Autoscale";
+ public const string Manual = "Manual";
+ }
+ }
+}
diff --git a/src/CosmosDB/CosmosDB/MongoDB/InvokeAzCosmosDBMongoDBCollectionThroughputMigration.cs b/src/CosmosDB/CosmosDB/MongoDB/InvokeAzCosmosDBMongoDBCollectionThroughputMigration.cs
new file mode 100644
index 000000000000..3c927b22a813
--- /dev/null
+++ b/src/CosmosDB/CosmosDB/MongoDB/InvokeAzCosmosDBMongoDBCollectionThroughputMigration.cs
@@ -0,0 +1,91 @@
+// ----------------------------------------------------------------------------------
+//
+// Copyright Microsoft Corporation
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+// http://www.apache.org/licenses/LICENSE-2.0
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+// ----------------------------------------------------------------------------------
+
+using System;
+using System.Management.Automation;
+using Microsoft.Azure.Commands.CosmosDB.Models;
+using Microsoft.Azure.Commands.CosmosDB.Helpers;
+using Microsoft.Azure.Management.Internal.Resources.Utilities.Models;
+using Microsoft.Azure.Management.CosmosDB.Models;
+using Microsoft.Azure.Management.CosmosDB;
+
+namespace Microsoft.Azure.Commands.CosmosDB
+{
+ [Cmdlet("Invoke", ResourceManager.Common.AzureRMConstants.AzureRMPrefix + "CosmosDBMongoDBCollectionThroughputMigration", DefaultParameterSetName = NameParameterSet, SupportsShouldProcess = true), OutputType(typeof(PSThroughputSettingsGetResults))]
+ public class InvokeAzCosmosDBMongoDBCollectionThroughputMigration : MigrateAzCosmosDBThroughput
+ {
+ [Parameter(Mandatory = true, ParameterSetName = NameParameterSet, HelpMessage = Constants.DatabaseNameHelpMessage)]
+ [ValidateNotNullOrEmpty]
+ public string DatabaseName { get; set; }
+
+ [Parameter(Mandatory = false, HelpMessage = Constants.CollectionNameHelpMessage)]
+ [ValidateNotNullOrEmpty]
+ public string Name { get; set; }
+
+ [Parameter(Mandatory = true, ValueFromPipeline = true, ParameterSetName = ParentObjectParameterSet, HelpMessage = Constants.MongoDatabaseObjectHelpMessage)]
+ [ValidateNotNull]
+ public PSMongoDBDatabaseGetResults ParentObject { get; set; }
+
+ [Parameter(Mandatory = true, ValueFromPipeline = true, ParameterSetName = ObjectParameterSet, HelpMessage = Constants.MongoCollectionObjectHelpMessage)]
+ [ValidateNotNull]
+ public PSMongoDBCollectionGetResults InputObject { get; set; }
+
+ public override void PopulateFromParentObject()
+ {
+ ResourceIdentifier resourceIdentifier = new ResourceIdentifier(ParentObject.Id);
+ ResourceGroupName = resourceIdentifier.ResourceGroupName;
+ DatabaseName = resourceIdentifier.ResourceName;
+ AccountName = ResourceIdentifierExtensions.GetDatabaseAccountName(resourceIdentifier);
+ }
+
+ public override void PopulateFromInputObject()
+ {
+ ResourceIdentifier resourceIdentifier = new ResourceIdentifier(InputObject.Id);
+ ResourceGroupName = resourceIdentifier.ResourceGroupName;
+ Name = resourceIdentifier.ResourceName;
+ DatabaseName = ResourceIdentifierExtensions.GetMongoDBDatabaseName(resourceIdentifier);
+ AccountName = ResourceIdentifierExtensions.GetDatabaseAccountName(resourceIdentifier);
+ }
+
+ public override void MigrateToAutoscaleSDKMethod()
+ {
+ if (ShouldProcess(Name, "Migrating the CosmosDB MongoDB Collection throughput to Autoscale Provisioning Policy."))
+ {
+ ThroughputSettingsGetResults throughputSettingsGetResults =
+ CosmosDBManagementClient.MongoDBResources.MigrateMongoDBCollectionToAutoscale(
+ ResourceGroupName,
+ AccountName,
+ DatabaseName,
+ Name);
+
+ WriteObject(new PSThroughputSettingsGetResults(throughputSettingsGetResults));
+ }
+ }
+
+ public override void MigrateToManualSDKMethod()
+ {
+ if (ShouldProcess(Name, "Migrating the CosmosDB MongoDB Collection throughput to Manual Provisioning Policy."))
+ {
+ ThroughputSettingsGetResults throughputSettingsGetResults =
+ CosmosDBManagementClient.MongoDBResources.MigrateMongoDBCollectionToManualThroughput(
+ ResourceGroupName,
+ AccountName,
+ DatabaseName,
+ Name);
+
+ WriteObject(new PSThroughputSettingsGetResults(throughputSettingsGetResults));
+ }
+ }
+ }
+}
diff --git a/src/CosmosDB/CosmosDB/MongoDB/InvokeAzCosmosDBMongoDBDatabaseThroughputMigration.cs b/src/CosmosDB/CosmosDB/MongoDB/InvokeAzCosmosDBMongoDBDatabaseThroughputMigration.cs
new file mode 100644
index 000000000000..9874276927d0
--- /dev/null
+++ b/src/CosmosDB/CosmosDB/MongoDB/InvokeAzCosmosDBMongoDBDatabaseThroughputMigration.cs
@@ -0,0 +1,83 @@
+// ----------------------------------------------------------------------------------
+//
+// Copyright Microsoft Corporation
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+// http://www.apache.org/licenses/LICENSE-2.0
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+// ----------------------------------------------------------------------------------
+
+using System;
+using System.Management.Automation;
+using Microsoft.Azure.Commands.CosmosDB.Models;
+using Microsoft.Azure.Management.CosmosDB.Models;
+using Microsoft.Azure.Management.Internal.Resources.Utilities.Models;
+using Microsoft.Azure.Commands.CosmosDB.Helpers;
+using Microsoft.Azure.Management.CosmosDB;
+
+namespace Microsoft.Azure.Commands.CosmosDB
+{
+ [Cmdlet("Invoke", ResourceManager.Common.AzureRMConstants.AzureRMPrefix + "CosmosDBMongoDBDatabaseThroughputMigration", DefaultParameterSetName = NameParameterSet, SupportsShouldProcess = true), OutputType(typeof(PSThroughputSettingsGetResults))]
+ public class InvokeAzCosmosDBMongoDBDatabaseThroughputMigration : MigrateAzCosmosDBThroughput
+ {
+ [Parameter(Mandatory = false, HelpMessage = Constants.DatabaseNameHelpMessage)]
+ [ValidateNotNullOrEmpty]
+ public string Name { get; set; }
+
+ [Parameter(Mandatory = true, ParameterSetName = ParentObjectParameterSet, HelpMessage = Constants.AccountObjectHelpMessage)]
+ [ValidateNotNull]
+ public PSDatabaseAccountGetResults ParentObject { get; set; }
+
+ [Parameter(Mandatory = true, ValueFromPipeline = true, ParameterSetName = ObjectParameterSet, HelpMessage = Constants.MongoDatabaseObjectHelpMessage)]
+ [ValidateNotNull]
+ public PSMongoDBDatabaseGetResults InputObject { get; set; }
+
+ public override void PopulateFromParentObject()
+ {
+ ResourceIdentifier resourceIdentifier = new ResourceIdentifier(ParentObject.Id);
+ ResourceGroupName = resourceIdentifier.ResourceGroupName;
+ AccountName = resourceIdentifier.ResourceName;
+ }
+
+ public override void PopulateFromInputObject()
+ {
+ ResourceIdentifier resourceIdentifier = new ResourceIdentifier(InputObject.Id);
+ ResourceGroupName = resourceIdentifier.ResourceGroupName;
+ Name = resourceIdentifier.ResourceName;
+ AccountName = ResourceIdentifierExtensions.GetDatabaseAccountName(resourceIdentifier);
+ }
+
+ public override void MigrateToAutoscaleSDKMethod()
+ {
+ if (ShouldProcess(Name, "Migrating the CosmosDB MongoDB Database throughput to Autoscale Provisioning Policy."))
+ {
+ ThroughputSettingsGetResults throughputSettingsGetResults =
+ CosmosDBManagementClient.MongoDBResources.MigrateMongoDBDatabaseToAutoscale(
+ ResourceGroupName,
+ AccountName,
+ Name);
+
+ WriteObject(new PSThroughputSettingsGetResults(throughputSettingsGetResults));
+ }
+ }
+
+ public override void MigrateToManualSDKMethod()
+ {
+ if (ShouldProcess(Name, "Migrating the CosmosDB MongoDB Database throughput to Manual Provisioning Policy."))
+ {
+ ThroughputSettingsGetResults throughputSettingsGetResults =
+ CosmosDBManagementClient.MongoDBResources.MigrateMongoDBDatabaseToManualThroughput(
+ ResourceGroupName,
+ AccountName,
+ Name);
+
+ WriteObject(new PSThroughputSettingsGetResults(throughputSettingsGetResults));
+ }
+ }
+ }
+}
diff --git a/src/CosmosDB/CosmosDB/SQL/InvokeAzCosmosDBSqlContainerThroughputMigration.cs b/src/CosmosDB/CosmosDB/SQL/InvokeAzCosmosDBSqlContainerThroughputMigration.cs
new file mode 100644
index 000000000000..29be2f09916d
--- /dev/null
+++ b/src/CosmosDB/CosmosDB/SQL/InvokeAzCosmosDBSqlContainerThroughputMigration.cs
@@ -0,0 +1,88 @@
+// ----------------------------------------------------------------------------------
+//
+// Copyright Microsoft Corporation
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+// http://www.apache.org/licenses/LICENSE-2.0
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+// ----------------------------------------------------------------------------------
+
+using System.Management.Automation;
+using Microsoft.Azure.Commands.CosmosDB.Models;
+using Microsoft.Azure.Management.CosmosDB.Models;
+using Microsoft.Azure.Management.Internal.Resources.Utilities.Models;
+using Microsoft.Azure.Commands.CosmosDB.Helpers;
+using Microsoft.Azure.Management.CosmosDB;
+
+namespace Microsoft.Azure.Commands.CosmosDB
+{
+ [Cmdlet("Invoke", ResourceManager.Common.AzureRMConstants.AzureRMPrefix + "CosmosDBSqlContainerThroughputMigration", DefaultParameterSetName = NameParameterSet, SupportsShouldProcess = true), OutputType(typeof(PSThroughputSettingsGetResults))]
+ public class InvokeAzCosmosDBSqlContainerThroughputMigration : MigrateAzCosmosDBThroughput
+ {
+ [Parameter(Mandatory = true, ParameterSetName = NameParameterSet, HelpMessage = Constants.DatabaseNameHelpMessage)]
+ [ValidateNotNullOrEmpty]
+ public string DatabaseName { get; set; }
+
+ [Parameter(Mandatory = false, HelpMessage = Constants.ContainerNameHelpMessage)]
+ [ValidateNotNullOrEmpty]
+ public string Name { get; set; }
+
+ [Parameter(Mandatory = true, ValueFromPipeline = true, ParameterSetName = ParentObjectParameterSet, HelpMessage = Constants.SqlDatabaseObjectHelpMessage)]
+ [ValidateNotNull]
+ public PSSqlDatabaseGetResults ParentObject { get; set; }
+
+ [Parameter(Mandatory = true, ValueFromPipeline = true, ParameterSetName = ObjectParameterSet, HelpMessage = Constants.SqlContainerObjectHelpMessage)]
+ [ValidateNotNull]
+ public PSSqlContainerGetResults InputObject { get; set; }
+
+ public override void PopulateFromParentObject()
+ {
+ ResourceIdentifier resourceIdentifier = new ResourceIdentifier(ParentObject.Id);
+ ResourceGroupName = resourceIdentifier.ResourceGroupName;
+ DatabaseName = resourceIdentifier.ResourceName;
+ AccountName = ResourceIdentifierExtensions.GetDatabaseAccountName(resourceIdentifier);
+ }
+
+ public override void PopulateFromInputObject()
+ {
+ ResourceIdentifier resourceIdentifier = new ResourceIdentifier(InputObject.Id);
+ ResourceGroupName = resourceIdentifier.ResourceGroupName;
+ Name = resourceIdentifier.ResourceName;
+ DatabaseName = ResourceIdentifierExtensions.GetSqlDatabaseName(resourceIdentifier);
+ AccountName = ResourceIdentifierExtensions.GetDatabaseAccountName(resourceIdentifier);
+ }
+
+ public override void MigrateToAutoscaleSDKMethod()
+ {
+ if (ShouldProcess(Name, "Migrating the CosmosDB Sql Container throughput to Autoscale Provisioning Policy."))
+ {
+ ThroughputSettingsGetResults throughputSettingsGetResults = CosmosDBManagementClient.SqlResources.MigrateSqlContainerToAutoscale(
+ ResourceGroupName,
+ AccountName,
+ DatabaseName,
+ Name);
+
+ WriteObject(new PSThroughputSettingsGetResults(throughputSettingsGetResults));
+ }
+ }
+
+ public override void MigrateToManualSDKMethod()
+ {
+ if (ShouldProcess(Name, "Migrating the CosmosDB Sql Container throughput to Manual Provisioning Policy."))
+ {
+ ThroughputSettingsGetResults throughputSettingsGetResults = CosmosDBManagementClient.SqlResources.MigrateSqlContainerToManualThroughput(
+ ResourceGroupName,
+ AccountName,
+ DatabaseName,
+ Name);
+
+ WriteObject(new PSThroughputSettingsGetResults(throughputSettingsGetResults));
+ }
+ }
+ }
+}
diff --git a/src/CosmosDB/CosmosDB/SQL/InvokeAzCosmosDBSqlDatabaseThroughputMigration.cs b/src/CosmosDB/CosmosDB/SQL/InvokeAzCosmosDBSqlDatabaseThroughputMigration.cs
new file mode 100644
index 000000000000..cc8ce5c3d40a
--- /dev/null
+++ b/src/CosmosDB/CosmosDB/SQL/InvokeAzCosmosDBSqlDatabaseThroughputMigration.cs
@@ -0,0 +1,82 @@
+// ----------------------------------------------------------------------------------
+//
+// Copyright Microsoft Corporation
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+// http://www.apache.org/licenses/LICENSE-2.0
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+// ----------------------------------------------------------------------------------
+
+using System.Management.Automation;
+using Microsoft.Azure.Commands.CosmosDB.Models;
+using Microsoft.Azure.Management.CosmosDB.Models;
+using Microsoft.Azure.Management.Internal.Resources.Utilities.Models;
+using Microsoft.Azure.Commands.CosmosDB.Helpers;
+using Microsoft.Azure.Management.CosmosDB;
+
+namespace Microsoft.Azure.Commands.CosmosDB
+{
+ [Cmdlet("Invoke", ResourceManager.Common.AzureRMConstants.AzureRMPrefix + "CosmosDBSqlDatabaseThroughputMigration", DefaultParameterSetName = NameParameterSet, SupportsShouldProcess = true), OutputType(typeof(PSThroughputSettingsGetResults))]
+ public class InvokeAzCosmosDBSqlDatabaseThroughputMigration : MigrateAzCosmosDBThroughput
+ {
+ [Parameter(Mandatory = false, HelpMessage = Constants.DatabaseNameHelpMessage)]
+ [ValidateNotNullOrEmpty]
+ public string Name { get; set; }
+
+ [Parameter(Mandatory = true, ValueFromPipeline = true, ParameterSetName = ParentObjectParameterSet, HelpMessage = Constants.AccountObjectHelpMessage)]
+ [ValidateNotNull]
+ public PSDatabaseAccountGetResults ParentObject { get; set; }
+
+ [Parameter(Mandatory = true, ValueFromPipeline = true, ParameterSetName = ObjectParameterSet, HelpMessage = Constants.SqlDatabaseObjectHelpMessage)]
+ [ValidateNotNull]
+ public PSSqlDatabaseGetResults InputObject { get; set; }
+
+ public override void PopulateFromParentObject()
+ {
+ ResourceIdentifier resourceIdentifier = new ResourceIdentifier(ParentObject.Id);
+ ResourceGroupName = resourceIdentifier.ResourceGroupName;
+ AccountName = resourceIdentifier.ResourceName;
+ }
+
+ public override void PopulateFromInputObject()
+ {
+ ResourceIdentifier resourceIdentifier = new ResourceIdentifier(InputObject.Id);
+ ResourceGroupName = resourceIdentifier.ResourceGroupName;
+ Name = resourceIdentifier.ResourceName;
+ AccountName = ResourceIdentifierExtensions.GetDatabaseAccountName(resourceIdentifier);
+ }
+
+ public override void MigrateToAutoscaleSDKMethod()
+ {
+ if (ShouldProcess(Name, "Migrating the CosmosDB Sql Database throughput to Autoscale Provisioning Policy."))
+ {
+ ThroughputSettingsGetResults throughputSettingsGetResults =
+ CosmosDBManagementClient.SqlResources.MigrateSqlDatabaseToAutoscale(
+ ResourceGroupName,
+ AccountName,
+ Name);
+
+ WriteObject(new PSThroughputSettingsGetResults(throughputSettingsGetResults));
+ }
+ }
+
+ public override void MigrateToManualSDKMethod()
+ {
+ if (ShouldProcess(Name, "Migrating the CosmosDB Sql Database throughput to Manual Provisioning Policy."))
+ {
+ ThroughputSettingsGetResults throughputSettingsGetResults =
+ CosmosDBManagementClient.SqlResources.MigrateSqlDatabaseToManualThroughput(
+ ResourceGroupName,
+ AccountName,
+ Name);
+
+ WriteObject(new PSThroughputSettingsGetResults(throughputSettingsGetResults));
+ }
+ }
+ }
+}
diff --git a/src/CosmosDB/CosmosDB/Table/InvokeAzCosmosDBTableThroughputMigration.cs b/src/CosmosDB/CosmosDB/Table/InvokeAzCosmosDBTableThroughputMigration.cs
new file mode 100644
index 000000000000..f7e464792a24
--- /dev/null
+++ b/src/CosmosDB/CosmosDB/Table/InvokeAzCosmosDBTableThroughputMigration.cs
@@ -0,0 +1,84 @@
+// ----------------------------------------------------------------------------------
+//
+// Copyright Microsoft Corporation
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+// http://www.apache.org/licenses/LICENSE-2.0
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+// ----------------------------------------------------------------------------------
+
+using System;
+using System.Management.Automation;
+using Microsoft.Azure.Commands.CosmosDB.Models;
+using Microsoft.Azure.Management.CosmosDB.Models;
+using Microsoft.Azure.Management.Internal.Resources.Utilities.Models;
+using Microsoft.Azure.Commands.CosmosDB.Helpers;
+using Microsoft.Azure.Management.CosmosDB;
+
+namespace Microsoft.Azure.Commands.CosmosDB
+{
+ [Cmdlet("Invoke", ResourceManager.Common.AzureRMConstants.AzureRMPrefix + "CosmosDBTableThroughputMigration", DefaultParameterSetName = NameParameterSet, SupportsShouldProcess = true), OutputType(typeof(PSThroughputSettingsGetResults))]
+ public class InvokeAzCosmosDBTableThroughputMigration : MigrateAzCosmosDBThroughput
+ {
+ [Parameter(Mandatory = false, HelpMessage = Constants.TableNameHelpMessage)]
+ [ValidateNotNullOrEmpty]
+ public string Name { get; set; }
+
+ [Parameter(Mandatory = true, ValueFromPipeline = true, ParameterSetName = ParentObjectParameterSet, HelpMessage = Constants.AccountObjectHelpMessage)]
+ [ValidateNotNull]
+ public PSDatabaseAccountGetResults ParentObject { get; set; }
+
+ [Parameter(Mandatory = true, ValueFromPipeline = true, ParameterSetName = ObjectParameterSet, HelpMessage = Constants.TableObjectHelpMessage)]
+ [ValidateNotNull]
+ public PSTableGetResults InputObject { get; set; }
+
+ public override void PopulateFromParentObject()
+ {
+ ResourceIdentifier resourceIdentifier = new ResourceIdentifier(ParentObject.Id);
+ ResourceGroupName = resourceIdentifier.ResourceGroupName;
+ AccountName = resourceIdentifier.ResourceName;
+ }
+
+ public override void PopulateFromInputObject()
+ {
+ ResourceIdentifier resourceIdentifier = new ResourceIdentifier(InputObject.Id);
+ ResourceGroupName = resourceIdentifier.ResourceGroupName;
+ Name = resourceIdentifier.ResourceName;
+ AccountName = ResourceIdentifierExtensions.GetDatabaseAccountName(resourceIdentifier);
+
+ }
+
+ public override void MigrateToAutoscaleSDKMethod()
+ {
+ if (ShouldProcess(Name, "Migrating the CosmosDB Table throughput to Autoscale Provisioning Policy."))
+ {
+ ThroughputSettingsGetResults throughputSettingsGetResults =
+ CosmosDBManagementClient.TableResources.MigrateTableToAutoscale(
+ ResourceGroupName,
+ AccountName,
+ Name);
+
+ WriteObject(new PSThroughputSettingsGetResults(throughputSettingsGetResults));
+ }
+ }
+
+ public override void MigrateToManualSDKMethod()
+ {
+ if (ShouldProcess(Name, "Migrating the CosmosDB Table throughput to Manual Provisioning Policy."))
+ {
+ ThroughputSettingsGetResults throughputSettingsGetResults =
+ CosmosDBManagementClient.TableResources.MigrateTableToManualThroughput(
+ ResourceGroupName,
+ AccountName,
+ Name);
+
+ WriteObject(new PSThroughputSettingsGetResults(throughputSettingsGetResults));
+ }
+ }
+ }
+}
diff --git a/src/CosmosDB/CosmosDB/help/Get-AzCosmosDBMongoDBCollection.md b/src/CosmosDB/CosmosDB/help/Get-AzCosmosDBMongoDBCollection.md
index 146366fdfaf7..ed5ac8fbc7e0 100644
--- a/src/CosmosDB/CosmosDB/help/Get-AzCosmosDBMongoDBCollection.md
+++ b/src/CosmosDB/CosmosDB/help/Get-AzCosmosDBMongoDBCollection.md
@@ -47,6 +47,7 @@ Key Value
---- -----
```
+
This example gets the ShardKey of the retrieved collection
## PARAMETERS
diff --git a/src/CosmosDB/CosmosDB/help/Get-AzCosmosDBSqlContainerThroughput.md b/src/CosmosDB/CosmosDB/help/Get-AzCosmosDBSqlContainerThroughput.md
index edd8083cf250..b881513a0ed9 100644
--- a/src/CosmosDB/CosmosDB/help/Get-AzCosmosDBSqlContainerThroughput.md
+++ b/src/CosmosDB/CosmosDB/help/Get-AzCosmosDBSqlContainerThroughput.md
@@ -18,7 +18,7 @@ Get-AzCosmosDBSqlContainerThroughput -ResourceGroupName -AccountName ] [-DefaultProfile ] []
```
-### ByParentObjectParameterSet
+### ByObjectParameterSet
```
Get-AzCosmosDBSqlContainerThroughput [-Name ] -InputObject
[-DefaultProfile ] []
@@ -95,7 +95,7 @@ Sql Container object.
```yaml
Type: PSSqlContainerGetResults
-Parameter Sets: ByParentObjectParameterSet
+Parameter Sets: ByObjectParameterSet
Aliases:
Required: True
diff --git a/src/CosmosDB/CosmosDB/help/Invoke-AzCosmosDBCassandraKeyspaceThroughputMigration.md b/src/CosmosDB/CosmosDB/help/Invoke-AzCosmosDBCassandraKeyspaceThroughputMigration.md
new file mode 100644
index 000000000000..9eb75b40f516
--- /dev/null
+++ b/src/CosmosDB/CosmosDB/help/Invoke-AzCosmosDBCassandraKeyspaceThroughputMigration.md
@@ -0,0 +1,201 @@
+---
+external help file: Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.dll-Help.xml
+Module Name: Az.CosmosDB
+online version: https://docs.microsoft.com/en-us/powershell/module/az.cosmosdb/invoke-azcosmosdbcassandrakeyspacethroughputmigration
+schema: 2.0.0
+---
+
+# Invoke-AzCosmosDBCassandraKeyspaceThroughputMigration
+
+## SYNOPSIS
+Use this to migrate autoscale throughput to manual throughput and vice versa.
+
+## SYNTAX
+
+### ByNameParameterSet (Default)
+```
+Invoke-AzCosmosDBCassandraKeyspaceThroughputMigration [-Name ] -ResourceGroupName
+ -AccountName -ThroughputType [-DefaultProfile ] [-WhatIf] [-Confirm]
+ []
+```
+
+### ByParentObjectParameterSet
+```
+Invoke-AzCosmosDBCassandraKeyspaceThroughputMigration [-Name ]
+ -ParentObject -ThroughputType
+ [-DefaultProfile ] [-WhatIf] [-Confirm] []
+```
+
+### ByObjectParameterSet
+```
+Invoke-AzCosmosDBCassandraKeyspaceThroughputMigration [-Name ]
+ -InputObject -ThroughputType
+ [-DefaultProfile ] [-WhatIf] [-Confirm] []
+```
+
+## DESCRIPTION
+ThroughpyteType paramter defines the throughput to which you want to migrate to.
+
+## EXAMPLES
+
+### Example 1
+```powershell
+PS C:\> $NewKeyspace = New-AzCosmosDBCassandraKeyspace -AccountName myAccountName -ResourceGroupName myRgName -Name myKeyspaceName -Throughput 700
+$AutoscaleThroughput = Invoke-AzCosmosDBCassandraKeyspaceThroughputMigration -InputObject $NewKeyspace -ThroughputType Autoscale
+```
+
+## PARAMETERS
+
+### -AccountName
+Name of the Cosmos DB database account.
+
+```yaml
+Type: String
+Parameter Sets: ByNameParameterSet
+Aliases:
+
+Required: True
+Position: Named
+Default value: None
+Accept pipeline input: False
+Accept wildcard characters: False
+```
+
+### -Confirm
+Prompts you for confirmation before running the cmdlet.
+
+```yaml
+Type: SwitchParameter
+Parameter Sets: (All)
+Aliases: cf
+
+Required: False
+Position: Named
+Default value: None
+Accept pipeline input: False
+Accept wildcard characters: False
+```
+
+### -DefaultProfile
+The credentials, account, tenant, and subscription used for communication with Azure.
+
+```yaml
+Type: IAzureContextContainer
+Parameter Sets: (All)
+Aliases: AzContext, AzureRmContext, AzureCredential
+
+Required: False
+Position: Named
+Default value: None
+Accept pipeline input: False
+Accept wildcard characters: False
+```
+
+### -InputObject
+Cassandra Keyspace object.
+
+```yaml
+Type: PSCassandraKeyspaceGetResults
+Parameter Sets: ByObjectParameterSet
+Aliases:
+
+Required: True
+Position: Named
+Default value: None
+Accept pipeline input: True (ByValue)
+Accept wildcard characters: False
+```
+
+### -Name
+Cassandra Keyspace Name.
+
+```yaml
+Type: String
+Parameter Sets: (All)
+Aliases:
+
+Required: False
+Position: Named
+Default value: None
+Accept pipeline input: False
+Accept wildcard characters: False
+```
+
+### -ParentObject
+CosmosDB Account object
+
+```yaml
+Type: PSDatabaseAccountGetResults
+Parameter Sets: ByParentObjectParameterSet
+Aliases:
+
+Required: True
+Position: Named
+Default value: None
+Accept pipeline input: True (ByValue)
+Accept wildcard characters: False
+```
+
+### -ResourceGroupName
+Name of resource group.
+
+```yaml
+Type: String
+Parameter Sets: ByNameParameterSet
+Aliases:
+
+Required: True
+Position: Named
+Default value: None
+Accept pipeline input: False
+Accept wildcard characters: False
+```
+
+### -ThroughputType
+Throughput type to migrate to.
+Possible values are: Autoscale, Manual.
+
+```yaml
+Type: String
+Parameter Sets: (All)
+Aliases:
+
+Required: True
+Position: Named
+Default value: None
+Accept pipeline input: False
+Accept wildcard characters: False
+```
+
+### -WhatIf
+Shows what would happen if the cmdlet runs.
+The cmdlet is not run.
+
+```yaml
+Type: SwitchParameter
+Parameter Sets: (All)
+Aliases: wi
+
+Required: False
+Position: Named
+Default value: None
+Accept pipeline input: False
+Accept wildcard characters: False
+```
+
+### CommonParameters
+This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).
+
+## INPUTS
+
+### Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults
+
+### Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetResults
+
+## OUTPUTS
+
+### Microsoft.Azure.Commands.CosmosDB.Models.PSThroughputSettingsGetResults
+
+## NOTES
+
+## RELATED LINKS
diff --git a/src/CosmosDB/CosmosDB/help/Invoke-AzCosmosDBCassandraTableThroughputMigration.md b/src/CosmosDB/CosmosDB/help/Invoke-AzCosmosDBCassandraTableThroughputMigration.md
new file mode 100644
index 000000000000..74d3a6154044
--- /dev/null
+++ b/src/CosmosDB/CosmosDB/help/Invoke-AzCosmosDBCassandraTableThroughputMigration.md
@@ -0,0 +1,216 @@
+---
+external help file: Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.dll-Help.xml
+Module Name: Az.CosmosDB
+online version: https://docs.microsoft.com/en-us/powershell/module/az.cosmosdb/invoke-azcosmosdbcassandratablethroughputmigration
+schema: 2.0.0
+---
+
+# Invoke-AzCosmosDBCassandraTableThroughputMigration
+
+## SYNOPSIS
+Use this to migrate autoscale throughput to manual throughput and vice versa.
+
+## SYNTAX
+
+### ByNameParameterSet (Default)
+```
+Invoke-AzCosmosDBCassandraTableThroughputMigration -KeyspaceName [-Name ]
+ -ResourceGroupName -AccountName -ThroughputType
+ [-DefaultProfile ] [-WhatIf] [-Confirm] []
+```
+
+### ByParentObjectParameterSet
+```
+Invoke-AzCosmosDBCassandraTableThroughputMigration [-Name ]
+ -ParentObject -ThroughputType
+ [-DefaultProfile ] [-WhatIf] [-Confirm] []
+```
+
+### ByObjectParameterSet
+```
+Invoke-AzCosmosDBCassandraTableThroughputMigration [-Name ] -InputObject
+ -ThroughputType [-DefaultProfile ] [-WhatIf] [-Confirm] []
+```
+
+## DESCRIPTION
+ThroughpyteType paramter defines the throughput to which you want to migrate to.
+
+## EXAMPLES
+
+### Example 1
+```powershell
+PS C:\>$NewTable = New-AzCosmosDBCassandraTable -AccountName myAccountName -ResourceGroupName myRgName -Name myTableName -Throughput 700 -KeyspaceName myKeyspaceName
+ $AutoscaleThroughput = Invoke-AzCosmosDBCassandraTableThroughputMigration -InputObject $NewTable -ThroughputType Autoscale
+```
+
+
+## PARAMETERS
+
+### -AccountName
+Name of the Cosmos DB database account.
+
+```yaml
+Type: String
+Parameter Sets: ByNameParameterSet
+Aliases:
+
+Required: True
+Position: Named
+Default value: None
+Accept pipeline input: False
+Accept wildcard characters: False
+```
+
+### -Confirm
+Prompts you for confirmation before running the cmdlet.
+
+```yaml
+Type: SwitchParameter
+Parameter Sets: (All)
+Aliases: cf
+
+Required: False
+Position: Named
+Default value: None
+Accept pipeline input: False
+Accept wildcard characters: False
+```
+
+### -DefaultProfile
+The credentials, account, tenant, and subscription used for communication with Azure.
+
+```yaml
+Type: IAzureContextContainer
+Parameter Sets: (All)
+Aliases: AzContext, AzureRmContext, AzureCredential
+
+Required: False
+Position: Named
+Default value: None
+Accept pipeline input: False
+Accept wildcard characters: False
+```
+
+### -InputObject
+Cassandra Table object.
+
+```yaml
+Type: PSCassandraTableGetResults
+Parameter Sets: ByObjectParameterSet
+Aliases:
+
+Required: True
+Position: Named
+Default value: None
+Accept pipeline input: True (ByValue)
+Accept wildcard characters: False
+```
+
+### -KeyspaceName
+Cassandra Keyspace Name.
+
+```yaml
+Type: String
+Parameter Sets: ByNameParameterSet
+Aliases:
+
+Required: True
+Position: Named
+Default value: None
+Accept pipeline input: False
+Accept wildcard characters: False
+```
+
+### -Name
+Cassandra Table Name.
+
+```yaml
+Type: String
+Parameter Sets: (All)
+Aliases:
+
+Required: False
+Position: Named
+Default value: None
+Accept pipeline input: False
+Accept wildcard characters: False
+```
+
+### -ParentObject
+Cassandra Keyspace object.
+
+```yaml
+Type: PSCassandraKeyspaceGetResults
+Parameter Sets: ByParentObjectParameterSet
+Aliases:
+
+Required: True
+Position: Named
+Default value: None
+Accept pipeline input: True (ByValue)
+Accept wildcard characters: False
+```
+
+### -ResourceGroupName
+Name of resource group.
+
+```yaml
+Type: String
+Parameter Sets: ByNameParameterSet
+Aliases:
+
+Required: True
+Position: Named
+Default value: None
+Accept pipeline input: False
+Accept wildcard characters: False
+```
+
+### -ThroughputType
+Throughput type to migrate to.
+Possible values are: Autoscale, Manual.
+
+```yaml
+Type: String
+Parameter Sets: (All)
+Aliases:
+
+Required: True
+Position: Named
+Default value: None
+Accept pipeline input: False
+Accept wildcard characters: False
+```
+
+### -WhatIf
+Shows what would happen if the cmdlet runs.
+The cmdlet is not run.
+
+```yaml
+Type: SwitchParameter
+Parameter Sets: (All)
+Aliases: wi
+
+Required: False
+Position: Named
+Default value: None
+Accept pipeline input: False
+Accept wildcard characters: False
+```
+
+### CommonParameters
+This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).
+
+## INPUTS
+
+### Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetResults
+
+### Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraTableGetResults
+
+## OUTPUTS
+
+### Microsoft.Azure.Commands.CosmosDB.Models.PSThroughputSettingsGetResults
+
+## NOTES
+
+## RELATED LINKS
diff --git a/src/CosmosDB/CosmosDB/help/Invoke-AzCosmosDBGremlinDatabaseThroughputMigration.md b/src/CosmosDB/CosmosDB/help/Invoke-AzCosmosDBGremlinDatabaseThroughputMigration.md
new file mode 100644
index 000000000000..71869d587ea9
--- /dev/null
+++ b/src/CosmosDB/CosmosDB/help/Invoke-AzCosmosDBGremlinDatabaseThroughputMigration.md
@@ -0,0 +1,201 @@
+---
+external help file: Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.dll-Help.xml
+Module Name: Az.CosmosDB
+online version: https://docs.microsoft.com/en-us/powershell/module/az.cosmosdb/invoke-azcosmosdbgremlindatabasethroughputmigration
+schema: 2.0.0
+---
+
+# Invoke-AzCosmosDBGremlinDatabaseThroughputMigration
+
+## SYNOPSIS
+Use this to migrate autoscale throughput to manual throughput and vice versa.
+
+## SYNTAX
+
+### ByNameParameterSet (Default)
+```
+Invoke-AzCosmosDBGremlinDatabaseThroughputMigration [-Name ] -ResourceGroupName
+ -AccountName -ThroughputType [-DefaultProfile ] [-WhatIf] [-Confirm]
+ []
+```
+
+### ByParentObjectParameterSet
+```
+Invoke-AzCosmosDBGremlinDatabaseThroughputMigration [-Name ]
+ -ParentObject -ThroughputType
+ [-DefaultProfile ] [-WhatIf] [-Confirm] []
+```
+
+### ByObjectParameterSet
+```
+Invoke-AzCosmosDBGremlinDatabaseThroughputMigration [-Name ] -InputObject
+ -ThroughputType [-DefaultProfile ] [-WhatIf] [-Confirm] []
+```
+
+## DESCRIPTION
+ThroughpyteType paramter defines the throughput to which you want to migrate to.
+
+## EXAMPLES
+
+### Example 1
+```powershell
+PS C:\> $NewDb = New-AzCosmosDBGremlinDatabase -AccountName myAccountName -ResourceGroupName myRgName -Name myDbName -Throughput 700
+ $AutoscaleThroughput = Invoke-AzCosmosDBGremlinDatabaseThroughputMigration -InputObject $NewDb -ThroughputType Autoscale
+```
+
+
+## PARAMETERS
+
+### -AccountName
+Name of the Cosmos DB database account.
+
+```yaml
+Type: String
+Parameter Sets: ByNameParameterSet
+Aliases:
+
+Required: True
+Position: Named
+Default value: None
+Accept pipeline input: False
+Accept wildcard characters: False
+```
+
+### -Confirm
+Prompts you for confirmation before running the cmdlet.
+
+```yaml
+Type: SwitchParameter
+Parameter Sets: (All)
+Aliases: cf
+
+Required: False
+Position: Named
+Default value: None
+Accept pipeline input: False
+Accept wildcard characters: False
+```
+
+### -DefaultProfile
+The credentials, account, tenant, and subscription used for communication with Azure.
+
+```yaml
+Type: IAzureContextContainer
+Parameter Sets: (All)
+Aliases: AzContext, AzureRmContext, AzureCredential
+
+Required: False
+Position: Named
+Default value: None
+Accept pipeline input: False
+Accept wildcard characters: False
+```
+
+### -InputObject
+Gremlin Database object.
+
+```yaml
+Type: PSGremlinDatabaseGetResults
+Parameter Sets: ByObjectParameterSet
+Aliases:
+
+Required: True
+Position: Named
+Default value: None
+Accept pipeline input: True (ByValue)
+Accept wildcard characters: False
+```
+
+### -Name
+Database name.
+
+```yaml
+Type: String
+Parameter Sets: (All)
+Aliases:
+
+Required: False
+Position: Named
+Default value: None
+Accept pipeline input: False
+Accept wildcard characters: False
+```
+
+### -ParentObject
+CosmosDB Account object
+
+```yaml
+Type: PSDatabaseAccountGetResults
+Parameter Sets: ByParentObjectParameterSet
+Aliases:
+
+Required: True
+Position: Named
+Default value: None
+Accept pipeline input: True (ByValue)
+Accept wildcard characters: False
+```
+
+### -ResourceGroupName
+Name of resource group.
+
+```yaml
+Type: String
+Parameter Sets: ByNameParameterSet
+Aliases:
+
+Required: True
+Position: Named
+Default value: None
+Accept pipeline input: False
+Accept wildcard characters: False
+```
+
+### -ThroughputType
+Throughput type to migrate to.
+Possible values are: Autoscale, Manual.
+
+```yaml
+Type: String
+Parameter Sets: (All)
+Aliases:
+
+Required: True
+Position: Named
+Default value: None
+Accept pipeline input: False
+Accept wildcard characters: False
+```
+
+### -WhatIf
+Shows what would happen if the cmdlet runs.
+The cmdlet is not run.
+
+```yaml
+Type: SwitchParameter
+Parameter Sets: (All)
+Aliases: wi
+
+Required: False
+Position: Named
+Default value: None
+Accept pipeline input: False
+Accept wildcard characters: False
+```
+
+### CommonParameters
+This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).
+
+## INPUTS
+
+### Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults
+
+### Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetResults
+
+## OUTPUTS
+
+### Microsoft.Azure.Commands.CosmosDB.Models.PSThroughputSettingsGetResults
+
+## NOTES
+
+## RELATED LINKS
diff --git a/src/CosmosDB/CosmosDB/help/Invoke-AzCosmosDBGremlinGraphThroughputMigration.md b/src/CosmosDB/CosmosDB/help/Invoke-AzCosmosDBGremlinGraphThroughputMigration.md
new file mode 100644
index 000000000000..b42f81fb1648
--- /dev/null
+++ b/src/CosmosDB/CosmosDB/help/Invoke-AzCosmosDBGremlinGraphThroughputMigration.md
@@ -0,0 +1,215 @@
+---
+external help file: Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.dll-Help.xml
+Module Name: Az.CosmosDB
+online version: https://docs.microsoft.com/en-us/powershell/module/az.cosmosdb/invoke-azcosmosdbgremlingraphthroughputmigration
+schema: 2.0.0
+---
+
+# Invoke-AzCosmosDBGremlinGraphThroughputMigration
+
+## SYNOPSIS
+Use this to migrate autoscale throughput to manual throughput and vice versa.
+
+## SYNTAX
+
+### ByNameParameterSet (Default)
+```
+Invoke-AzCosmosDBGremlinGraphThroughputMigration -DatabaseName [-Name ]
+ -ResourceGroupName -AccountName -ThroughputType
+ [-DefaultProfile ] [-WhatIf] [-Confirm] []
+```
+
+### ByParentObjectParameterSet
+```
+Invoke-AzCosmosDBGremlinGraphThroughputMigration [-Name ] -ParentObject
+ -ThroughputType [-DefaultProfile ] [-WhatIf] [-Confirm] []
+```
+
+### ByObjectParameterSet
+```
+Invoke-AzCosmosDBGremlinGraphThroughputMigration [-Name ] -InputObject
+ -ThroughputType [-DefaultProfile ] [-WhatIf] [-Confirm] []
+```
+
+## DESCRIPTION
+ThroughpyteType paramter defines the throughput to which you want to migrate to.
+
+## EXAMPLES
+
+### Example 1
+```powershell
+PS C:\> $NewGraph = New-AzCosmosDBGremlinGraph -AccountName myAccountName -ResourceGroupName myRgName -Name myGraphName -Throughput 700 -DatabaseName myDbName
+ $AutoscaleThroughput = Invoke-AzCosmosDBGremlinGraphThroughputMigration -InputObject $NewGraph -ThroughputType Autoscale
+```
+
+
+## PARAMETERS
+
+### -AccountName
+Name of the Cosmos DB database account.
+
+```yaml
+Type: String
+Parameter Sets: ByNameParameterSet
+Aliases:
+
+Required: True
+Position: Named
+Default value: None
+Accept pipeline input: False
+Accept wildcard characters: False
+```
+
+### -Confirm
+Prompts you for confirmation before running the cmdlet.
+
+```yaml
+Type: SwitchParameter
+Parameter Sets: (All)
+Aliases: cf
+
+Required: False
+Position: Named
+Default value: None
+Accept pipeline input: False
+Accept wildcard characters: False
+```
+
+### -DatabaseName
+Database name.
+
+```yaml
+Type: String
+Parameter Sets: ByNameParameterSet
+Aliases:
+
+Required: True
+Position: Named
+Default value: None
+Accept pipeline input: False
+Accept wildcard characters: False
+```
+
+### -DefaultProfile
+The credentials, account, tenant, and subscription used for communication with Azure.
+
+```yaml
+Type: IAzureContextContainer
+Parameter Sets: (All)
+Aliases: AzContext, AzureRmContext, AzureCredential
+
+Required: False
+Position: Named
+Default value: None
+Accept pipeline input: False
+Accept wildcard characters: False
+```
+
+### -InputObject
+Gremlin Graph object.
+
+```yaml
+Type: PSGremlinGraphGetResults
+Parameter Sets: ByObjectParameterSet
+Aliases:
+
+Required: True
+Position: Named
+Default value: None
+Accept pipeline input: True (ByValue)
+Accept wildcard characters: False
+```
+
+### -Name
+Gremlin Graph Name.
+
+```yaml
+Type: String
+Parameter Sets: (All)
+Aliases:
+
+Required: False
+Position: Named
+Default value: None
+Accept pipeline input: False
+Accept wildcard characters: False
+```
+
+### -ParentObject
+Gremlin Database object.
+
+```yaml
+Type: PSGremlinDatabaseGetResults
+Parameter Sets: ByParentObjectParameterSet
+Aliases:
+
+Required: True
+Position: Named
+Default value: None
+Accept pipeline input: True (ByValue)
+Accept wildcard characters: False
+```
+
+### -ResourceGroupName
+Name of resource group.
+
+```yaml
+Type: String
+Parameter Sets: ByNameParameterSet
+Aliases:
+
+Required: True
+Position: Named
+Default value: None
+Accept pipeline input: False
+Accept wildcard characters: False
+```
+
+### -ThroughputType
+Throughput type to migrate to.
+Possible values are: Autoscale, Manual.
+
+```yaml
+Type: String
+Parameter Sets: (All)
+Aliases:
+
+Required: True
+Position: Named
+Default value: None
+Accept pipeline input: False
+Accept wildcard characters: False
+```
+
+### -WhatIf
+Shows what would happen if the cmdlet runs.
+The cmdlet is not run.
+
+```yaml
+Type: SwitchParameter
+Parameter Sets: (All)
+Aliases: wi
+
+Required: False
+Position: Named
+Default value: None
+Accept pipeline input: False
+Accept wildcard characters: False
+```
+
+### CommonParameters
+This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).
+
+## INPUTS
+
+### Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetResults
+
+### Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinGraphGetResults
+
+## OUTPUTS
+
+### Microsoft.Azure.Commands.CosmosDB.Models.PSThroughputSettingsGetResults
+
+## NOTES
+
+## RELATED LINKS
diff --git a/src/CosmosDB/CosmosDB/help/Invoke-AzCosmosDBMongoDBCollectionThroughputMigration.md b/src/CosmosDB/CosmosDB/help/Invoke-AzCosmosDBMongoDBCollectionThroughputMigration.md
new file mode 100644
index 000000000000..7b26a27b2969
--- /dev/null
+++ b/src/CosmosDB/CosmosDB/help/Invoke-AzCosmosDBMongoDBCollectionThroughputMigration.md
@@ -0,0 +1,217 @@
+---
+external help file: Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.dll-Help.xml
+Module Name: Az.CosmosDB
+online version: https://docs.microsoft.com/en-us/powershell/module/az.cosmosdb/invoke-azcosmosdbmongodbcollectionthroughputmigration
+schema: 2.0.0
+---
+
+# Invoke-AzCosmosDBMongoDBCollectionThroughputMigration
+
+## SYNOPSIS
+Use this to migrate autoscale throughput to manual throughput and vice versa.
+
+## SYNTAX
+
+### ByNameParameterSet (Default)
+```
+Invoke-AzCosmosDBMongoDBCollectionThroughputMigration -DatabaseName [-Name ]
+ -ResourceGroupName -AccountName -ThroughputType
+ [-DefaultProfile ] [-WhatIf] [-Confirm] []
+```
+
+### ByParentObjectParameterSet
+```
+Invoke-AzCosmosDBMongoDBCollectionThroughputMigration [-Name ]
+ -ParentObject -ThroughputType
+ [-DefaultProfile ] [-WhatIf] [-Confirm] []
+```
+
+### ByObjectParameterSet
+```
+Invoke-AzCosmosDBMongoDBCollectionThroughputMigration [-Name ]
+ -InputObject -ThroughputType
+ [-DefaultProfile ] [-WhatIf] [-Confirm] []
+```
+
+## DESCRIPTION
+ThroughpyteType paramter defines the throughput to which you want to migrate to.
+
+## EXAMPLES
+
+### Example 1
+```powershell
+PS C:\> $NewCollection = New-AzCosmosDBMongoDBCollection -AccountName myAccountName -ResourceGroupName myRgName -Name myCollectionName -Throughput 700 -DatabaseName myDbName
+ $AutoscaleThroughput = Invoke-AzCosmosDBMongoDBCollectionThroughputMigration -InputObject $NewCollection -ThroughputType Autoscale
+```
+
+
+## PARAMETERS
+
+### -AccountName
+Name of the Cosmos DB database account.
+
+```yaml
+Type: String
+Parameter Sets: ByNameParameterSet
+Aliases:
+
+Required: True
+Position: Named
+Default value: None
+Accept pipeline input: False
+Accept wildcard characters: False
+```
+
+### -Confirm
+Prompts you for confirmation before running the cmdlet.
+
+```yaml
+Type: SwitchParameter
+Parameter Sets: (All)
+Aliases: cf
+
+Required: False
+Position: Named
+Default value: None
+Accept pipeline input: False
+Accept wildcard characters: False
+```
+
+### -DatabaseName
+Database name.
+
+```yaml
+Type: String
+Parameter Sets: ByNameParameterSet
+Aliases:
+
+Required: True
+Position: Named
+Default value: None
+Accept pipeline input: False
+Accept wildcard characters: False
+```
+
+### -DefaultProfile
+The credentials, account, tenant, and subscription used for communication with Azure.
+
+```yaml
+Type: IAzureContextContainer
+Parameter Sets: (All)
+Aliases: AzContext, AzureRmContext, AzureCredential
+
+Required: False
+Position: Named
+Default value: None
+Accept pipeline input: False
+Accept wildcard characters: False
+```
+
+### -InputObject
+Mongo Collection object.
+
+```yaml
+Type: PSMongoDBCollectionGetResults
+Parameter Sets: ByObjectParameterSet
+Aliases:
+
+Required: True
+Position: Named
+Default value: None
+Accept pipeline input: True (ByValue)
+Accept wildcard characters: False
+```
+
+### -Name
+Collection name.
+
+```yaml
+Type: String
+Parameter Sets: (All)
+Aliases:
+
+Required: False
+Position: Named
+Default value: None
+Accept pipeline input: False
+Accept wildcard characters: False
+```
+
+### -ParentObject
+Mongo Database object.
+
+```yaml
+Type: PSMongoDBDatabaseGetResults
+Parameter Sets: ByParentObjectParameterSet
+Aliases:
+
+Required: True
+Position: Named
+Default value: None
+Accept pipeline input: True (ByValue)
+Accept wildcard characters: False
+```
+
+### -ResourceGroupName
+Name of resource group.
+
+```yaml
+Type: String
+Parameter Sets: ByNameParameterSet
+Aliases:
+
+Required: True
+Position: Named
+Default value: None
+Accept pipeline input: False
+Accept wildcard characters: False
+```
+
+### -ThroughputType
+Throughput type to migrate to.
+Possible values are: Autoscale, Manual.
+
+```yaml
+Type: String
+Parameter Sets: (All)
+Aliases:
+
+Required: True
+Position: Named
+Default value: None
+Accept pipeline input: False
+Accept wildcard characters: False
+```
+
+### -WhatIf
+Shows what would happen if the cmdlet runs.
+The cmdlet is not run.
+
+```yaml
+Type: SwitchParameter
+Parameter Sets: (All)
+Aliases: wi
+
+Required: False
+Position: Named
+Default value: None
+Accept pipeline input: False
+Accept wildcard characters: False
+```
+
+### CommonParameters
+This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).
+
+## INPUTS
+
+### Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetResults
+
+### Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBCollectionGetResults
+
+## OUTPUTS
+
+### Microsoft.Azure.Commands.CosmosDB.Models.PSThroughputSettingsGetResults
+
+## NOTES
+
+## RELATED LINKS
diff --git a/src/CosmosDB/CosmosDB/help/Invoke-AzCosmosDBMongoDBDatabaseThroughputMigration.md b/src/CosmosDB/CosmosDB/help/Invoke-AzCosmosDBMongoDBDatabaseThroughputMigration.md
new file mode 100644
index 000000000000..70e3138ffbc5
--- /dev/null
+++ b/src/CosmosDB/CosmosDB/help/Invoke-AzCosmosDBMongoDBDatabaseThroughputMigration.md
@@ -0,0 +1,199 @@
+---
+external help file: Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.dll-Help.xml
+Module Name: Az.CosmosDB
+online version: https://docs.microsoft.com/en-us/powershell/module/az.cosmosdb/invoke-azcosmosdbmongodbdatabasethroughputmigration
+schema: 2.0.0
+---
+
+# Invoke-AzCosmosDBMongoDBDatabaseThroughputMigration
+
+## SYNOPSIS
+Use this to migrate autoscale throughput to manual throughput and vice versa.
+
+## SYNTAX
+
+### ByNameParameterSet (Default)
+```
+Invoke-AzCosmosDBMongoDBDatabaseThroughputMigration [-Name ] -ResourceGroupName
+ -AccountName -ThroughputType [-DefaultProfile ] [-WhatIf] [-Confirm]
+ []
+```
+
+### ByParentObjectParameterSet
+```
+Invoke-AzCosmosDBMongoDBDatabaseThroughputMigration [-Name ]
+ -ParentObject -ThroughputType
+ [-DefaultProfile ] [-WhatIf] [-Confirm] []
+```
+
+### ByObjectParameterSet
+```
+Invoke-AzCosmosDBMongoDBDatabaseThroughputMigration [-Name ] -InputObject
+ -ThroughputType [-DefaultProfile ] [-WhatIf] [-Confirm] []
+```
+
+## DESCRIPTION
+ThroughpyteType paramter defines the throughput to which you want to migrate to.
+
+## EXAMPLES
+
+### Example 1
+```powershell
+PS C:\>$NewMongodbDatabase = New-AzCosmosDBMongoDBDatabase -AccountName myAccountName -ResourceGroupName myRgName -Name myDbName -Throughput 700
+ $AutoscaleThroughput = Invoke-AzCosmosDBMongoDBDatabaseThroughputMigration -InputObject $NewMongodbDatabase -ThroughputType Autoscale
+```
+
+
+## PARAMETERS
+
+### -AccountName
+Name of the Cosmos DB database account.
+
+```yaml
+Type: String
+Parameter Sets: ByNameParameterSet
+Aliases:
+
+Required: True
+Position: Named
+Default value: None
+Accept pipeline input: False
+Accept wildcard characters: False
+```
+
+### -Confirm
+Prompts you for confirmation before running the cmdlet.
+
+```yaml
+Type: SwitchParameter
+Parameter Sets: (All)
+Aliases: cf
+
+Required: False
+Position: Named
+Default value: None
+Accept pipeline input: False
+Accept wildcard characters: False
+```
+
+### -DefaultProfile
+The credentials, account, tenant, and subscription used for communication with Azure.
+
+```yaml
+Type: IAzureContextContainer
+Parameter Sets: (All)
+Aliases: AzContext, AzureRmContext, AzureCredential
+
+Required: False
+Position: Named
+Default value: None
+Accept pipeline input: False
+Accept wildcard characters: False
+```
+
+### -InputObject
+Mongo Database object.
+
+```yaml
+Type: PSMongoDBDatabaseGetResults
+Parameter Sets: ByObjectParameterSet
+Aliases:
+
+Required: True
+Position: Named
+Default value: None
+Accept pipeline input: True (ByValue)
+Accept wildcard characters: False
+```
+
+### -Name
+Database name.
+
+```yaml
+Type: String
+Parameter Sets: (All)
+Aliases:
+
+Required: False
+Position: Named
+Default value: None
+Accept pipeline input: False
+Accept wildcard characters: False
+```
+
+### -ParentObject
+CosmosDB Account object
+
+```yaml
+Type: PSDatabaseAccountGetResults
+Parameter Sets: ByParentObjectParameterSet
+Aliases:
+
+Required: True
+Position: Named
+Default value: None
+Accept pipeline input: False
+Accept wildcard characters: False
+```
+
+### -ResourceGroupName
+Name of resource group.
+
+```yaml
+Type: String
+Parameter Sets: ByNameParameterSet
+Aliases:
+
+Required: True
+Position: Named
+Default value: None
+Accept pipeline input: False
+Accept wildcard characters: False
+```
+
+### -ThroughputType
+Throughput type to migrate to.
+Possible values are: Autoscale, Manual.
+
+```yaml
+Type: String
+Parameter Sets: (All)
+Aliases:
+
+Required: True
+Position: Named
+Default value: None
+Accept pipeline input: False
+Accept wildcard characters: False
+```
+
+### -WhatIf
+Shows what would happen if the cmdlet runs.
+The cmdlet is not run.
+
+```yaml
+Type: SwitchParameter
+Parameter Sets: (All)
+Aliases: wi
+
+Required: False
+Position: Named
+Default value: None
+Accept pipeline input: False
+Accept wildcard characters: False
+```
+
+### CommonParameters
+This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).
+
+## INPUTS
+
+### Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetResults
+
+## OUTPUTS
+
+### Microsoft.Azure.Commands.CosmosDB.Models.PSThroughputSettingsGetResults
+
+## NOTES
+
+## RELATED LINKS
diff --git a/src/CosmosDB/CosmosDB/help/Invoke-AzCosmosDBSqlContainerThroughputMigration.md b/src/CosmosDB/CosmosDB/help/Invoke-AzCosmosDBSqlContainerThroughputMigration.md
new file mode 100644
index 000000000000..210df7da4d12
--- /dev/null
+++ b/src/CosmosDB/CosmosDB/help/Invoke-AzCosmosDBSqlContainerThroughputMigration.md
@@ -0,0 +1,215 @@
+---
+external help file: Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.dll-Help.xml
+Module Name: Az.CosmosDB
+online version: https://docs.microsoft.com/en-us/powershell/module/az.cosmosdb/invoke-azcosmosdbsqlcontainerthroughputmigration
+schema: 2.0.0
+---
+
+# Invoke-AzCosmosDBSqlContainerThroughputMigration
+
+## SYNOPSIS
+Use this to migrate autoscale throughput to manual throughput and vice versa.
+
+## SYNTAX
+
+### ByNameParameterSet (Default)
+```
+Invoke-AzCosmosDBSqlContainerThroughputMigration -DatabaseName [-Name ]
+ -ResourceGroupName -AccountName -ThroughputType